Skip to content

Commit b380e3a

Browse files
avarEric Wong
authored andcommitted
git-svn: remove redundant porcelain option to rev-list
Change an invocation of git-rev-list(1) to not use --no-color, git-rev-list(1) will always ignore that option and the --color option, so there's no need to pass it. Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com> Acked-by: Eric Wong <normalperson@yhbt.net>
1 parent 7b151f4 commit b380e3a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

git-svn.perl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3920,7 +3920,7 @@ sub rebuild {
39203920
my ($base_rev, $head) = ($partial ? $self->rev_map_max_norebuild(1) :
39213921
(undef, undef));
39223922
my ($log, $ctx) =
3923-
command_output_pipe(qw/rev-list --pretty=raw --no-color --reverse/,
3923+
command_output_pipe(qw/rev-list --pretty=raw --reverse/,
39243924
($head ? "$head.." : "") . $self->refname,
39253925
'--');
39263926
my $metadata_url = $self->metadata_url;

0 commit comments

Comments
 (0)