[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[patch] Re: cvs logs usefulness



Eric VB wrote:
> 
> I'm quite happy to receive the logs of the CVS tree changes but please,
> wouldn't it be possible to have the *log* of the check-in or the name of the
> checked-in file instead of the name of the person who commited ?

Like this? Could please someone make this change? I have no write access.

Thanks,

-- 
Eray (exa) Ozkural
Comp. Sci. Dept., Bilkent University, Ankara
e-mail: erayo@cs.bilkent.edu.tr
www: http://www.cs.bilkent.edu.tr/~erayo
Index: loginfo
===================================================================
RCS file: /cvs/debian-boot/CVSROOT/loginfo,v
retrieving revision 1.15
diff -u -r1.15 loginfo
--- loginfo	2000/11/12 19:46:32	1.15
+++ loginfo	2001/02/09 16:28:43
@@ -25,12 +25,12 @@
 # or
 #DEFAULT (echo ""; id; echo %{sVv}; date; cat) >> $CVSROOT/CVSROOT/commitlog
 
-CVSROOT		/cvs/debian-boot/CVSROOT/newlog.pl -s -m aph@debian.org %s
+CVSROOT		/cvs/debian-boot/CVSROOT/newlog.pl -s -m aph@debian.org %{sVv}
 
 # debian-cd stuff to debian-cd list
-debian-cd	/cvs/debian-boot/CVSROOT/newlog.pl -s -m debian-cd@lists.debian.org %s
+debian-cd	/cvs/debian-boot/CVSROOT/newlog.pl -s -m debian-cd@lists.debian.org %{sVv}
 
 # rest to debian-boot
-DEFAULT		/cvs/debian-boot/CVSROOT/newlog.pl -s -m debian-boot@lists.debian.org %s
+DEFAULT		/cvs/debian-boot/CVSROOT/newlog.pl -s -m debian-boot@lists.debian.org %{sVv}
 
 

Reply to: