Re: [PATCH] git svn: consistent spacing after "W:" in warnings
From: Junio C Hamano <hidden>
Date: 2016-06-15 22:56:20
Eric Wong [off-list ref] writes:
Eric Wong [off-list ref] wrote:quoted
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.
quoted hunk
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 <redacted> 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 <redacted> --- 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; }