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

2016-03-30 Thread Eric Sunshine
On Wed, Mar 30, 2016 at 9:29 AM, Chhatoi Pritam Baral wrote: > 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? ) Readers of v1 knew this since you mentioned with that version, at least. -- To unsub

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-worktree bit set. >

[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 insertions(+), 1 del