git-mkdelta(1) ============== May 2005 NAME ---- git-mkdelta - Creates a delta object SYNOPSIS -------- 'git-mkdelta' [-v] [-d N | --max-depth=N ] [ ... ] DESCRIPTION ----------- Creates a delta object to replace by using 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 a given object. OPTIONS ------- -v:: Verbose -d|--max-depth:: limit the number of delta references in a chain If 0 then all objects are undeltafied. Author ------ Git is written by Linus Torvalds and the git-list . Documentation -------------- Documentation by David Greaves, Junio C Hamano and the git-list . GIT --- Part of the link:git.html[git] suite