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

sartak at bestpractical.com sartak at bestpractical.com
Thu Jul 30 14:28:43 EDT 2009


The branch, master has been updated
       via  7db175aaddb00a0faeee2ebde2b12835f14f7695 (commit)
      from  0eb93a76aa1bbc654a53cfe01773366f36e52937 (commit)

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

- Log -----------------------------------------------------------------
commit 7db175aaddb00a0faeee2ebde2b12835f14f7695
Author: Shawn M Moore <sartak at gmail.com>
Date:   Thu Jul 30 14:28:32 2009 -0400

    We want git logs in reverse order

diff --git a/lib/App/Changeloggr/View/Admin.pm b/lib/App/Changeloggr/View/Admin.pm
index 4cb1480..0c829cf 100644
--- a/lib/App/Changeloggr/View/Admin.pm
+++ b/lib/App/Changeloggr/View/Admin.pm
@@ -151,7 +151,7 @@ sub add_changes_to {
     p {
         outs 'We accept the following log formats.';
         ul {
-            li { tt { 'git log --pretty=fuller --stat' }};
+            li { tt { 'git log --pretty=fuller --stat --reverse' }};
             li { tt { 'svn log' }};
             li { tt { 'svn log --xml' }};
         }

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



More information about the Bps-public-commit mailing list