author | Junio C Hamano <junkio@cox.net> | |
Sun, 26 Jun 2005 11:29:18 +0000 (04:29 -0700) | ||
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | |
Sun, 26 Jun 2005 14:33:23 +0000 (07:33 -0700) | ||
commit | 8ee378a0f00a56cbffedee21fdbba30870d84436 | |
tree | 78600eeaac28aa694b72a70d524b5d0f9839f15c | tree | snapshot |
parent | d116a45a9a505d9a58cdd1c79193f759316c440d | commit | diff |
[PATCH] Finish initial cut of git-pack-object/git-unpack-object pair.
This finishes the initial round of git-pack-object /
git-unpack-object pair. They are now good enough to be used as
a transport medium:
- Fix delta direction in pack-objects; the original was
computing delta to create the base object from the object to
be squashed, which was quite unfriendly for unpacker ;-).
- Add a script to test the very basics.
- Implement unpacker for both regular and deltified objects.
Signed-off-by: Junio C Hamano <junkio@cox.net>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This finishes the initial round of git-pack-object /
git-unpack-object pair. They are now good enough to be used as
a transport medium:
- Fix delta direction in pack-objects; the original was
computing delta to create the base object from the object to
be squashed, which was quite unfriendly for unpacker ;-).
- Add a script to test the very basics.
- Implement unpacker for both regular and deltified objects.
Signed-off-by: Junio C Hamano <junkio@cox.net>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
pack-objects.c | diff | blob | history | |
t/t5300-pack-object.sh | [new file with mode: 0755] | blob |
unpack-objects.c | diff | blob | history |