+2004-02-11 Gary V. Vaughan <gary@gnu.org>
+
+ * commit: Improve CVS/Root->name sed script to work when :ext: is
+ not shown.
+
2004-02-11 Albert Chin-A-Young <china@thewrittenword.com>
* m4/libtool.m4: Fix typo: testring -> teststring.
test -f CVS/Tag &&
echo "Branch: `sed -e 's,^T,,;1q' CVS/Tag`"
test -f CVS/Root &&
- echo "Changes by: `sed -e 's,^.*:\(.*\):.*$,\1,' CVS/Root`"
+ echo "Changes by: `sed -e 's,^.*:*\(.*@.*\):.*$,\1,' CVS/Root`"
echo ""
echo "Log Message:"
sed -e 's,^, ,' "$log_file"