author | Nicolas Pitre <nico@cam.org> | |
Fri, 20 May 2005 21:00:23 +0000 (17:00 -0400) | ||
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | |
Fri, 20 May 2005 22:41:45 +0000 (15:41 -0700) | ||
commit | e002a16ba54096666c2d1768daa122e29fba11ee | |
tree | 58741c69570705801db4b785681790d636475695 | tree | snapshot |
parent | d1af002dc608be3213ba18df1a99ced0ab42e6d6 | commit | diff |
[PATCH] delta creation
This adds the ability to actually create delta objects using a new tool:
git-mkdelta. It uses an ordered list of potential objects to deltafy
against earlier objects in the list. A cap on the depth of delta
references can be provided as well, otherwise the default is to not have
any limit. A limit of 0 will also undeltafy any given object.
Also provided is the beginning of a script to deltafy an entire
repository.
Signed-off-by: Nicolas Pitre <nico@cam.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This adds the ability to actually create delta objects using a new tool:
git-mkdelta. It uses an ordered list of potential objects to deltafy
against earlier objects in the list. A cap on the depth of delta
references can be provided as well, otherwise the default is to not have
any limit. A limit of 0 will also undeltafy any given object.
Also provided is the beginning of a script to deltafy an entire
repository.
Signed-off-by: Nicolas Pitre <nico@cam.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Makefile | diff | blob | history | |
git-deltafy-script | [new file with mode: 0644] | blob |
mkdelta.c | [new file with mode: 0644] | blob |