Merge branch 'maint'
* maint: git-cvsimport: fix merging with remote parent branch gitweb: Fix bug in href(..., -replay=>1) when using 'pathinfo' form
This commit is contained in:
commit
b75aaa546e
@ -735,7 +735,7 @@ sub commit {
|
|||||||
next unless $logmsg =~ $rx && $1;
|
next unless $logmsg =~ $rx && $1;
|
||||||
my $mparent = $1 eq 'HEAD' ? $opt_o : $1;
|
my $mparent = $1 eq 'HEAD' ? $opt_o : $1;
|
||||||
if (my $sha1 = get_headref("$remote/$mparent")) {
|
if (my $sha1 = get_headref("$remote/$mparent")) {
|
||||||
push @commit_args, '-p', $mparent;
|
push @commit_args, '-p', "$remote/$mparent";
|
||||||
print "Merge parent branch: $mparent\n" if $opt_v;
|
print "Merge parent branch: $mparent\n" if $opt_v;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user