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

Alex M Vandiver alexmv at bestpractical.com
Mon Mar 30 15:30:36 EDT 2009


The branch, master has been updated
       via  a977d114e1956e757ec20fff2f0098d4b3b0947c (commit)
      from  87f67e0c36f1c34dd5e9a85e224eb16998db1b95 (commit)

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

- Log -----------------------------------------------------------------
commit a977d114e1956e757ec20fff2f0098d4b3b0947c
Author: Alex Vandiver <alexmv at mit.edu>
Date:   Mon Mar 30 15:29:56 2009 -0400

    --format => --pretty for backwards compatibility

diff --git a/lib/App/Changeloggr/LogFormat/Git.pm b/lib/App/Changeloggr/LogFormat/Git.pm
index 1d0d40d..370b256 100644
--- a/lib/App/Changeloggr/LogFormat/Git.pm
+++ b/lib/App/Changeloggr/LogFormat/Git.pm
@@ -18,7 +18,7 @@ sub matches {
 sub next_match {
     my $self = shift;
 
-    # git log --format=fuller --stat
+    # git log --pretty=fuller --stat
     $self->{text} =~ s{
         \A
         (
@@ -67,7 +67,7 @@ sub next_match {
 
 =begin git-sample
 
-(this is produced by git log --format=fuller --stat)
+(this is produced by git log --pretty=fuller --stat)
 
 commit 8837a66df7e8959d3101a5227d7b3c597990c0d0
 Author:     Nicholas Clark <nick at ccl4.org>

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



More information about the Bps-public-commit mailing list