Git development
 help / color / mirror / Atom feed
* question re: git show-ref and matching ref patterns from the front
@ 2021-04-11  1:24 Chris Jerdonek
  2021-04-11  1:54 ` brian m. carlson
  0 siblings, 1 reply; 3+ messages in thread
From: Chris Jerdonek @ 2021-04-11  1:24 UTC (permalink / raw)
  To: git

Hi, I noticed that git-show-ref only seems to permit matching patterns
from the end of a ref name:
https://git-scm.com/docs/git-show-ref#Documentation/git-show-ref.txt-ltpatterngt82308203
For example, "git show-ref master" will include both
"refs/heads/master" and "refs/remotes/origin/master".

However, is there a way to limit Git to showing refs starting with a
prefix, and that doesn't also require Git to iterate over all refs?

It seems like that would be natural and useful e.g. for repos with
many refs and/or repos with namespaces. Am I missing something, or
would that be a useful addition?

Thanks,
--Chris

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-04-11  2:09 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-04-11  1:24 question re: git show-ref and matching ref patterns from the front Chris Jerdonek
2021-04-11  1:54 ` brian m. carlson
2021-04-11  2:09   ` Chris Jerdonek

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox