From: Junio C Hamano Date: Fri, 12 Sep 2025 17:41:19 +0000 (-0700) Subject: Merge branch 'ms/refs-exists' X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=07f29476de6a77b00e5387cdfb5e24546f295793;p=thirdparty%2Fgit.git Merge branch 'ms/refs-exists' "git refs exists" that works like "git show-ref --exists" has been added. * ms/refs-exists: t: add test for git refs exists subcommand t1422: refactor tests to be shareable t1403: split 'show-ref --exists' tests into a separate file builtin/refs: add 'exists' subcommand --- 07f29476de6a77b00e5387cdfb5e24546f295793 diff --cc Documentation/git-refs.adoc index d462953fb5,5d2032b318..bfa9b3ea2d --- a/Documentation/git-refs.adoc +++ b/Documentation/git-refs.adoc @@@ -17,7 -17,8 +17,8 @@@ git refs list [--count=] [--shel [--merged[=]] [--no-merged[=]] [--contains[=]] [--no-contains[=]] [(--exclude=)...] [--start-after=] - [ --stdin | ... ] + [ --stdin | (...)] + git refs exists DESCRIPTION -----------