Eric Wong <normalper...@yhbt.net> writes:

> Eric Wong <normalper...@yhbt.net> wrote:
>> will push another change for formatting existing warnings more
>> consistently.
>
>   Just pushed.  My master is sitting at git://git.bogomips.org/git-svn.git
>   commit eae6cf5aa8ae2d8a90a99bbe4aeb01c29e01fd02

Thanks.

>
>   Eric Wong (1):
>         git svn: consistent spacing after "W:" in warnings
>
>   Jan Pešta (1):
>         git svn: ignore partial svn:mergeinfo
>
>   I don't have further updates planned, maybe others do.
> ----------------------------8<------------------------------
> From eae6cf5aa8ae2d8a90a99bbe4aeb01c29e01fd02 Mon Sep 17 00:00:00 2001
> From: Eric Wong <normalper...@yhbt.net>
> Date: Fri, 8 Mar 2013 09:46:41 +0000
> Subject: [PATCH] git svn: consistent spacing after "W:" in warnings
>
> All other instances of "W:"-prefixed warning messages have a space after
> the "W:" to help with readability.
>
> Signed-off-by: Eric Wong <normalper...@yhbt.net>
> ---
>  perl/Git/SVN.pm | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/perl/Git/SVN.pm b/perl/Git/SVN.pm
> index 46aeb85..5273ee8 100644
> --- a/perl/Git/SVN.pm
> +++ b/perl/Git/SVN.pm
> @@ -1504,7 +1504,7 @@ sub lookup_svn_merge {
>               my $top_commit = $gs->find_rev_before( $top, 1, $bottom );
>  
>               unless ($top_commit and $bottom_commit) {
> -                     warn "W:unknown path/rev in svn:mergeinfo "
> +                     warn "W: unknown path/rev in svn:mergeinfo "
>                               ."dirprop: $source:$range\n";
>                       next;
>               }
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to