[PATCH v3 6/6] clone: add tests for cloning with empty path

2015-08-04 Thread Patrick Steinhardt
Test behavior of `git clone` when working with an empty path component. This may be the case when cloning a file system's root directory or from a remote server's root. Signed-off-by: Patrick Steinhardt p...@pks.im --- t/t1509-root-worktree.sh | 43 +++ 1

Re: [PATCH v3 6/6] clone: add tests for cloning with empty path

2015-08-04 Thread Eric Sunshine
On Tue, Aug 4, 2015 at 7:29 AM, Patrick Steinhardt p...@pks.im wrote: Test behavior of `git clone` when working with an empty path component. This may be the case when cloning a file system's root directory or from a remote server's root. A few minor, mostly style-related, comments below...