]> git.ipfire.org Git - thirdparty/git.git/commit - GIT-VERSION-GEN
Merge branch 'so/clean-dry-run-without-force'
authorJunio C Hamano <gitster@pobox.com>
Thu, 14 Mar 2024 21:05:23 +0000 (14:05 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 14 Mar 2024 21:05:23 +0000 (14:05 -0700)
commit066124da88a6d43d125b30a1bc8a66c2d8ef6423
tree77c885b7c2c7ca64fca79908afcdb6efc3ba9ff2
parent945115026aa63df4ab849ab14a04da31623abece
parent105ec9ae8d0d100994ddf1ee5e99e4616558ff90
Merge branch 'so/clean-dry-run-without-force'

The implementation in "git clean" that makes "-n" and "-i" ignore
clean.requireForce has been simplified, together with the
documentation.

* so/clean-dry-run-without-force:
  clean: further clean-up of implementation around "--force"
  clean: improve -n and -f implementation and documentation