From 22c6de3856c0266e7a8094fae5496cd4de2f7230 Mon Sep 17 00:00:00 2001 From: "Pierre R. Mai" Date: Sun, 14 Oct 2012 15:44:50 +0200 Subject: [PATCH] Change CVS id comment identifier to work for new git repository. --- .gitattributes | 2 ++ md5.lisp | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..1a1f266 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +/*.lisp ident +/*.asd ident diff --git a/md5.lisp b/md5.lisp index d1dcdbf..8f16cae 100644 --- a/md5.lisp +++ b/md5.lisp @@ -5,7 +5,7 @@ ;;;; cmucl-help mailing-list hosted at cons.org, in November 2001 and ;;;; has been placed into the public domain. ;;;; -;;;; $Id: md5.lisp,v 1.8 2003/01/25 00:18:27 dent Exp $ +;;;; $Id$ ;;;; ;;;; While the implementation should work on all conforming Common ;;;; Lisp implementations, it has only been optimized for CMU CL,