diff options
author | Junio C Hamano <junkio@cox.net> | 2006-05-26 16:36:20 -0700 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-05-26 16:36:20 -0700 |
commit | 2a0a1398ff3db6762076ebd071559c36b9414217 (patch) | |
tree | bc95a9df52973e909359a921f92b33c1bd6185a1 /git-commit.sh | |
parent | 3c38f60c339839869f97448fd7a27551f97cec12 (diff) | |
parent | b931aa5a48f9fb3c26a565d5f19866923f13b692 (diff) | |
download | git-2a0a1398ff3db6762076ebd071559c36b9414217.tar.gz |
Merge branch 'master' into next
* master:
Call builtin ls-tree in git-cat-file -p
built-in format-patch: various fixups.
Add instructions to commit template.
Diffstat (limited to 'git-commit.sh')
-rwxr-xr-x | git-commit.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/git-commit.sh b/git-commit.sh index 0a01a0b96a..91f28f9a23 100755 --- a/git-commit.sh +++ b/git-commit.sh @@ -626,6 +626,9 @@ fi if test -z "$no_edit" then { + echo "" + echo "# Please enter the commit message for your changes." + echo "# (Comment lines starting with '#' will not be included)" test -z "$only_include_assumed" || echo "$only_include_assumed" run_status } >>"$GIT_DIR"/COMMIT_EDITMSG |