commit | 99a12694582e2148fcd492f1eedaddcfe2a21621 | [log] [tgz] |
---|---|---|
author | Kristian Høgsberg <krh@redhat.com> | Wed Nov 21 21:54:49 2007 -0500 |
committer | Junio C Hamano <gitster@pobox.com> | Thu Nov 22 17:05:05 2007 -0800 |
tree | c9d7b3648fd3428062fdb316c4ec4036aa250622 | |
parent | 2888605c649ccd423232161186d72c0e6c458a48 [diff] |
builtin-commit: Include the diff in the commit message when verbose. run_diff_index() and the entire diff machinery is hard coded to output to stdout, so just redirect that and restore it when done. Signed-off-by: Kristian Høgsberg <krh@redhat.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>