Searched refs:pushurl (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/gpl3/gcc/dist/contrib/
H A Dgit-fetch-vendor.sh50 pushurl=$(git config --get "remote.${upstream}.pushurl")
52 if [ "x$pushurl" != "x" ]
54 git config "remote.vendors/${vendor}.pushurl" "${pushurl}"
H A Dgcc-git-customization.sh153 pushurl=$(git config --get "remote.${upstream}.pushurl")
160 if [ "x$pushurl" != "x" ]
162 git config "remote.vendors/${v}.pushurl" "${pushurl}"
191 if [ "x$pushurl" != "x" ]
193 git config "remote.users/${new_pfx}.pushurl" "${pushurl}"
/netbsd-current/external/gpl3/gcc.old/dist/contrib/
H A Dgit-fetch-vendor.sh50 pushurl=$(git config --get "remote.${upstream}.pushurl")
52 if [ "x$pushurl" != "x" ]
54 git config "remote.vendors/${vendor}.pushurl" "${pushurl}"
H A Dgcc-git-customization.sh149 pushurl=$(git config --get "remote.${upstream}.pushurl")
156 if [ "x$pushurl" != "x" ]
158 git config "remote.vendors/${v}.pushurl" "${pushurl}"
187 if [ "x$pushurl" != "x" ]
189 git config "remote.users/${new_pfx}.pushurl" "${pushurl}"

Completed in 296 milliseconds