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

ChangeLog
commit

index c79345595436fab07af599d4e23497c8684c5fc8..1c95c982a75874a87551bf724fb9a695f5d68d59 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2004-02-11  Gary V. Vaughan  <gary@gnu.org>
+
+       * commit: Completely change CVS/Root->name sed script to actually
+       work when :ext: is not shown.
+
 2004-02-11  Albert Chin-A-Young  <china@thewrittenword.com>
 
        * ltmain.in: Indentation fixes, typo fixes.
diff --git a/commit b/commit
index f51fde93ac0d4741ea277461d1ce10602d24cff4..7980ed1d35dd23cda5537fe9e6cf5b4b4ffa3a1f 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,:.*$,,g;s,^.*:,,' CVS/Root`"
     echo ""
     echo "Log Message:"
     sed -e 's,^,       ,' "$log_file"