]> git.ipfire.org Git - thirdparty/git.git/commit
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)
commitc72d5bbf49c26c73cef41cc6a82e95b53df5f534
treec4c175d2b37b5ef4701ad95ffb3c1b2405348eeb
parent954d33a9757fcfab723a824116902f1eb16e05f7
parentfed66d91c0fce8a1911b24ad79ed9f10d411874e
Merge branch 'ms/refs-list'

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
builtin/for-each-ref.c
t/meson.build