From: James P. Howard, II Date: Mon, 7 Dec 2009 22:45:27 +0000 (-0500) Subject: commit: support commit.status, --status, and --no-status X-Git-Tag: v1.7.0-rc0~89^2~1 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/bed575e4002cfa1dfa7d87b9db38e69c6f600e2e?ds=inline;hp=bed575e4002cfa1dfa7d87b9db38e69c6f600e2e 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 Signed-off-by: Junio C Hamano ---