aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2007-12-02 23:01:15 -0800
committerJunio C Hamano <gitster@pobox.com>2007-12-02 23:01:15 -0800
commitde4c6011d2d745a3e29b4b0cc94548f34c8855dd (patch)
tree2822902d95eb2e7b361bf619a29ce557e81b06ad /Makefile
parentac4d528ec18ae13a45166ef2afa9ffbba35f736f (diff)
parentf2dc849e9c5fe363ad089f6c3f2b7b3d79fd6a6f (diff)
downloadgit-de4c6011d2d745a3e29b4b0cc94548f34c8855dd.tar.gz
git-de4c6011d2d745a3e29b4b0cc94548f34c8855dd.tar.xz
Merge branch 'js/fast-export'
* js/fast-export: Add 'git fast-export', the sister of 'git fast-import'
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index d5d2c7c0c..feb52c686 100644
--- a/Makefile
+++ b/Makefile
@@ -334,6 +334,7 @@ BUILTIN_OBJS = \
builtin-diff-files.o \
builtin-diff-index.o \
builtin-diff-tree.o \
+ builtin-fast-export.o \
builtin-fetch.o \
builtin-fetch-pack.o \
builtin-fetch--tool.o \