7 git-mkdelta - Creates a delta object
12 'git-mkdelta' [-v] [-d N | --max-depth=N ] <reference_object> <target_object> [ <next_object> ... ]
16 Creates a delta object to replace <reference_object> by using an
17 ordered list of potential objects to deltafy against earlier objects
20 A cap on the depth of delta references can be provided as well,
21 otherwise the default is to not have any limit. A limit of 0 will
22 also undeltafy a given object.
31 limit the number of delta references in a chain
32 If 0 then all objects are undeltafied.
36 Git is written by Linus Torvalds <torvalds@osdl.org> and the git-list <git@vger.kernel.org>.
40 Documentation by David Greaves, Junio C Hamano and the git-list <git@vger.kernel.org>.
44 Part of the link:git.html[git] suite