]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'tb/cat-file-z'
authorJunio C Hamano <gitster@pobox.com>
Fri, 5 Aug 2022 22:52:14 +0000 (15:52 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 5 Aug 2022 22:52:14 +0000 (15:52 -0700)
commit1e92768aa1771d5d326990855e7a582da541ef9b
tree185d75918a1fe4f5cbae8a93e24b23f824e054f8
parent3a4d71f52f3a45d14d963c5700bd634e28d58687
parentdb9d67f2e9c9ea389f5558d6a168460d51631769
Merge branch 'tb/cat-file-z'

Operating modes like "--batch" of "git cat-file" command learned to
take NUL-terminated input, instead of one-item-per-line.

* tb/cat-file-z:
  builtin/cat-file.c: support NUL-delimited input with `-z`
  t1006: extract --batch-command inputs to variables
Documentation/git-cat-file.txt
builtin/cat-file.c