Merge branch 'nd/read-directory-recursive-optim' into next
commit36ba9f4529429e52061fb5e0591f687d016c9665
authorJunio C Hamano <gitster@pobox.com>
Mon, 18 Feb 2013 07:49:55 +0000 (17 23:49 -0800)
committerJunio C Hamano <gitster@pobox.com>
Mon, 18 Feb 2013 07:49:55 +0000 (17 23:49 -0800)
tree9702c26569fedabbbacb5a51b4c3fade1c96aef3
parentb2af923c0d4067d6a3eeb40e0632be8e2a7a96f7
parentb3d0182eeaab383dadd6830b127b489ef1e556da
Merge branch 'nd/read-directory-recursive-optim' into next

"git status" has been optimized by taking advantage of the fact
that paths that are already known to the index do not have to be
checked against the .gitignore mechanism under some conditions.

* nd/read-directory-recursive-optim:
  read_directory: avoid invoking exclude machinery on tracked files