summaryrefslogtreecommitdiff
path: root/Documentation/git-receive-pack.txt
diff options
context:
space:
mode:
authorNicolas Pitre <nico@cam.org>2006-11-01 22:06:20 (GMT)
committerJunio C Hamano <junkio@cox.net>2006-11-03 08:24:07 (GMT)
commitbed006fbddf919eed81cf62954e0332a395bf035 (patch)
tree600bfa85e7e1947d669c4cdba78072eb0d09dece /Documentation/git-receive-pack.txt
parent407e1d6e127357a0fbe1a9f91ee616a2b7ec29db (diff)
downloadgit-bed006fbddf919eed81cf62954e0332a395bf035.zip
git-bed006fbddf919eed81cf62954e0332a395bf035.tar.gz
git-bed006fbddf919eed81cf62954e0332a395bf035.tar.bz2
Allow pack header preprocessing before unpack-objects/index-pack.
Some applications which invoke unpack-objects or index-pack --stdin may want to examine the pack header to determine the number of objects contained in the pack and use that value to determine which executable to invoke to handle the rest of the pack stream. However if the caller consumes the pack header from the input stream then its no longer available for unpack-objects or index-pack --stdin, both of which need the version and object count to process the stream. This change introduces --pack_header=ver,cnt as a command line option that the caller can supply to indicate it has already consumed the pack header and what version and object count were found in that header. As this option is only meant for low level applications such as receive-pack we are not documenting it at this time. Signed-off-by: Nicolas Pitre <nico@cam.org> Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Documentation/git-receive-pack.txt')
0 files changed, 0 insertions, 0 deletions