Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
fetch: Reset remote refs list each time fetch_main is called
author
Santi Béjar
<sbejar@gmail.com>
Fri, 29 Sep 2006 18:05:40 +0000
(20:05 +0200)
committer
Junio C Hamano
<junkio@cox.net>
Sat, 30 Sep 2006 01:54:13 +0000
(18:54 -0700)
This prevents the fetch of the heads again in the second call of fetch_main.
Signed-off-by: Santi Béjar <sbejar@gmail.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
git-fetch.sh
patch
|
blob
|
history
raw
|
patch
| inline |
side by side
(parent:
18b633c
)
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