Merge git://git.bogomips.org/git-svn
* git://git.bogomips.org/git-svn: git svn: consistent spacing after "W:" in warnings git svn: ignore partial svn:mergeinfo
This commit is contained in:
@ -1493,6 +1493,11 @@ sub lookup_svn_merge {
|
|||||||
my @merged_commit_ranges;
|
my @merged_commit_ranges;
|
||||||
# find the tip
|
# find the tip
|
||||||
for my $range ( @ranges ) {
|
for my $range ( @ranges ) {
|
||||||
|
if ($range =~ /[*]$/) {
|
||||||
|
warn "W: Ignoring partial merge in svn:mergeinfo "
|
||||||
|
."dirprop: $source:$range\n";
|
||||||
|
next;
|
||||||
|
}
|
||||||
my ($bottom, $top) = split "-", $range;
|
my ($bottom, $top) = split "-", $range;
|
||||||
$top ||= $bottom;
|
$top ||= $bottom;
|
||||||
my $bottom_commit = $gs->find_rev_after( $bottom, 1, $top );
|
my $bottom_commit = $gs->find_rev_after( $bottom, 1, $top );
|
||||||
|
Reference in New Issue
Block a user