All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Shawn O. Pearce" <spearce@spearce.org>
To: Eric Hanchrow <offby1@blarg.net>
Cc: git@vger.kernel.org
Subject: Re: visualizing Git's Git repo
Date: Mon, 26 May 2008 19:46:22 -0400	[thread overview]
Message-ID: <20080526234622.GG30245@spearce.org> (raw)
In-Reply-To: <87ve104qoz.fsf@offby1.atm01.sea.blarg.net>

Eric Hanchrow <offby1@blarg.net> wrote:
> You might not know -- I didn't until five minutes ago -- that you can
> omit entire branches, like this:
> 
>         $ gitk --all  ^refs/remotes/origin/man ^refs/remotes/origin/html
> 

And if you do this a lot you can remember it as a shorthand:

	$ git config alias.seeall '! gitk --all  ^refs/remotes/origin/man ^refs/remotes/origin/html'
	$ git seeall

-- 
Shawn.

  parent reply	other threads:[~2008-05-26 23:47 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-05-26 20:47 visualizing Git's Git repo Joshua Haberman
2008-05-26 22:59 ` Eric Hanchrow
2008-05-26 23:42   ` Joshua Haberman
2008-05-26 23:46   ` Shawn O. Pearce [this message]
2008-05-27  0:41 ` Björn Steinbrink
2008-05-27 20:36 ` Joshua Haberman
2008-05-27 23:49   ` Jeff King
2008-05-28  3:15 ` Linus Torvalds
2008-05-28  8:39   ` Jakub Narebski

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20080526234622.GG30245@spearce.org \
    --to=spearce@spearce.org \
    --cc=git@vger.kernel.org \
    --cc=offby1@blarg.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.