From: Jakub Narebski <jnareb@gmail.com>
To: git@vger.kernel.org
Subject: Re: git-gui blame: show previous commit
Date: Mon, 30 Jul 2007 00:53:00 +0200 [thread overview]
Message-ID: <f8j5oa$mmo$1@sea.gmane.org> (raw)
In-Reply-To: 87myxfzhk6.fsf@mid.deneb.enyo.de
Florian Weimer wrote:
> How can I view the previous commit touching a specific line, so that I
> can see what was there before? For instance, the change could be
> whitespace-only, so that I want to dig deeper.
You can always use "git blame -L<lineno>,+1 <revision> -- <file>". Or use
pickaxe search, i.e. "git log -S'<fragment>' <revision> -- <file>".
--
Jakub Narebski
Warsaw, Poland
ShadeHawk on #git
prev parent reply other threads:[~2007-07-29 22:53 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-07-29 9:26 git-gui blame: show previous commit Florian Weimer
2007-07-29 11:40 ` Johannes Schindelin
2007-07-30 3:43 ` Shawn O. Pearce
2007-07-29 22:53 ` Jakub Narebski [this message]
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='f8j5oa$mmo$1@sea.gmane.org' \
--to=jnareb@gmail.com \
--cc=git@vger.kernel.org \
/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).