]> git.ipfire.org Git - thirdparty/git.git/commit - Makefile
Make git-mv a builtin
authorJohannes Schindelin <Johannes.Schindelin@gmx.de>
Wed, 26 Jul 2006 01:52:35 +0000 (03:52 +0200)
committerJunio C Hamano <junkio@cox.net>
Wed, 26 Jul 2006 20:36:36 +0000 (13:36 -0700)
commit11be42a47632a6f7219d34f5e312aa20ae076142
tree67fb9d00882b55dfdc8a0355ed744759179e71aa
parent8fd2cb4069178539d8cf7711586d4e6378722bf3
Make git-mv a builtin

This also moves add_file_to_index() to read-cache.c. Oh, and while
touching builtin-add.c, it also removes a duplicate git_config() call.

Signed-off-by: Johannes Schindelin <Johannes.Schindelin@gmx.de>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Makefile
builtin-add.c
builtin-mv.c [new file with mode: 0644]
builtin.h
cache.h
git-mv.perl [deleted file]
git.c
read-cache.c