[PATCH] typo fixes to git-apply-patch-script
authorJunio C Hamano <junkio@cox.net>
Mon, 2 May 2005 04:09:28 +0000 (21:09 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Mon, 2 May 2005 04:09:28 +0000 (21:09 -0700)
commit7fa76eeb75d2062d4e8ba3ac5dab925b0bbac6cd
treec6692b1d47b05eacaedeff8d1f6c4b1a50bfe7e2
parentdfcb405799fa620028e492299a60438a7b4a35ff
[PATCH] typo fixes to git-apply-patch-script

When git-apply-patch-script creates a new file without
executable mode set, a typo caused it not to report that
activity to the user.  Also it was mistakenly running
git-update-cache twice for newly created or deleted paths.  This
patch fixes these problems.

Signed-off-by: Junio C Hamano <junkio@cox.net>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
git-apply-patch-script