summaryrefslogtreecommitdiffstats
path: root/scripts/cvslastlog
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/cvslastlog')
-rwxr-xr-xscripts/cvslastlog8
1 files changed, 8 insertions, 0 deletions
diff --git a/scripts/cvslastlog b/scripts/cvslastlog
new file mode 100755
index 00000000..d1b45812
--- /dev/null
+++ b/scripts/cvslastlog
@@ -0,0 +1,8 @@
+#!/bin/sh
+# cvslastlog - prints log of last commit for a file
+# Depends on the version of the local file, not the one on the server
+# Requires cvsversion
+# David Faure, faure@kde.org
+
+cvs log -N -r`cvsversion $1` $1
+