[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[MIT-Scheme-devel] `git diff' shows RCS keyword cruft
From: |
Taylor R Campbell |
Subject: |
[MIT-Scheme-devel] `git diff' shows RCS keyword cruft |
Date: |
Thu, 6 Aug 2009 21:15:02 -0400 |
User-agent: |
IMAIL/1.21; Edwin/3.116; MIT-Scheme/7.7.90.+ |
Why does `git diff' show these changes, and how can I make it stop? I
haven't touched the old RCS keyword lines, but `git pull' doesn't fix
them either.
% git diff -u
diff --git a/src/microcode/bkpt.h b/src/microcode/bkpt.h
index 240b535..c47435e 100644
--- a/src/microcode/bkpt.h
+++ b/src/microcode/bkpt.h
@@ -1,6 +1,6 @@
/* -*-C-*-
-$Id: bkpt.h,v 9.40 2008/01/30 20:02:11 cph Exp $
+$Id$
...and the same for several other files in the repository. Which
files seems to vary randomly: in my totally clean checkout, in which I
have made *zero* changes to any of the files, `git diff' shows this
for src/edwin/basic.scm. In my work repository, it shows this for
bkpt.h, confshared.h, critsec.h, fasload.c, intrpt.h, memmag.h,
object.h, osio.h, outf.h, returns.h, scode.h, syscall.h. I think I
may have touched these files, but then reverted any changes to them,
possibly by hand.
- [MIT-Scheme-devel] `git diff' shows RCS keyword cruft,
Taylor R Campbell <=