diff options
-rw-r--r-- | rappels-maths.tex | 4 | ||||
-rw-r--r-- | vc | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/rappels-maths.tex b/rappels-maths.tex index 8325f80..7d05c81 100644 --- a/rappels-maths.tex +++ b/rappels-maths.tex @@ -41,9 +41,11 @@ \author{David A. Madore} \maketitle {\footnotesize +\immediate\write18{sh ./vc > vcline.tex} \begin{center} -CVS: \verb=$Id: rappels-maths.tex,v 1.17 2009-10-21 18:30:30 david Exp $= +Git: \input{vcline.tex} \end{center} +\immediate\write18{echo ' (stale)' >> vcline.tex} \par} \pretolerance=10000 \tolerance=8000 @@ -0,0 +1,2 @@ +#! /bin/sh +git log --pretty=format:'\verb=%h %ad=' -1 |