aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@ppc970.osdl.org>2005-06-29 19:09:05 -0700
committerLinus Torvalds <torvalds@ppc970.osdl.org>2005-06-29 19:09:05 -0700
commit61221472a5f8591f2d06d5e5c5aafb03271b8066 (patch)
tree20858c322501dedc0d713a91a175f66e54061a55 /Makefile
parent575f497456e4d4669b3b0095482ba2b86f6d2807 (diff)
downloadgit-61221472a5f8591f2d06d5e5c5aafb03271b8066.tar.gz
Start of "git-send-pack", the local part of sending off a pack
Like git-receive-pack, this is only partway done.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c21a1a0d20..792b01445b 100644
--- a/Makefile
+++ b/Makefile
@@ -37,7 +37,7 @@ PROG= git-update-cache git-diff-files git-init-db git-write-tree \
git-get-tar-commit-id git-apply git-stripspace \
git-cvs2git git-diff-stages git-rev-parse git-patch-id \
git-pack-objects git-unpack-objects git-verify-pack \
- git-receive-pack
+ git-receive-pack git-send-pack
all: $(PROG)
@@ -127,6 +127,7 @@ git-pack-objects: pack-objects.c
git-unpack-objects: unpack-objects.c
git-verify-pack: verify-pack.c
git-receive-pack: receive-pack.c
+git-send-pack: send-pack.c
git-http-pull: LIBS += -lcurl
git-rev-list: LIBS += -lssl