author | Junio C Hamano <junkio@cox.net> | |
Wed, 24 May 2006 18:04:16 +0000 (11:04 -0700) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Wed, 24 May 2006 18:04:16 +0000 (11:04 -0700) | ||
commit | 376bb3a352d6512a318706c2fba5737ffd7cc92b | |
tree | 52166f7d99a58a1c79b4078d6cbba8961bc361d9 | tree | snapshot |
parent | fad70686b25c414b6224406d42a4dfb7c4136e85 | commit | diff |
parent | d9b814cc97f16daac06566a5340121c446136d22 | commit | diff |
Merge branch 'lt/dirwalk'
This makes 'git add' and 'git rm' built-ins.
* lt/dirwalk:
Add builtin "git rm" command
Move pathspec matching from builtin-add.c into dir.c
Prevent bogus paths from being added to the index.
builtin-add: fix unmatched pathspec warnings.
Remove old "git-add.sh" remnants
builtin-add: warn on unmatched pathspecs
Do "git add" as a builtin
Clean up git-ls-file directory walking library interface
libify git-ls-files directory traversal
This makes 'git add' and 'git rm' built-ins.
* lt/dirwalk:
Add builtin "git rm" command
Move pathspec matching from builtin-add.c into dir.c
Prevent bogus paths from being added to the index.
builtin-add: fix unmatched pathspec warnings.
Remove old "git-add.sh" remnants
builtin-add: warn on unmatched pathspecs
Do "git add" as a builtin
Clean up git-ls-file directory walking library interface
libify git-ls-files directory traversal
Makefile | diff1 | | diff2 | | blob | history |
builtin.h | diff1 | | diff2 | | blob | history |
cache.h | diff1 | | diff2 | | blob | history |
git.c | diff1 | | diff2 | | blob | history |
read-cache.c | diff1 | | diff2 | | blob | history |
update-index.c | diff1 | | diff2 | | blob | history |