From: Gary V. Vaughan Date: Wed, 11 Feb 2004 13:29:09 +0000 (+0000) Subject: * commit: Improve CVS/Root->name sed script to work when :ext: is X-Git-Tag: release-1-9b~171 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=46894858fd5d010d9ec3224a9089637e109bd077;p=thirdparty%2Flibtool.git * commit: Improve CVS/Root->name sed script to work when :ext: is not shown. --- 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"