summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--rappels-maths.tex4
-rw-r--r--vc2
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
diff --git a/vc b/vc
new file mode 100644
index 0000000..2ab3e90
--- /dev/null
+++ b/vc
@@ -0,0 +1,2 @@
+#! /bin/sh
+git log --pretty=format:'\verb=%h %ad=' -1