]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'jk/cat-file-batch-wo-type-fix'
authorJunio C Hamano <gitster@pobox.com>
Fri, 7 Aug 2026 21:48:00 +0000 (14:48 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 7 Aug 2026 21:48:00 +0000 (14:48 -0700)
commit93a85701abaa03790133c8a87529a726ae9bee36
tree3c73021df5a085f39057b355e877c2d26262316c
parentef11815b1ef3271f79a9e15648acb20511de63f7
parent2abc7f0304606e23199416ffa3dbc84fa2d431d3
Merge branch 'jk/cat-file-batch-wo-type-fix'

'git cat-file --batch-command' that asked for 'contents' without
'type' segfaults, which has been corrected.

* jk/cat-file-batch-wo-type-fix:
  cat-file: handle content request for --batch-command without type
builtin/cat-file.c
t/t1006-cat-file.sh