test patch hunk editing with "commit -p -m"
commit91c9c8692056c0553c6ea9239ccd46f7f3dbd877
authorBenoit Pierre <benoit.pierre@gmail.com>
Tue, 18 Mar 2014 10:00:52 +0000 (18 11:00 +0100)
committerJunio C Hamano <gitster@pobox.com>
Tue, 18 Mar 2014 18:24:39 +0000 (18 11:24 -0700)
treed8a0e9873794f11e53385e0be8f95b1995d312ed
parentb7ae14148fc44223b4ffaff5ccbf3227a0af8f3c
test patch hunk editing with "commit -p -m"

Add (failing) tests: with commit changing the environment to let hooks
know that no editor will be used (by setting GIT_EDITOR to ":"), the
"edit hunk" functionality does not work (no editor is launched and the
whole hunk is committed).

Signed-off-by: Benoit Pierre <benoit.pierre@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t7514-commit-patch.sh [new file with mode: 0755]