Skip to content

rev-list: allow missing tips with --missing=[print|allow*]

"git rev-list --missing=[print|allow*]" has learned to not die when some tips passed to it as command line arguments are missing. Instead those tips are just reported among the missing objects and ignored for traversal.

Those changes have been merged to Git's 'master' branch in: 76d1cd8e

Those changes should be merged into gitlab-git-v2.44 to be able to move forward with the WAL work now instead of waiting for Git 2.45.

See: https://gitlab.com/gitlab-com/gitlab-OKRs/-/work_items/5708

Merge request reports