mit-scheme-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [MIT-Scheme-devel] history in the Git repository


From: Matt Birkholz
Subject: Re: [MIT-Scheme-devel] history in the Git repository
Date: Sun, 17 May 2009 10:47:44 -0700

> From: Taylor R Campbell <address@hidden>
> Date: Wed, 13 May 2009 08:41:57 -0400
> 
>    Date: Tue, 12 May 2009 15:11:44 -0700
>    From: address@hidden (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.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]