]> git.ipfire.org Git - thirdparty/git.git/commit - read-cache.c
Convert the index file reading/writing to use network byte order.
authorLinus Torvalds <torvalds@ppc970.osdl.org>
Fri, 15 Apr 2005 17:44:27 +0000 (10:44 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Fri, 15 Apr 2005 17:44:27 +0000 (10:44 -0700)
commitccc4feb579265266d0a4a73c0c9443ecc0c26ce3
tree9999cff451d3a833ca39981d6868fdb452449f13
parent27de946d0ee70fad497253bbaab76d2fa7b1c77c
Convert the index file reading/writing to use network byte order.

This allows using a git tree over NFS with different byte order, and
makes it possible to just copy a fully populated repository and have
the end result immediately usable (needing just a refresh to update
the stat information).
cache.h
checkout-cache.c
read-cache.c
read-tree.c
show-diff.c
update-cache.c
write-tree.c