Re: git-rebase and reflog

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Brandon Casey
Date: Wednesday, April 30, 2008 - 10:05 am

Ping Yin wrote:


Have you checked the documentation for 'git reflog'?

It says:

   The subcommand "show" (which is also the default, in the absence of any
   subcommands) will take all the normal log options, and show the log of
   the reference provided in the command-line (or `HEAD`, by default).

So, 'git reflog show master' should get you what you want.

You may also want to check out the '-g' option to git-log. For example,
'git log -g master'.

-brandon

--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
git-rebase and reflog, Ping Yin, (Wed Apr 30, 9:04 am)
Re: git-rebase and reflog, Jakub Narebski, (Wed Apr 30, 9:37 am)
Re: git-rebase and reflog, Ping Yin, (Wed Apr 30, 9:56 am)
Re: git-rebase and reflog, Brandon Casey, (Wed Apr 30, 10:05 am)
Re: git-rebase and reflog, Ping Yin, (Wed Apr 30, 10:13 am)
Re: git-rebase and reflog, Avery Pennarun, (Wed Apr 30, 10:22 am)
Re: git-rebase and reflog, Junio C Hamano, (Wed Apr 30, 10:34 am)
Re: git-rebase and reflog, Ping Yin, (Wed Apr 30, 10:38 am)