git-remote-mediawiki: trivial fixes
Fix a whitespace issue (no space before :) and remove unused %status in mw_push. Signed-off-by: Matthieu Moy <Matthieu.Moy@imag.fr> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:

committed by
Junio C Hamano

parent
93f0d33818
commit
ac86ec0f5e
@ -666,7 +666,6 @@ sub mw_push_file {
|
|||||||
sub mw_push {
|
sub mw_push {
|
||||||
# multiple push statements can follow each other
|
# multiple push statements can follow each other
|
||||||
my @refsspecs = (shift, get_more_refs("push"));
|
my @refsspecs = (shift, get_more_refs("push"));
|
||||||
my %status;
|
|
||||||
my $pushed;
|
my $pushed;
|
||||||
for my $refspec (@refsspecs) {
|
for my $refspec (@refsspecs) {
|
||||||
my ($force, $local, $remote) = $refspec =~ /^(\+)?([^:]*):([^:]*)$/
|
my ($force, $local, $remote) = $refspec =~ /^(\+)?([^:]*):([^:]*)$/
|
||||||
|
Reference in New Issue
Block a user