bug-gnulib
[Top][All Lists]
Advanced

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

Re: [PATCH] gitlog-to-changelog: support the log message format used in


From: Akim Demaille
Subject: Re: [PATCH] gitlog-to-changelog: support the log message format used in Bison
Date: Tue, 22 May 2012 16:08:26 +0200

Le 22 mai 2012 à 11:42, Jim Meyering a écrit :

> Hi Akim,

Hi!

> 
> That looks fine, with this change squashed in.
> Ok with you?

Sure!  That's perfect, thanks!

> diff --git a/build-aux/gitlog-to-changelog b/build-aux/gitlog-to-changelog
> index 91dc147..17c4562 100755
> --- a/build-aux/gitlog-to-changelog
> +++ b/build-aux/gitlog-to-changelog
> @@ -73,8 +73,8 @@ OPTIONS:
>   --format=FMT set format string for commit subject and body;
>                  see 'man git-log' for the list of format metacharacters;
>                  the default is '%s%n%b%n'
> -   --strip-tab  remove the leading TAB in commit message lines.
> -   --strip-cherry-pick remove data inserted by "git cherry-pick";
> +   --strip-tab  remove one additional leading TAB from commit message lines.
> +   --strip-cherry-pick  remove data inserted by "git cherry-pick";
>                  this includes the "cherry picked from commit ..." line,
>                  and the possible final "Conflicts:" paragraph.
>   --help       display this help and exit
> @@ -361,7 +361,7 @@ sub parse_amend_file($)
>                }
>            }
> 
> -          # Strip all the leading TABs.
> +          # Remove one additional leading TAB from each line.
>          $strip_tab
>            and map { s/^\t// } @line;




reply via email to

[Prev in Thread] Current Thread [Next in Thread]