We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d08a189 commit 34e0b72Copy full SHA for 34e0b72
Documentation/MyFirstObjectWalk.txt
@@ -525,7 +525,7 @@ about each one.
525
526
We can base our work on an example. `git pack-objects` prepares all kinds of
527
objects for packing into a bitmap or packfile. The work we are interested in
528
-resides in `builtins/pack-objects.c:get_object_list()`; examination of that
+resides in `builtin/pack-objects.c:get_object_list()`; examination of that
529
function shows that the all-object walk is being performed by
530
`traverse_commit_list()` or `traverse_commit_list_filtered()`. Those two
531
functions reside in `list-objects.c`; examining the source shows that, despite
0 commit comments