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

sartak at bestpractical.com sartak at bestpractical.com
Mon Mar 30 13:59:58 EDT 2009


The branch, master has been updated
       via  e14a227ef08339550017e22227bfbee1188a2d29 (commit)
      from  28599d2202e849ac66cd4fbd253f030be0226e38 (commit)

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

- Log -----------------------------------------------------------------
commit e14a227ef08339550017e22227bfbee1188a2d29
Author: Shawn M Moore <sartak at gmail.com>
Date:   Mon Mar 30 13:59:41 2009 -0400

    git log no longer supports --format.  :(

diff --git a/lib/App/Changeloggr/Action/AddChanges.pm b/lib/App/Changeloggr/Action/AddChanges.pm
index 4588229..e615ec0 100644
--- a/lib/App/Changeloggr/Action/AddChanges.pm
+++ b/lib/App/Changeloggr/Action/AddChanges.pm
@@ -13,7 +13,7 @@ use Jifty::Action schema {
         type is 'text',
         render as 'textarea',
         is mandatory,
-        hints is 'Currently we only accept the output of: git log --format=fuller --stat';
+        hints is 'Currently we only accept the output of: git log --pretty=fuller --stat';
 };
 
 sub get_changelog {

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



More information about the Bps-public-commit mailing list