[longomatch] Improve ChangeLog readabilty



commit 87c72121b311a47f68597d5cbf99fa886a7cf97d
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date:   Thu Sep 24 15:20:46 2009 +0200

    Improve ChangeLog readabilty

 Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index dc6e2e6..fa6eb2f 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -12,7 +12,7 @@ endif
 # Build ChangeLog from GIT history
 ChangeLog:
 	@if test -f $(top_srcdir)/.git/HEAD; then \
-		git log --pretty=format:'%ad %an <%ae>%n%s ' --stat --after="Jul 01 23:47:57 2009" > $@; \
+		git log --pretty=format:'%ad %an <%ae>%n *%s ' --stat --after="Jul 01 23:47:57 2009" > $@; \
 	fi
 
 dist: ChangeLog



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