diff options
author | Junio C Hamano <junkio@cox.net> | 2007-01-16 09:23:24 +0100 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2007-02-14 06:43:52 +0100 |
commit | d4289fff870a85b1b7e55ead2a5baf98847fc72a (patch) | |
tree | 87b416f325e5ad886a9ccdfa57ba7680cc353c50 /Makefile | |
parent | git-fetch: split fetch_main into fetch_dumb and fetch_native (diff) | |
download | git-d4289fff870a85b1b7e55ead2a5baf98847fc72a.tar.xz git-d4289fff870a85b1b7e55ead2a5baf98847fc72a.zip |
git-fetch--tool: start rewriting parts of git-fetch in C.
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -282,6 +282,7 @@ BUILTIN_OBJS = \ builtin-diff-index.o \ builtin-diff-stages.o \ builtin-diff-tree.o \ + builtin-fetch--tool.o \ builtin-fmt-merge-msg.o \ builtin-for-each-ref.o \ builtin-fsck.o \ |