diff options
author | Junio C Hamano <gitster@pobox.com> | 2007-10-03 12:03:15 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2007-10-03 12:03:15 +0200 |
commit | fed276e7524d6a80ae5dec037d586bd28543fc79 (patch) | |
tree | 979ede5142a918b8d0de5249789f697389e3d0b8 /git-commit.sh | |
parent | Merge branch 'maint' (diff) | |
parent | GIT 1.5.3.4 (diff) | |
download | git-fed276e7524d6a80ae5dec037d586bd28543fc79.tar.xz git-fed276e7524d6a80ae5dec037d586bd28543fc79.zip |
Sync with GIT 1.5.3.4
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'git-commit.sh')
-rwxr-xr-x | git-commit.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/git-commit.sh b/git-commit.sh index cb14f06216..c3b881bfad 100755 --- a/git-commit.sh +++ b/git-commit.sh @@ -25,6 +25,7 @@ refuse_partial () { exit 1 } +TMP_INDEX= THIS_INDEX="$GIT_DIR/index" NEXT_INDEX="$GIT_DIR/next-index$$" rm -f "$NEXT_INDEX" |