]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'dt/clean-pathspec-filter-then-lstat' into maint
authorJunio C Hamano <gitster@pobox.com>
Tue, 16 Jun 2015 21:33:46 +0000 (14:33 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 16 Jun 2015 21:33:46 +0000 (14:33 -0700)
"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

1  2 
builtin/clean.c

diff --cc builtin/clean.c
Simple merge