hal-info: Branch 'master'

Danny Kukawka dkukawka at kemper.freedesktop.org
Tue Aug 24 01:52:36 PDT 2010


 Makefile.am |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 36c1dbd233b0d5ca4e972a5193a3ac8982a6aba2
Author: Danny Kukawka <danny.kukawka at web.de>
Date:   Tue Aug 24 10:51:00 2010 +0200

    fix generation of Changelog
    
    Fixed generation of Changelog from git: replaced git-log with
    correct commando 'git log'. Removed --stat to reduce the size
    of the Changelog.

diff --git a/Makefile.am b/Makefile.am
index 74b1f6c..0c6f2e4 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -11,7 +11,7 @@ ChangeLog: $(srcdir)/ChangeLog
 $(srcdir)/ChangeLog:
 	@if test -d "$(srcdir)/.git"; then \
 	  (cd "$(srcdir)" && \
-	  ./missing --run git-log --stat) | fmt --split-only > $@.tmp \
+	  ./missing --run git log ) | fmt --split-only > $@.tmp \
 	  && mv -f $@.tmp $@ \
 	  || ($(RM) $@.tmp; \
 	      echo Failed to generate ChangeLog, your ChangeLog may be outdated >&2; \


More information about the hal-commit mailing list