author | James P. Howard, II <jh@jameshoward.us> | |
Mon, 7 Dec 2009 22:45:27 +0000 (17:45 -0500) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Wed, 13 Jan 2010 08:01:53 +0000 (00:01 -0800) | ||
commit | bed575e4002cfa1dfa7d87b9db38e69c6f600e2e | |
tree | cae28f4c7eda5394f087b4974487ca25da69248e | tree | snapshot |
parent | b809d9cd0787e68f442c6795ec76580bb37d1a00 | commit | diff |
commit: support commit.status, --status, and --no-status
A new configuration variable commit.status, and new command line
options --status, and --no-status control whether or not the git
status information is included in the commit message template
when using an editor to prepare the commit message. It does not
affect the effects of a user's commit.template settings.
Signed-off-by: James P. Howard, II <jh@jameshoward.us>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
A new configuration variable commit.status, and new command line
options --status, and --no-status control whether or not the git
status information is included in the commit message template
when using an editor to prepare the commit message. It does not
affect the effects of a user's commit.template settings.
Signed-off-by: James P. Howard, II <jh@jameshoward.us>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/config.txt | diff | blob | history | |
Documentation/git-commit.txt | diff | blob | history | |
builtin-commit.c | diff | blob | history |