[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 changed, 10

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

2016-03-25 Thread Chhatoi Pritam Baral
Previously a TODO; add a test for git-checkout skipping a file with the skip-worktree bit set. Signed-off-by: Chhatoi Pritam Baral --- This is a microproject for my GSoC '16 application. Thanks, Torsten, for pointing out my mistakes. :) It was my first time sending patches in mail (and n

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

2016-03-25 Thread Chhatoi Pritam Baral
On 03/26/2016 05:04 AM, Chhatoi Pritam Baral wrote: > Previously a TODO; add a test for git-checkout skipping a > file with the skip-worktree bit set. > > Signed-off-by: Chhatoi Pritam Baral > --- > > This is a microproject for my GSoC '16 application. > > Than

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

2016-03-26 Thread Chhatoi Pritam Baral
Previously a TODO; add a test for git-checkout skipping a file with the skip-worktree bit set. Signed-off-by: Chhatoi Pritam Baral --- Replaced test_must_fail around grep with '!', as suggested by Eric. t/t7012-skip-worktree-writing.sh | 12 +++- 1 file changed, 11 insert

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

2016-03-30 Thread Chhatoi Pritam Baral
Forgot to mention in the previous message, this is a microproject for my GSoC '16 application. (Is that redundant to mention after v1 and v2? ) On 03/26/2016 10:07 PM, Chhatoi Pritam Baral wrote: > Previously a TODO; add a test for git-checkout skipping a > file with the skip-workt