diff options
author | Junio C Hamano <junkio@cox.net> | 2007-03-28 15:39:57 -0700 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2007-03-28 15:39:57 -0700 |
commit | 0a98f9d13802880a68ce6564b9f47b1c3e3341c7 (patch) | |
tree | 1465fa12fd8127c4c76405f0fc3d1c44583365d4 /git-commit.sh | |
parent | t/t6006: add tests for a slightly more complex commit messages (diff) | |
parent | GIT 1.5.0.6 (diff) | |
download | tgif-0a98f9d13802880a68ce6564b9f47b1c3e3341c7.tar.xz |
Merge branch 'maint' to synchronize with 1.5.0.6
Diffstat (limited to 'git-commit.sh')
-rwxr-xr-x | git-commit.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/git-commit.sh b/git-commit.sh index 3656d607d5..292cf967e3 100755 --- a/git-commit.sh +++ b/git-commit.sh @@ -371,7 +371,7 @@ t,) if test -z "$initial_commit" then cp "$THIS_INDEX" "$TMP_INDEX" - GIT_INDEX_FILE="$TMP_INDEX" git-read-tree -m HEAD + GIT_INDEX_FILE="$TMP_INDEX" git-read-tree -i -m HEAD else rm -f "$TMP_INDEX" fi || exit |