]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'rs/describe-with-lazy-queue-and-oidset' into next
authorJunio C Hamano <gitster@pobox.com>
Thu, 4 Sep 2025 16:01:03 +0000 (09:01 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 4 Sep 2025 16:01:04 +0000 (09:01 -0700)
Instead of scanning for the remaining items to see if there are
still commits to be explored in the queue, use khash to remember
which items are still on the queue (an unacceptable alternative is
to reserve one object flag bits).

* rs/describe-with-lazy-queue-and-oidset:
  describe: use oidset in finish_depth_computation()

1  2 
builtin/describe.c

Simple merge