git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
* gitk show only all refs matching pattern
@ 2011-12-03  0:02 Neal Kreitzinger
  2011-12-03  8:11 ` Johannes Sixt
  0 siblings, 1 reply; 2+ messages in thread
From: Neal Kreitzinger @ 2011-12-03  0:02 UTC (permalink / raw
  To: git

Is there a way to tell gitk to show only all refs matching a pattern (e.g., 
all refs matching refs/heads/neal/*)?  (I'm using git 1.7.1)

v/r,
neal 

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

* Re: gitk show only all refs matching pattern
  2011-12-03  0:02 gitk show only all refs matching pattern Neal Kreitzinger
@ 2011-12-03  8:11 ` Johannes Sixt
  0 siblings, 0 replies; 2+ messages in thread
From: Johannes Sixt @ 2011-12-03  8:11 UTC (permalink / raw
  To: Neal Kreitzinger; +Cc: git

Am 03.12.2011 01:02, schrieb Neal Kreitzinger:
> Is there a way to tell gitk to show only all refs matching a pattern (e.g., 
> all refs matching refs/heads/neal/*)?  (I'm using git 1.7.1)

That would be

   gitk --branches=neal/*

There is also --remotes= which I find quite useful.

-- Hannes

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

end of thread, other threads:[~2011-12-03  8:18 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-12-03  0:02 gitk show only all refs matching pattern Neal Kreitzinger
2011-12-03  8:11 ` Johannes Sixt

Code repositories for project(s) associated with this public inbox

	https://80x24.org/mirrors/git.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).