Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@g5.osdl.org>2005-07-04 22:57:58 +0400
committerLinus Torvalds <torvalds@g5.osdl.org>2005-07-04 22:57:58 +0400
commitf71925983ddc365c167559ecc623f2c000607cda (patch)
tree4eaf19a0c2bd9a93d35c41b5afedf79ea2ce93f7 /Makefile
parenta61eea6abdbd336c7a3364c170cce3de01421599 (diff)
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--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f55169ed43..e7a26449bf 100644
--- a/Makefile
+++ b/Makefile
@@ -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