Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'jk/unused-params-even-more'
[gitweb.git]
/
t
/
t5503-tagfollow.sh
diff --git
a/t/t5503-tagfollow.sh
b/t/t5503-tagfollow.sh
index 4ca48f02761d4379bf5e01cb862e47830ec0c5ac..6041a4dd3278c7701f5e9dd46bfdab7ffbd0cc7a 100755
(executable)
--- a/
t/t5503-tagfollow.sh
+++ b/
t/t5503-tagfollow.sh
@@
-47,7
+47,7
@@
get_needs () {
test -s "$1" &&
perl -alne '
next unless $F[1] eq "upload-pack<";
-
last if $F[2] eq "0000
";
+
next unless $F[2] eq "want
";
print $F[2], " ", $F[3];
' "$1"
}