diff options
author | Junio C Hamano <junkio@cox.net> | 2006-06-22 10:25:51 -0700 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-06-22 10:25:51 -0700 |
commit | 16bf4e1f1ed040ae9f745408d6585b7806a1bfb0 (patch) | |
tree | e89138977bbaebc05b30af850d90fba31bb592a4 /INSTALL | |
parent | Merge branch 'jc/waitpid' (diff) | |
parent | daemon: send stderr to /dev/null instead of closing. (diff) | |
download | tgif-16bf4e1f1ed040ae9f745408d6585b7806a1bfb0.tar.xz |
Merge branch 'jc/upload-corrupt'
* jc/upload-corrupt:
daemon: send stderr to /dev/null instead of closing.
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
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -96,7 +96,7 @@ Issues of note: $ mkdir manual && cd manual $ git init-db - $ git clone-pack git://git.kernel.org/pub/scm/git/git.git man html | + $ git fetch-pack git://git.kernel.org/pub/scm/git/git.git man html | while read a b do echo $a >.git/$b |