]> git.ipfire.org Git - thirdparty/git.git/commit
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)
commit4fd5b1ddc75c941e5f3ecc5586cc2c88c96847a7
treedeced631dba59358a589360411ff592da7d46a04
parent5b124e7c16076ad4d34d93854f194a9bc3223bdd
parentb0b910e052b2c5a8036343c0475dbbb01add6be8
Merge branch 'vd/cat-file-objectmode-update'

"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