From 61221472a5f8591f2d06d5e5c5aafb03271b8066 Mon Sep 17 00:00:00 2001 From: Linus Torvalds Date: Wed, 29 Jun 2005 19:09:05 -0700 Subject: Start of "git-send-pack", the local part of sending off a pack Like git-receive-pack, this is only partway done. --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.1