author | Rémi Vanicat <vanicat@debian.org> | |
Sun, 11 Nov 2007 12:28:08 +0000 (13:28 +0100) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Sun, 11 Nov 2007 23:41:07 +0000 (15:41 -0800) | ||
commit | 859a4dbcadd200ae955fe36d0c4fb3f4bce0e032 | |
tree | babf63124993a1254f51f68b1ec521e2543559ed | tree | snapshot |
parent | a91ef6e75b897a255cc17b70014a39e68dd54c7a | commit | diff |
Make GIT_INDEX_FILE apply to git-commit
Currently, when committing, git-commit ignore the value of
GIT_INDEX_FILE, and always use $GIT_DIR/index. This patch
fix it.
Signed-off-by: Rémi Vanicat <vanicat@debian.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Currently, when committing, git-commit ignore the value of
GIT_INDEX_FILE, and always use $GIT_DIR/index. This patch
fix it.
Signed-off-by: Rémi Vanicat <vanicat@debian.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-commit.sh | diff | blob | history | |
t/t7500-commit.sh | diff | blob | history |