commit | ba959de165c6fc0d08d851894a98778e739aafc9 | [log] [tgz] |
---|---|---|
author | Sitaram Chamarty <sitaramc@gmail.com> | Sat Oct 08 18:40:15 2011 +0530 |
committer | Junio C Hamano <gitster@pobox.com> | Mon Oct 10 10:21:11 2011 -0700 |
tree | b501a089b142dcac7fad77afe7e21903c3e11407 | |
parent | 703f05ad5835cff92b12c29aecf8d724c8c847e2 [diff] |
git-difftool: allow skipping file by typing 'n' at prompt This is useful if you forgot to restrict the diff to the paths you want to see, or selecting precisely the ones you want is too much typing. [jc: with a change to return from the function upon 'n' by Charles Bailey and a small tweak in stdin_doesnot_contain() in the test] Signed-off-by: Sitaram Chamarty <sitaram@atc.tcs.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>