]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'ps/show-ref' into ps/ref-tests-update
authorJunio C Hamano <gitster@pobox.com>
Thu, 2 Nov 2023 23:36:54 +0000 (08:36 +0900)
committerJunio C Hamano <gitster@pobox.com>
Thu, 2 Nov 2023 23:36:54 +0000 (08:36 +0900)
commitd5dbad0c767707eb690e68778f0a75203d18b72a
tree762e61b81e49008ef26c85400fa4c2009056e6e7
parentbc5204569f7db44d22477485afd52ea410d83743
parent0497e6c61172faabf412e013f2fc30a05054a46d
Merge branch 'ps/show-ref' into ps/ref-tests-update

* ps/show-ref:
  t: use git-show-ref(1) to check for ref existence
  builtin/show-ref: add new mode to check for reference existence
  builtin/show-ref: explicitly spell out different modes in synopsis
  builtin/show-ref: ensure mutual exclusiveness of subcommands
  builtin/show-ref: refactor options for patterns subcommand
  builtin/show-ref: stop using global vars for `show_one()`
  builtin/show-ref: stop using global variable to count matches
  builtin/show-ref: refactor `--exclude-existing` options
  builtin/show-ref: fix dead code when passing patterns
  builtin/show-ref: fix leaking string buffer
  builtin/show-ref: split up different subcommands
  builtin/show-ref: convert pattern to a local variable
t/t3200-branch.sh