]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'jt/rev-list-z'
authorJunio C Hamano <gitster@pobox.com>
Wed, 16 Apr 2025 20:54:18 +0000 (13:54 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 16 Apr 2025 20:54:18 +0000 (13:54 -0700)
"git rev-list" learns machine-parsable output format that delimits
each field with NUL.

* jt/rev-list-z:
  rev-list: support NUL-delimited --missing option
  rev-list: support NUL-delimited --boundary option
  rev-list: support delimiting objects with NUL bytes
  rev-list: refactor early option parsing
  rev-list: inline `show_object_with_name()` in `show_object()`

1  2 
Documentation/rev-list-options.adoc
revision.c

Simple merge
diff --cc revision.c
Simple merge