]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'rs/describe-with-lazy-queue-and-oidset'
authorJunio C Hamano <gitster@pobox.com>
Fri, 12 Sep 2025 17:41:21 +0000 (10:41 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 12 Sep 2025 17:41:21 +0000 (10:41 -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