I just tried a fresh clone and it worked fine too. git status and git diff both report no changes.
Maybe it matters what version of git you are using? I'm running 1.6.3.2. On Sat, Jun 20, 2009 at 12:45 AM, Matt Birkholz<[email protected]> wrote: >> From: Chris Hanson <[email protected]> >> Date: Fri, 19 Jun 2009 23:23:10 -0700 >> >> Hmm... I am not sure why this is happening. My tree seems to be OK at >> this point. > > git-diff (in my fresh clone) says: > > diff --git a/dist/Makefile b/dist/Makefile > index 4a219f0..64a2f1f 100644 > --- a/dist/Makefile > +++ b/dist/Makefile > @@ -1,4 +1,4 @@ > -# $Id: Makefile,v 1.1 2001/02/24 02:55:18 cph Exp $ > +# $Id$ > # > # Copyright (c) 2001 Massachusetts Institute of Technology > # > > The first line of that working file is actually > > # $Id: Makefile,v 1.1... > > not the > > # $Id$ > > shown in the diff. > > Yet your tree seems OK. Checksum caching? Did you try a fresh clone? > _______________________________________________ MIT-Scheme-devel mailing list [email protected] http://lists.gnu.org/mailman/listinfo/mit-scheme-devel
