diff options
author | Junio C Hamano <junkio@cox.net> | 2006-06-21 02:50:59 -0700 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-06-21 02:50:59 -0700 |
commit | 3bec0da08d6df03a103ddc4237cf2c79992c7dd4 (patch) | |
tree | c6b26993418a86b7c1eb72dcdff17489b5e410b1 /Documentation/git-upload-pack.txt | |
parent | 48401221b349696357b35e02ff3e2c3d3c89d306 (diff) | |
parent | 583b7ea31b7c16f872b178d541591ab816d16f85 (diff) | |
download | git-3bec0da08d6df03a103ddc4237cf2c79992c7dd4.tar.gz |
Merge branch 'jc/upload-corrupt' into next
* jc/upload-corrupt:
upload-pack/fetch-pack: support side-band communication
Retire git-clone-pack
upload-pack: prepare for sideband message support.
upload-pack: avoid sending an incomplete pack upon failure
Fix possible out-of-bounds array access
Diffstat (limited to 'Documentation/git-upload-pack.txt')
-rw-r--r-- | Documentation/git-upload-pack.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-upload-pack.txt b/Documentation/git-upload-pack.txt index 4795e98754..b2c9307661 100644 --- a/Documentation/git-upload-pack.txt +++ b/Documentation/git-upload-pack.txt @@ -12,7 +12,7 @@ SYNOPSIS DESCRIPTION ----------- -Invoked by 'git-clone-pack' and/or 'git-fetch-pack', learns what +Invoked by 'git-fetch-pack', learns what objects the other side is missing, and sends them after packing. This command is usually not invoked directly by the end user. |