Files
secondo/CM-Scripts/cvslog

10 lines
131 B
Plaintext
Raw Normal View History

2026-01-23 17:03:45 +08:00
#/bin/sh
#
# 02.07.2008
#
# A small script which prints a cvs log in reverse order
#
cvs log $* | tac - | sed 's#commitid: .*##'