Merge branch 'zk/clean-report-failure'
authorJunio C Hamano <gitster@pobox.com>
Tue, 22 Jan 2013 04:15:24 +0000 (20:15 -0800)
committerJunio C Hamano <gitster@pobox.com>
Tue, 22 Jan 2013 04:15:24 +0000 (20:15 -0800)
commitaa0ae51048a759a1aac41842d1bcd2403619c355
tree493e601fdc7c4589bf8fe0accdb39fe700cc768e
parent51c6de2bab06562d0e69dcfd48f04a3b28a878b1
parentf538a91e3c58bb0882be895eec099e51a74dfac4
Merge branch 'zk/clean-report-failure'

"git clean" states what it is going to remove and then goes on to
remove it, but sometimes it only discovers things that cannot be
removed after recursing into a directory, which makes the output
confusing and even wrong.

* zk/clean-report-failure:
  git-clean: Display more accurate delete messages