]> git.ipfire.org Git - thirdparty/git.git/commit - cache.h
Be much more liberal about the file mode bits.
authorLinus Torvalds <torvalds@ppc970.osdl.org>
Sun, 17 Apr 2005 05:26:31 +0000 (22:26 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Sun, 17 Apr 2005 05:26:31 +0000 (22:26 -0700)
commite44794706eeb57f2ee38ed1604821aa38b8ad9d2
treec49cd3e4f1dfe4ccbf2b8d00188beaa251fee028
parent9fec8b26eff58e1f595e8619abf1e42c07645ff8
Be much more liberal about the file mode bits.

We only really care about the difference between a file being executable
or not (by its owner). Everything else we leave for the user umask to
decide.
cache.h
checkout-cache.c
read-cache.c
read-tree.c
update-cache.c