From a87e8be2aece466e3f41dfde81c80709e1d56cd3 Mon Sep 17 00:00:00 2001 From: Linus Torvalds Date: Wed, 13 Jul 2005 19:45:26 -0700 Subject: Add a "git-daemon" that listens on a TCP port .. and does a "git-upload-pack" on demand. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 779fbbbfc9..21dd582255 100644 --- a/Makefile +++ b/Makefile @@ -48,7 +48,7 @@ PROG= git-update-cache git-diff-files git-init-db git-write-tree \ git-diff-stages git-rev-parse git-patch-id git-pack-objects \ git-unpack-objects git-verify-pack git-receive-pack git-send-pack \ git-prune-packed git-fetch-pack git-upload-pack git-clone-pack \ - git-show-index + git-show-index git-daemon all: $(PROG) -- cgit v1.3-5-g9baa