[epiphany/wip/autocrap: 25/37] Remove git branches from ChangeLog



commit a5bb7498b9272a3768c1f0549b087116a93ce848
Author: Michael Catanzaro <mcatanzaro igalia com>
Date:   Mon Jun 29 17:46:50 2015 -0500

    Remove git branches from ChangeLog
    
    These aren't meaningful in the changelog, and cause the resultant
    changelog to differ based on the user's git configuration.

 Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 2e3b319..46dca29 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -15,7 +15,7 @@ distuninstallcheck_listfiles = find . -type f -print | grep -v 'icon-theme.cache
 # Build ChangeLog from git history
 ChangeLog:
        @if test -f $(top_srcdir)/.git/HEAD; then \
-               git log --stat > $@; \
+               git log --no-decorate --stat > $@; \
        fi
 
 dist: ChangeLog


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]