[Bps-public-commit] App-Changeloggr branch, master, updated. 686113622fd9863ec032079cfff623fbe07c48b4

sartak at bestpractical.com sartak at bestpractical.com
Tue May 19 10:23:02 EDT 2009


The branch, master has been updated
       via  686113622fd9863ec032079cfff623fbe07c48b4 (commit)
      from  261c563e43b6466796fc9c275c44d4546fbfcb7c (commit)

Summary of changes:
 lib/App/Changeloggr/InputFormat/Git.pm |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

- Log -----------------------------------------------------------------
commit 686113622fd9863ec032079cfff623fbe07c48b4
Author: Shawn M Moore <sartak at gmail.com>
Date:   Tue May 19 10:22:53 2009 -0400

    Strip git-svn-id junk from messages

diff --git a/lib/App/Changeloggr/InputFormat/Git.pm b/lib/App/Changeloggr/InputFormat/Git.pm
index 05d68b1..e8482c1 100644
--- a/lib/App/Changeloggr/InputFormat/Git.pm
+++ b/lib/App/Changeloggr/InputFormat/Git.pm
@@ -63,6 +63,8 @@ sub next_match {
         $fields{diffstat} = $1;
     }
 
+    $fields{message} =~ s/^git-svn-id: .*$//m;
+
     return \%fields;
 }
 

-----------------------------------------------------------------------



More information about the Bps-public-commit mailing list