Re: [PATCH] t7012: Implement test for git-checkout

2016-03-25 Thread Eric Sunshine
On Fri, Mar 25, 2016 at 1:36 PM, Chhatoi Pritam Baral wrote: > Previously a TODO, this patch adds a test for git-checkout skipping a > file with the skip-worktree bit set. In addition to Torsten's comments... > diff --git a/t/t7012-skip-worktree-writing.sh >

Re: [PATCH] t7012: Implement test for git-checkout

2016-03-25 Thread Torsten Bögershausen
On 2016-03-25 18.36, Chhatoi Pritam Baral wrote: Thanks for working on Git. Some comments inline. > Previously a TODO, this patch adds a test for git-checkout skipping a > file with the > skip-worktree bit set. Micro-nit: the "this patch ..." may be written shorter: > Previously a TODO, add a test

[PATCH] t7012: Implement test for git-checkout

2016-03-25 Thread Chhatoi Pritam Baral
Previously a TODO, this patch adds a test for git-checkout skipping a file with the skip-worktree bit set. I'm doing this as a microproject for my GSoC '16 application. Signed-off-by: Chhatoi Pritam Baral --- t/t7012-skip-worktree-writing.sh | 11 ++- 1 file