From 1a52af777b36e92b5c8414b1438d0889c42ad8de Mon Sep 17 00:00:00 2001 From: zecke Date: Tue, 23 Jul 2002 12:21:02 +0000 Subject: some neat KDE scripts which makes living with cvs more easy Carsten said I should commit then --- (limited to 'scripts/cvslastlog') diff --git a/scripts/cvslastlog b/scripts/cvslastlog new file mode 100644 index 0000000..7676a6a --- a/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 -r`cvsversion $1` $1 + -- cgit v0.9.0.2