From: Andreas Schwab <schwab@linux-m68k.org>
To: perryh@pluto.rain.com
Cc: git@vger.kernel.org
Subject: Re: How do I specify a revision for "git blame" by date?
Date: Thu, 14 Jun 2012 12:19:08 +0200 [thread overview]
Message-ID: <m2sjdynqlf.fsf@igel.home> (raw)
In-Reply-To: <4fda029d.g99uVull9jgguc/Y%perryh@pluto.rain.com> (perryh@pluto.rain.com's message of "Thu, 14 Jun 2012 08:26:21 -0700")
perryh@pluto.rain.com writes:
> How do I get "git blame" to operate "as of" a particular date in
> the past, without having to manually look up the corresponding
> SHA1 using "git rev-list"? For example, I can get a report as of
> 2011-12-29 by doing something like:
>
> $ git rev-list --all --date-order --format="%h %ai" .
> ...
> 7c69106 2012-01-03 ...
> b4227af 2011-12-27 ...
> ...
>
> $ git blame <file> b4227af
You can use any rev-list option, so --until=2011-12-27 should work.
Andreas.
--
Andreas Schwab, schwab@linux-m68k.org
GPG Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5
"And now for something completely different."
next prev parent reply other threads:[~2012-06-14 10:19 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-06-14 15:26 How do I specify a revision for "git blame" by date? perryh
2012-06-14 10:05 ` Thomas Rast
2012-06-15 13:02 ` perryh
2012-06-15 15:01 ` Jeff King
2012-06-15 15:53 ` Junio C Hamano
2012-06-16 4:13 ` perryh
2012-06-14 10:19 ` Andreas Schwab [this message]
2012-06-14 17:22 ` Junio C Hamano
2012-06-15 13:03 ` perryh
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=m2sjdynqlf.fsf@igel.home \
--to=schwab@linux-m68k.org \
--cc=git@vger.kernel.org \
--cc=perryh@pluto.rain.com \
/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 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).