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)
"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


Trivial merge