Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
fetch: Reset remote refs list each time fetch_main is called
[gitweb.git]
/
git-fetch.sh
diff --git
a/git-fetch.sh
b/git-fetch.sh
index bcc67ab0b02d346122748d353f807723fe2390cb..f1522bd49a2fc1c3106c6b2ed0a38af0a9ff72de 100755
(executable)
--- a/
git-fetch.sh
+++ b/
git-fetch.sh
@@
-257,6
+257,7
@@
fi
fetch_main () {
reflist="$1"
refs=
+ rref=
for ref in $reflist
do