]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'mt/checkout-count-fix' into maint
authorJunio C Hamano <gitster@pobox.com>
Thu, 11 Aug 2022 04:52:33 +0000 (21:52 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 11 Aug 2022 04:52:34 +0000 (21:52 -0700)
commit340a6120e5efdc37edc2a2dbc7ddc6befd5e6995
tree365e19c0dc3ac7bb50394e0176dd63c5476a18cf
parentacd3bce63fc21b50b4cfea18083a1a6ad3b04c8c
parent611c7785e8e22637e183333c54ed266e6e83e163
Merge branch 'mt/checkout-count-fix' into maint

"git checkout" miscounted the paths it updated, which has been
corrected.
source: <cover.1657799213.git.matheus.bernardino@usp.br>

* mt/checkout-count-fix:
  checkout: fix two bugs on the final count of updated entries
  checkout: show bug about failed entries being included in final report
  checkout: document bug where delayed checkout counts entries twice