mirror of
https://git.code.sf.net/p/quake/newtree
synced 2024-11-10 14:52:08 +00:00
added a log message counter called dsparil
This commit is contained in:
parent
76fe294e09
commit
b01f784fcd
1 changed files with 10 additions and 0 deletions
10
dsparil
Executable file
10
dsparil
Executable file
|
@ -0,0 +1,10 @@
|
|||
#!/bin/bash --
|
||||
|
||||
#this script must be run from within a cvs controlled directory
|
||||
#so cvs can get the proper cvsroot
|
||||
|
||||
MYCVSOPTS=-z3
|
||||
|
||||
COMMITS=`cvs $MYCVSOPTS log 2>/dev/null |grep -e "^date.*author:" |grep $1 |wc -l`
|
||||
echo `basename $0`: CVS user $1 has authored $COMMITS log messages.
|
||||
|
Loading…
Reference in a new issue