author | Linus Torvalds <torvalds@osdl.org> | |
Wed, 17 May 2006 16:33:32 +0000 (09:33 -0700) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Wed, 17 May 2006 18:52:40 +0000 (11:52 -0700) | ||
commit | 0d78153952e70c21e94dc6b7eefcb2ac5337a902 | |
tree | fa5a9124804890b42e911307caff4f8f536c2bb6 | tree | snapshot |
parent | b4189aa84873718f80c62846cd53e803b5f72362 | commit | diff |
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>
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 | diff | blob | history | |
builtin-add.c | [new file with mode: 0644] | blob |
builtin.h | diff | blob | history | |
git.c | diff | blob | history |