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?

If I run `git log --name-status', I seem to get a complete history of
the entire repository, but I don't want to grep through it for the
pathnames of the files in question.


_______________________________________________
MIT-Scheme-devel mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/mit-scheme-devel

Reply via email to