From 46894858fd5d010d9ec3224a9089637e109bd077 Mon Sep 17 00:00:00 2001 From: "Gary V. Vaughan" Date: Wed, 11 Feb 2004 13:29:09 +0000 Subject: [PATCH] * commit: Improve CVS/Root->name sed script to work when :ext: is not shown. --- ChangeLog | 5 +++++ commit | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index d3060b2be..30cfe848e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2004-02-11 Gary V. Vaughan + + * commit: Improve CVS/Root->name sed script to work when :ext: is + not shown. + 2004-02-11 Albert Chin-A-Young * m4/libtool.m4: Fix typo: testring -> teststring. diff --git a/commit b/commit index acc4f1e38..3e0c47386 100755 --- a/commit +++ b/commit @@ -388,7 +388,7 @@ if test -n "$sendmail_to"; then 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" -- 2.47.2