Make the name of a pack-file depend on the objects packed there-in.
authorLinus Torvalds <torvalds@g5.osdl.org>
Sun, 3 Jul 2005 22:34:04 +0000 (15:34 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Sun, 3 Jul 2005 22:34:04 +0000 (15:34 -0700)
This means that the .git/objects/pack directory is also rsync'able,
since the filenames created there-in are either unique or refer to the
same data.

Otherwise you might not be able to pull from a directory that is partly
packed without having to worry about missing objects due to pack-file
name clashes.

No differences found