All of lore.kernel.org
 help / color / mirror / Atom feed
* What's with git blame --reverse ?
@ 2014-01-27 12:45 David Kastrup
  2014-01-27 14:15 ` Duy Nguyen
  0 siblings, 1 reply; 2+ messages in thread
From: David Kastrup @ 2014-01-27 12:45 UTC (permalink / raw)
  To: git


The git blame manual page talks about using git blame --reverse to
figure out when a particular change disappeared, but I cannot make it
produce anything useful regardless of what range I give it.  Using
--root delivers a different state of uselessness.

Can anyone give a recipe for using git blame --reverse on the Git code
base for figuring out anything of relevance?

Since I am in the process of rewriting git-blame, of course I want to
verify that everything works, but while I achieve the same results, they
seem fabulously useless before and after my rewrite.

-- 
David Kastrup

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

* Re: What's with git blame --reverse ?
  2014-01-27 12:45 What's with git blame --reverse ? David Kastrup
@ 2014-01-27 14:15 ` Duy Nguyen
  0 siblings, 0 replies; 2+ messages in thread
From: Duy Nguyen @ 2014-01-27 14:15 UTC (permalink / raw)
  To: David Kastrup; +Cc: Git Mailing List

On Mon, Jan 27, 2014 at 7:45 PM, David Kastrup <dak@gnu.org> wrote:
>
> The git blame manual page talks about using git blame --reverse to
> figure out when a particular change disappeared, but I cannot make it
> produce anything useful regardless of what range I give it.  Using
> --root delivers a different state of uselessness.
>
> Can anyone give a recipe for using git blame --reverse on the Git code
> base for figuring out anything of relevance?

I rarely use blame, but the commit that introduces --reverse seems to
have an example. See 85af792 (git-blame --reverse - 2008-04-02)
-- 
Duy

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

end of thread, other threads:[~2014-01-27 14:16 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-27 12:45 What's with git blame --reverse ? David Kastrup
2014-01-27 14:15 ` Duy Nguyen

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.