Changes since v1: - Improved commit message in 1/2, - Stopped considering flag combinations as an error, which greatly simplified the logic, - Improved weird test file generation, - Removed short option and renamed long option, - Changed conditions to check the string length before the flag, which imo. reads better. Øystein Walle (2): ref-filter: remove unused ref_format member branch, for-each-ref: add option to omit empty lines Documentation/git-branch.txt | 4 ++++ Documentation/git-for-each-ref.txt | 4 ++++ ref-filter.h | 1 - builtin/branch.c | 6 +++++- builtin/for-each-ref.c | 7 +++++-- ref-filter.c | 1 - t/t3203-branch-output.sh | 24 ++++++++++++++++++++++++ t/t6300-for-each-ref.sh | 8 ++++++++ 8 files changed, 50 insertions(+), 5 deletions(-) -- 2.20.1