> From: Taylor R Campbell <[email protected]> > Date: Wed, 13 May 2009 08:41:57 -0400 > > Date: Tue, 12 May 2009 15:11:44 -0700 > From: [email protected] (Matt Birkholz) > > git log -- v7/<pathname> > > That gives me the history, but the pathname doesn't correspond with > any actual file in the repository. I am confused, and this confuses > Emacs, too, so that, for instance, `C-x v l' doesn't work usefully.
I see that `git log --follow <pathname>` does what you want in spite of the rename from v7/<pathname>. Unfortunately vc-git-print-log uses git-rev-list, which has no --follow option. _______________________________________________ MIT-Scheme-devel mailing list [email protected] http://lists.gnu.org/mailman/listinfo/mit-scheme-devel
