diff options
author | Linus Torvalds <torvalds@g5.osdl.org> | 2005-07-04 11:57:58 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2005-07-04 11:57:58 -0700 |
commit | f71925983ddc365c167559ecc623f2c000607cda (patch) | |
tree | 4eaf19a0c2bd9a93d35c41b5afedf79ea2ce93f7 /Makefile | |
parent | [PATCH] Fixup t/t5300 unit tests broken by 5f3de58ff85c49620ae2a1722d8d4d37c8... (diff) | |
download | tgif-f71925983ddc365c167559ecc623f2c000607cda.tar.xz |
Factor out the ssh connection stuff from send-pack.c
I want to use it for git-fetch-pack too.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -52,7 +52,7 @@ install: $(PROG) $(SCRIPTS) LIB_OBJS=read-cache.o sha1_file.o usage.o object.o commit.o tree.o blob.o \ tag.o date.o index.o diff-delta.o patch-delta.o entry.o \ - epoch.o refs.o csum-file.o pack-check.o pkt-line.o + epoch.o refs.o csum-file.o pack-check.o pkt-line.o connect.o LIB_FILE=libgit.a LIB_H=cache.h object.h blob.h tree.h commit.h tag.h delta.h epoch.h csum-file.h \ pack.h pkt-line.h refs.h |