From: Eric Wong <normalperson@yhbt•net>
To: Junio C Hamano <junkio@cox•net>
Cc: git@vger•kernel.org, Sam Vilain <sam.vilain@catalyst•net.nz>,
Adam Roben <aroben@apple•com>
Subject: Re: [PATCH] Remove usernames from all commit messages, not just when using svmprops
Date: Tue, 24 Apr 2007 18:33:11 -0700 [thread overview]
Message-ID: <20070425013221.GC7169@muzzle> (raw)
In-Reply-To: <9F361BEA-54A1-479F-9552-1E2170A83DAF@apple.com>
Adam Roben <aroben@apple•com> wrote:
> Signed-off-by: Sam Vilain <sam.vilain@catalyst•net.nz>
> Signed-off-by: Adam Roben <aroben@apple•com>
Acked-by: Eric Wong <normalperson@yhbt•net>
> ---
> git-svn.perl | 5 ++++-
> 1 files changed, 4 insertions(+), 1 deletions(-)
>
> diff --git a/git-svn.perl b/git-svn.perl
> index efc4c88..077d6b3 100755
> --- a/git-svn.perl
> +++ b/git-svn.perl
> @@ -1866,11 +1866,14 @@ sub make_log_entry {
> } elsif ($self->use_svnsync_props) {
> my $full_url = $self->svnsync->{url};
> $full_url .= "/$self->{path}" if length $self->{path};
> + remove_username($full_url);
> my $uuid = $self->svnsync->{uuid};
> $log_entry{metadata} = "$full_url\@$rev $uuid";
> $email ||= "$author\@$uuid"
> } else {
> - $log_entry{metadata} = $self->metadata_url. "\@$rev " .
> + my $url = $self->metadata_url;
> + remove_username($url);
> + $log_entry{metadata} = "$url\@$rev " .
> $self->ra->get_uuid;
> $email ||= "$author\@" . $self->ra->get_uuid;
> }
> --
> 1.5.2.rc0.14.g520d-dirty
--
Eric Wong
prev parent reply other threads:[~2007-04-25 1:33 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-04-25 1:02 [PATCH] Remove usernames from all commit messages, not just when using svmprops Adam Roben
2007-04-25 1:33 ` Eric Wong [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20070425013221.GC7169@muzzle \
--to=normalperson@yhbt$(echo .)net \
--cc=aroben@apple$(echo .)com \
--cc=git@vger$(echo .)kernel.org \
--cc=junkio@cox$(echo .)net \
--cc=sam.vilain@catalyst$(echo .)net.nz \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox