All of lore.kernel.org
 help / color / mirror / Atom feed
* git-log --full-history renamed-file
@ 2007-03-09 21:30 Jim Meyering
  2007-03-09 22:20 ` Linus Torvalds
  0 siblings, 1 reply; 8+ messages in thread
From: Jim Meyering @ 2007-03-09 21:30 UTC (permalink / raw)
  To: git

Hello,

Is there some git-log-like command (or some git-log option)
to print a log of deltas affecting a file across renames?

I know that git-annotate can detect renames (and gitk),
but that's not quite the interface I was looking for.

I've tried with git-log --full-history, with and without --parents,
to no avail.  Adding --parents does make it produce a couple more
log entries, but they are not relevant.

The "Why does git not track renames?" section in the wiki,
http://git.or.cz/gitwiki/Godfry says that "git-log -M"
will do what I want, but that appears to have no effect.

To be precise, I'd like to run a command like this

  git-log <options> current-name

to summarize the commits affecting current-name as well as
those affecting old-name (which I git-mv'd to current-name).

Jim

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

end of thread, other threads:[~2007-03-10  6:17 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-03-09 21:30 git-log --full-history renamed-file Jim Meyering
2007-03-09 22:20 ` Linus Torvalds
2007-03-10  0:55   ` Junio C Hamano
2007-03-10  1:40     ` Jakub Narebski
2007-03-10  2:14       ` Junio C Hamano
2007-03-10  2:14       ` Linus Torvalds
2007-03-10  6:14       ` Andy Parkins
2007-03-10  1:59   ` Junio C Hamano

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.