Merge branch 'lt/dirwalk'
authorJunio C Hamano <junkio@cox.net>
Wed, 24 May 2006 18:04:16 +0000 (11:04 -0700)
committerJunio C Hamano <junkio@cox.net>
Wed, 24 May 2006 18:04:16 +0000 (11:04 -0700)
commit376bb3a352d6512a318706c2fba5737ffd7cc92b
tree52166f7d99a58a1c79b4078d6cbba8961bc361d9
parentfad70686b25c414b6224406d42a4dfb7c4136e85
parentd9b814cc97f16daac06566a5340121c446136d22
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
Makefile
builtin.h
cache.h
git.c
read-cache.c
update-index.c