Skip to content

Commit 211c896

Browse files
dschogitster
authored andcommitted
Make git-remote a builtin
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent 4704640 commit 211c896

File tree

8 files changed

+556
-4
lines changed

8 files changed

+556
-4
lines changed

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ SCRIPT_SH = \
243243
SCRIPT_PERL = \
244244
git-add--interactive.perl \
245245
git-archimport.perl git-cvsimport.perl git-relink.perl \
246-
git-cvsserver.perl git-remote.perl git-cvsexportcommit.perl \
246+
git-cvsserver.perl git-cvsexportcommit.perl \
247247
git-send-email.perl git-svn.perl
248248

249249
SCRIPTS = $(patsubst %.sh,%,$(SCRIPT_SH)) \
@@ -380,6 +380,7 @@ BUILTIN_OBJS = \
380380
builtin-push.o \
381381
builtin-read-tree.o \
382382
builtin-reflog.o \
383+
builtin-remote.o \
383384
builtin-send-pack.o \
384385
builtin-config.o \
385386
builtin-rerere.o \

0 commit comments

Comments
 (0)