MyFirstObjectWalk: fix description for counting omitted objects
commit7250cdb695e7a57521f0f0e8c35e7185ecbc925c
authorDirk Gouders <dirk@gouders.net>
Wed, 27 Mar 2024 11:22:15 +0000 (27 12:22 +0100)
committerJunio C Hamano <gitster@pobox.com>
Wed, 27 Mar 2024 16:24:35 +0000 (27 09:24 -0700)
tree741afb6abbdd75a9d36639af3dd511384d79bc84
parentaf3888890e7eda11c54f0eca96a69b8178f46bff
MyFirstObjectWalk: fix description for counting omitted objects

Before the changes to count omitted objects, the function
traverse_commit_list() was used and its call cannot be changed to pass
a pointer to an oidset to record omitted objects.

Fix the text to clarify that we now use another traversal function to
be able to pass the pointer to the introduced oidset.

Helped-by: Kyle Lippincott <spectral@google.com>
Signed-off-by: Dirk Gouders <dirk@gouders.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/MyFirstObjectWalk.txt