git-apply: normalize file mode when comparing with expected value
commitde4971b50076b5ef901c2ae0bbee9dd2c14f06ea
authorLinus Torvalds <torvalds@ppc970.osdl.org>
Tue, 14 Jun 2005 03:41:38 +0000 (13 20:41 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Tue, 14 Jun 2005 03:41:38 +0000 (13 20:41 -0700)
tree658788d2fc9c41af2114851538a4ad8415ec8c46
parent940c1bb0181cb20454bf3573134175f86983a0ce
git-apply: normalize file mode when comparing with expected value

Sine git only saves the 'x' bit, we shouldn't compare the stat contents
directly.
apply.c