]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'ms/refs-list'
authorJunio C Hamano <gitster@pobox.com>
Fri, 22 Aug 2025 20:13:20 +0000 (13:13 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 22 Aug 2025 20:13:20 +0000 (13:13 -0700)
The "list" subcommand of "git refs" acts as a front-end for
"git for-each-ref".

* ms/refs-list:
  t: add test for git refs list subcommand
  t6300: refactor tests to be shareable
  builtin/refs: add list subcommand
  builtin/for-each-ref: factor out core logic into a helper
  builtin/for-each-ref: align usage string with the man page
  doc: factor out common option

1  2 
builtin/for-each-ref.c
t/meson.build

Simple merge
diff --cc t/meson.build
Simple merge