diff options
author | Junio C Hamano <gitster@pobox.com> | 2007-12-02 23:01:15 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2007-12-02 23:01:15 -0800 |
commit | de4c6011d2d745a3e29b4b0cc94548f34c8855dd (patch) | |
tree | 2822902d95eb2e7b361bf619a29ce557e81b06ad /Makefile | |
parent | ac4d528ec18ae13a45166ef2afa9ffbba35f736f (diff) | |
parent | f2dc849e9c5fe363ad089f6c3f2b7b3d79fd6a6f (diff) | |
download | git-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-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 \ |