git-commit: "read-tree -m HEAD" is not the right way to read-tree quickly
commitd3e41ebff44745055001e59e460509a8f04b81a2
authorJunio C Hamano <junkio@cox.net>
Wed, 28 Mar 2007 10:05:08 +0000 (28 03:05 -0700)
committerJunio C Hamano <junkio@cox.net>
Wed, 28 Mar 2007 10:34:55 +0000 (28 03:34 -0700)
tree01817a15c7963d0891f9934d651abcb36d89f666
parentfd2a75972e90d34bc8d4bebe1d669645557a2192
git-commit: "read-tree -m HEAD" is not the right way to read-tree quickly

It still looks at the working tree and checks for locally
modified paths.  When are preparing a temporary index from HEAD,
we do not want any of that.

Signed-off-by: Junio C Hamano <junkio@cox.net>
git-commit.sh