[librsvgmm] Tweak sed program indenting the ChangeLog entries



commit 0ac50747f339b75c2f7b7219278097011078cdf3
Author: Daniel Elstner <daniel kitta gmail com>
Date:   Tue Jun 23 16:56:29 2009 +0200

    Tweak sed program indenting the ChangeLog entries
    
    * Makefile.am (gitlog_format): Slightly simplify the sed program which
    adds indentation to the ChangeLog entries, and have it remove trailing
    whitespace, too.

 Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index bf61e17..81eb8a0 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -30,7 +30,7 @@ pkgconfigdir = $(libdir)/pkgconfig
 pkgconfig_DATA = librsvg/librsvgmm-2.0.pc
 
 gitlog_format = --date=short --pretty='format:%cd  %an  <%ae>%n%n%s%n%n%b'
-log_transform = sed '/^[12]...-[01].-[0123].  [^<>]*  <[^<>]*>$$/b;s/^[	 ]*$$//;t;s/^/	/'
+log_transform = sed '/^[12]...-[01].-[0123].  [^<>]*  <[^<>]*>$$/b;s/^[	 ]*/	/;s/[	 ]*$$//'
 
 dist-hook:
 	if test -d "$(top_srcdir)/.git"; then \



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