[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[MIT-Scheme-devel] history in the Git repository
From: |
Matt Birkholz |
Subject: |
[MIT-Scheme-devel] history in the Git repository |
Date: |
Tue, 12 May 2009 15:11:44 -0700 |
> From: Taylor R Campbell <address@hidden>
> Date: Tue, 12 May 2009 14:11:18 -0400
>
> I checked out a copy of the Git repository by executing
>
> git clone git://git.savannah.gnu.org/mit-scheme.git
>
> When I tried to view the history on various source files with
>
> git log <pathname>
>
> all I am shown is commit 4e3bce8ce21acb9dcfe1de2c1d61b9ea57517301 with
> text `Eliminate v7 subdirectory, moving subdirs up one level.' How
> can I see the rest of the history?
git log -- v7/<pathname>