diff options
Diffstat (limited to 'perl')
-rw-r--r-- | perl/Git/SVN.pm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/perl/Git/SVN.pm b/perl/Git/SVN.pm index ae3b6a4179..88b91640c2 100644 --- a/perl/Git/SVN.pm +++ b/perl/Git/SVN.pm @@ -1679,7 +1679,6 @@ sub parents_exclude { if ( $commit eq $excluded ) { push @excluded, $commit; $found++; - last; } else { push @new, $commit; |