Merge branch 'en/clean-cleanups'
authorJunio C Hamano <gitster@pobox.com>
Thu, 25 Jun 2020 19:27:45 +0000 (12:27 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 25 Jun 2020 19:27:45 +0000 (12:27 -0700)
commit53674699c0b40c99094858d0c174e8ff0a162a8d
tree1bd447865fb01f9014bd329832690f27e8673a9d
parent320421840e1e311bceacc6c98ee86c698578bf9c
parent7233f17577c63c95da0b4a23eefc26125e4971d1
Merge branch 'en/clean-cleanups'

Code clean-up of "git clean" resulted in a fix of recent
performance regression.

* en/clean-cleanups:
  clean: optimize and document cases where we recurse into subdirectories
  clean: consolidate handling of ignored parameters
  dir, clean: avoid disallowed behavior
  dir: fix a few confusing comments
dir.c