Eric Wong <normalperson@xxxxxxxx> wrote: > From 84e99bffc72c10ec7db6d5ae7af6a795b75ef724 Mon Sep 17 00:00:00 2001 > Signed-off-by: Eric Wong <normalperson@xxxxxxxx> > --- > git-svn.perl | 50 +++++++++++++++++++++++++++++++++++++++----------- > 1 files changed, 39 insertions(+), 11 deletions(-) > > diff --git a/git-svn.perl b/git-svn.perl > index d411a34..7cd62fc 100755 > --- a/git-svn.perl > +++ b/git-svn.perl > @@ -2089,5 +2116,6 @@ sub do_git_commit { > defined(my $pid = open3(my $msg_fh, my $out_fh, '>&STDERR', @exec)) > or croak $!; > print $msg_fh $log_entry->{log} or croak $!; > + restore_commit_header_env($old_env); > unless ($self->no_metadata) { > print $msg_fh "\ngit-svn-id: $log_entry->{metadata}\n" > \ No newline at end of file Hi Junio, This "\ No newline at end of file" from git-format-patch seems wrong. Bisecting reveals that it started happening at: 913b45f51b151d8e29f86df67d3e10853d831470 xdi_diff: trim common trailing lines -- Eric Wong - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html