Merge branch 'dt/clean-pathspec-filter-then-lstat' into maint
commit6b2c0ead061b1bb9ce8e4b539da495ea0ef057b5
authorJunio C Hamano <gitster@pobox.com>
Tue, 16 Jun 2015 21:33:46 +0000 (16 14:33 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 16 Jun 2015 21:33:46 +0000 (16 14:33 -0700)
tree9678b679f36a40abfb331c9c7a07ffc0b24e4261
parentb76b4cd4f1d822686374c5fdeb68ab0aac28bff1
parent838d6a928fc3aef3827d9a45e6aac044fea7451e
Merge branch 'dt/clean-pathspec-filter-then-lstat' into maint

"git clean pathspec..." tried to lstat(2) and complain even for
paths outside the given pathspec.

* dt/clean-pathspec-filter-then-lstat:
  clean: only lstat files in pathspec
builtin/clean.c