author | Linus Torvalds <torvalds@ppc970.osdl.org> | |
Fri, 15 Apr 2005 17:44:27 +0000 (10:44 -0700) | ||
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | |
Fri, 15 Apr 2005 17:44:27 +0000 (10:44 -0700) | ||
commit | ccc4feb579265266d0a4a73c0c9443ecc0c26ce3 | |
tree | 9999cff451d3a833ca39981d6868fdb452449f13 | tree | snapshot |
parent | 27de946d0ee70fad497253bbaab76d2fa7b1c77c | commit | diff |
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).
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 | diff | blob | history | |
checkout-cache.c | diff | blob | history | |
read-cache.c | diff | blob | history | |
read-tree.c | diff | blob | history | |
show-diff.c | diff | blob | history | |
update-cache.c | diff | blob | history | |
write-tree.c | diff | blob | history |