Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
t9164: Add missing quotes in test
[gitweb.git]
/
perl
/
Git
/
SVN.pm
diff --git
a/perl/Git/SVN.pm
b/perl/Git/SVN.pm
index ae3b6a4179bccaa37b6d72851ad068ee8a1b1eca..88b91640c21bea291b458ed1b4600b8b8012ce11 100644
(file)
--- 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;