Re: [PATCH 1/6] test: rename http fetch and push test files

2014-02-06 Thread Jeff King
On Thu, Feb 06, 2014 at 10:10:34PM +0700, Nguyễn Thái Ngọc Duy wrote: > Make clear which one is for dumb protocol, which one is for smart from > their file name. > > Signed-off-by: Nguyễn Thái Ngọc Duy Yay. This has often bugged me, and I can't believe we went this long without fixing it. -Pef

[PATCH 1/6] test: rename http fetch and push test files

2014-02-06 Thread Nguyễn Thái Ngọc Duy
Make clear which one is for dumb protocol, which one is for smart from their file name. Signed-off-by: Nguyễn Thái Ngọc Duy --- t/{t5540-http-push.sh => t5540-http-push-webdav.sh} | 0 t/{t5541-http-push.sh => t5541-http-push-smart.sh} | 0 t/{t5550-http-fetch.sh => t5550-http-fetch-dumb.sh}