diff options
author | Linus Torvalds <torvalds@g5.osdl.org> | 2005-07-13 19:45:26 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2005-07-13 19:45:26 -0700 |
commit | a87e8be2aece466e3f41dfde81c80709e1d56cd3 (patch) | |
tree | 5bb819266abdb8e9990cbbb16fa6d9f345370eb5 /Makefile | |
parent | 85c414b5e05d2087e779cdd3587d6ad4cae56e72 (diff) | |
download | git-a87e8be2aece466e3f41dfde81c80709e1d56cd3.tar.gz git-a87e8be2aece466e3f41dfde81c80709e1d56cd3.tar.xz |
Add a "git-daemon" that listens on a TCP port
.. and does a "git-upload-pack" on demand.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |