Do "git add" as a builtin
authorLinus Torvalds <torvalds@osdl.org>
Wed, 17 May 2006 16:33:32 +0000 (09:33 -0700)
committerJunio C Hamano <junkio@cox.net>
Wed, 17 May 2006 18:52:40 +0000 (11:52 -0700)
commit0d78153952e70c21e94dc6b7eefcb2ac5337a902
treefa5a9124804890b42e911307caff4f8f536c2bb6
parentb4189aa84873718f80c62846cd53e803b5f72362
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>
Makefile
builtin-add.c [new file with mode: 0644]
builtin.h
git.c