[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [MIT-Scheme-devel] $Id$ tags
From: |
Matt Birkholz |
Subject: |
Re: [MIT-Scheme-devel] $Id$ tags |
Date: |
Sat, 20 Jun 2009 00:45:45 -0700 |
> From: Chris Hanson <address@hidden>
> 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?