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:
authorRene Scharfe <rene.scharfe@lsrfire.ath.cx>2006-09-23 19:06:35 +0400
committerJunio C Hamano <junkio@cox.net>2006-09-24 01:00:32 +0400
commit3fc8284e2114624f2657142b3fecdc6f514b2090 (patch)
tree58759cacf0461854f42e292cf25be35a8e2ad57e
parent31756c5da8198eb09f2792230e1bed4d107f5135 (diff)
Rename builtin-zip-tree.c to archive-zip.c
Signed-off-by: Rene Scharfe <rene.scharfe@lsrfire.ath.cx> Signed-off-by: Junio C Hamano <junkio@cox.net>
-rw-r--r--Makefile5
-rw-r--r--archive-zip.c (renamed from builtin-zip-tree.c)0
2 files changed, 2 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 8467447da9..739d7e3ccb 100644
--- a/Makefile
+++ b/Makefile
@@ -254,7 +254,7 @@ LIB_OBJS = \
fetch-clone.o revision.o pager.o tree-walk.o xdiff-interface.o \
write_or_die.o trace.o list-objects.o \
alloc.o merge-file.o path-list.o help.o unpack-trees.o $(DIFF_OBJS) \
- color.o wt-status.o
+ color.o wt-status.o archive-zip.o
BUILTIN_OBJS = \
builtin-add.o \
@@ -300,8 +300,7 @@ BUILTIN_OBJS = \
builtin-upload-archive.o \
builtin-upload-tar.o \
builtin-verify-pack.o \
- builtin-write-tree.o \
- builtin-zip-tree.o
+ builtin-write-tree.o
GITLIBS = $(LIB_FILE) $(XDIFF_LIB)
LIBS = $(GITLIBS) -lz
diff --git a/builtin-zip-tree.c b/archive-zip.c
index 3ffdad68d1..3ffdad68d1 100644
--- a/builtin-zip-tree.c
+++ b/archive-zip.c