diff options
author | Matheus Tavares <matheus.bernardino@usp.br> | 2022-07-14 08:49:10 -0300 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2022-07-14 10:19:27 -0700 |
commit | ed602c3f448c2681b16245d4a489342a2db89855 (patch) | |
tree | eae0db7b247b2c4f2647e16a0676b775854fb492 /t/t2080-parallel-checkout-basics.sh | |
parent | e4a4b31577c7419497ac30cebe30d755b97752c5 (diff) | |
download | git-ed602c3f448c2681b16245d4a489342a2db89855.tar.gz |
checkout: document bug where delayed checkout counts entries twice
At the end of a `git checkout <pathspec>` operation, git reports how
many paths were checked out with a message like "Updated N paths from
the index". However, entries that end up on the delayed checkout queue
(as requested by a long-running process filter) get counted twice,
producing a wrong number in the final report. We will fix this bug in an
upcoming commit. For now, only document/demonstrate it with a
test_expect_failure.
Signed-off-by: Matheus Tavares <matheus.bernardino@usp.br>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t2080-parallel-checkout-basics.sh')
0 files changed, 0 insertions, 0 deletions