aboutsummaryrefslogtreecommitdiff
path: root/git-commit.sh
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2006-05-26 16:36:20 -0700
committerJunio C Hamano <junkio@cox.net>2006-05-26 16:36:20 -0700
commit2a0a1398ff3db6762076ebd071559c36b9414217 (patch)
treebc95a9df52973e909359a921f92b33c1bd6185a1 /git-commit.sh
parent3c38f60c339839869f97448fd7a27551f97cec12 (diff)
parentb931aa5a48f9fb3c26a565d5f19866923f13b692 (diff)
downloadgit-2a0a1398ff3db6762076ebd071559c36b9414217.tar.gz
git-2a0a1398ff3db6762076ebd071559c36b9414217.tar.xz
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-xgit-commit.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/git-commit.sh b/git-commit.sh
index 0a01a0b96..91f28f9a2 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