]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* commit: Improve CVS/Root->name sed script to work when :ext: is
authorGary V. Vaughan <gary@gnu.org>
Wed, 11 Feb 2004 13:29:09 +0000 (13:29 +0000)
committerGary V. Vaughan <gary@gnu.org>
Wed, 11 Feb 2004 13:29:09 +0000 (13:29 +0000)
not shown.

ChangeLog
commit

index d3060b2be30416516dcbd94eda5ecff0a3f24774..30cfe848e9b63f5b6247a55974e04bf1de94dafc 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+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.
diff --git a/commit b/commit
index acc4f1e38fad0a2064a0f52d5988cb1beb23b155..3e0c47386b8ce3828f20c1d87d689c0e3dda16d2 100755 (executable)
--- 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"