commit | 0b1f688bf453c8569d17908f0c3ca218157d80e4 | [log] [tgz] |
---|---|---|
author | Ariel Faigon <github.2009@yendor.com> | Tue Jun 09 10:25:15 2015 -0700 |
committer | Junio C Hamano <gitster@pobox.com> | Tue Jun 09 11:21:15 2015 -0700 |
tree | f09de9666f89854919edfc039e9301f3319be907 | |
parent | 282616c72d1d08a77ca4fe1186cb708c38408d87 [diff] |
git-completion.tcsh: fix redirect with noclobber tcsh users who happen to have 'set noclobber' elsewhere in their ~/.tcshrc or ~/.cshrc startup files get a 'File exist' error, and the tcsh completion file doesn't get generated/updated. Adding a `!` in the redirect works correctly for both clobber (default) and 'set noclobber' users. Reviewed-by: Christian Couder <christian.couder@gmail.com> Signed-off-by: Ariel Faigon <github.2009@yendor.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>