aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@osdl.org>2006-05-17 09:33:32 -0700
committerJunio C Hamano <junkio@cox.net>2006-05-17 11:52:40 -0700
commit0d78153952e70c21e94dc6b7eefcb2ac5337a902 (patch)
treefa5a9124804890b42e911307caff4f8f536c2bb6 /Makefile
parentb4189aa84873718f80c62846cd53e803b5f72362 (diff)
downloadgit-0d78153952e70c21e94dc6b7eefcb2ac5337a902.tar.gz
Do "git add" as a builtin
First try. Let's see how well this works. In many ways, the hard parts of "git commit" are not so different from this, and a builtin commit would share a lot of the code, I think. Signed-off-by: Linus Torvalds <torvalds@osdl.org> Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f43ac63c93..e6f7794ad0 100644
--- a/Makefile
+++ b/Makefile
@@ -218,7 +218,7 @@ LIB_OBJS = \
BUILTIN_OBJS = \
builtin-log.o builtin-help.o builtin-count.o builtin-diff.o builtin-push.o \
- builtin-grep.o
+ builtin-grep.o builtin-add.o
GITLIBS = $(LIB_FILE) $(XDIFF_LIB)
LIBS = $(GITLIBS) -lz