Merge branch 'ow/ref-filter-omit-empty'
commitb64894c2063e5875bfd95b537eafcb3e1abf46ff
authorJunio C Hamano <gitster@pobox.com>
Fri, 21 Apr 2023 22:35:05 +0000 (21 15:35 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 21 Apr 2023 22:35:05 +0000 (21 15:35 -0700)
tree989d1d734418b366f23738b228b96dcd6ec1acbd
parent9e0d1aa495bd26f4688b915ac5c3cb656c9f7174
parentaabfdc9514a51d8d9a2f3afbc29e5044ccf7191b
Merge branch 'ow/ref-filter-omit-empty'

"git branch --format=..." and "git format-patch --format=..."
learns "--omit-empty" to hide refs that whose formatting result
becomes an empty string from the output.

* ow/ref-filter-omit-empty:
  branch, for-each-ref, tag: add option to omit empty lines
Documentation/git-for-each-ref.txt
builtin/branch.c
builtin/for-each-ref.c
builtin/tag.c
t/t3203-branch-output.sh
t/t6300-for-each-ref.sh
t/t7004-tag.sh