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 /Makefile | |
parent | b879de1812f390e20f5ac7eb3aad9f83db02fae1 (diff) | |
parent | ba0012c36705dcf847865759af69bba783afb69d (diff) | |
download | git-16bf4e1f1ed040ae9f745408d6585b7806a1bfb0.tar.gz git-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 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -149,7 +149,7 @@ SIMPLE_PROGRAMS = \ # ... and all the rest that could be moved out of bindir to gitexecdir PROGRAMS = \ - git-checkout-index$X git-clone-pack$X \ + git-checkout-index$X \ git-convert-objects$X git-fetch-pack$X git-fsck-objects$X \ git-hash-object$X git-index-pack$X git-local-fetch$X \ git-mailinfo$X git-merge-base$X \ |