Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | commit: fix patch hunk editing with "commit -p -m" | Benoit Pierre | 2014-03-18 |
| | | | | | | | | Don't change git environment: move the GIT_EDITOR=":" override to the hook command subprocess, like it's already done for GIT_INDEX_FILE. Signed-off-by: Benoit Pierre <benoit.pierre@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com> | ||
* | test patch hunk editing with "commit -p -m" | Benoit Pierre | 2014-03-18 |
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> |