]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'ps/refs-writing-subcommands'
authorJunio C Hamano <gitster@pobox.com>
Wed, 15 Jul 2026 20:24:18 +0000 (13:24 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 15 Jul 2026 20:24:18 +0000 (13:24 -0700)
The 'git refs' toolbox has been extended with new 'create', 'delete',
'update', and 'rename' subcommands to create, delete, update, and
rename references, respectively.

* ps/refs-writing-subcommands:
  builtin/refs: add "rename" subcommand
  builtin/refs: add "create" subcommand
  builtin/refs: add "update" subcommand
  builtin/refs: add "delete" subcommand
  builtin/refs: drop `the_repository`

1  2 
t/meson.build

diff --cc t/meson.build
Simple merge