On Wed, Feb 23 2022, Derrick Stolee via GitGitGadget wrote: Just on: > Documentation/MyFirstObjectWalk.txt | 44 ++++++--------- > Documentation/git-index-pack.txt | 8 +++ > builtin/pack-objects.c | 9 +-- > builtin/rev-list.c | 29 +++------- > bundle.c | 87 ++++++++++++++++++++++++----- > bundle.h | 3 + > list-objects-filter-options.c | 2 +- > list-objects-filter-options.h | 5 ++ > list-objects.c | 25 +++------ > list-objects.h | 12 +++- > pack-bitmap.c | 24 ++++---- > pack-bitmap.h | 2 - > reachable.c | 2 +- > revision.c | 11 ++++ > revision.h | 4 ++ > t/t5300-pack-object.sh | 4 +- > t/t6020-bundle-misc.sh | 48 ++++++++++++++++ > 17 files changed, 215 insertions(+), 104 deletions(-) This is missing a corresponding change to Documentation/technical/bundle-format.txt.