]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'vd/cat-file-objectmode-update'
authorJunio C Hamano <gitster@pobox.com>
Tue, 17 Jun 2025 17:44:39 +0000 (10:44 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 17 Jun 2025 17:44:39 +0000 (10:44 -0700)
"git cat-file --batch" learns to understand %(objectmode) atom to
allow the caller to tell missing objects (due to repository
corruption) and submodules (whose commit objects are OK to be
missing) apart.

* vd/cat-file-objectmode-update:
  cat-file.c: add batch handling for submodules
  cat-file: add %(objectmode) atom
  t1006: update 'run_tests' to test generic object specifiers


Trivial merge