git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Do we have a convenient way to refer to a specific commit in an already filtered rev-list?
@ 2011-09-24 16:46 Tzu-Jung Lee
  2011-09-27 21:35 ` Jeff King
  0 siblings, 1 reply; 5+ messages in thread
From: Tzu-Jung Lee @ 2011-09-24 16:46 UTC (permalink / raw)
  To: git

Hi Folks,

Do we have a convenient/symbolic way to refer  to a specific commit of
an already filtered rev-list? For example, I'm interested in the
commits with some constraints:

    git log somepath --author=someone

Without gui/tui tools, I have to frequently CUT & PASTE the commit-ID
for further manipulation (show, cherry-pick, ...), and possibly repeat
the parsing couple of times if I didn't save the output. I wonder if
we have a convenient way to refer to the discrete commits? like
HEAD~4, HEAD@{3} or something magic.

Thanks,
Roy

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

end of thread, other threads:[~2011-10-04  7:05 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-24 16:46 Do we have a convenient way to refer to a specific commit in an already filtered rev-list? Tzu-Jung Lee
2011-09-27 21:35 ` Jeff King
2011-10-03 17:19   ` Tzu-Jung Lee
2011-10-03 19:40     ` Junio C Hamano
2011-10-04  7:05       ` Jeff King

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 NNTP newsgroup(s).