Merge branch 'zk/clean-report-failure' into next
commit5b3161416b66a9d6642f60296d31e40e0bae3089
authorJunio C Hamano <gitster@pobox.com>
Tue, 15 Jan 2013 20:06:21 +0000 (15 12:06 -0800)
committerJunio C Hamano <gitster@pobox.com>
Tue, 15 Jan 2013 20:06:21 +0000 (15 12:06 -0800)
tree356cd3cb8e9533ec409328a386e8e864ecf35445
parentd76452def84966344f28e0636b788d17adfb85c5
parentf538a91e3c58bb0882be895eec099e51a74dfac4
Merge branch 'zk/clean-report-failure' into next

"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
builtin/clean.c