let's allow the forcing in git-fetch again, as we WANT to allow rebasing in /rebase/ branches

This commit is contained in:
Rudolf Polzer 2010-04-16 19:09:06 +02:00
parent 0a079af166
commit 5065d94791

3
all
View File

@ -153,7 +153,8 @@ case "$cmd" in
fi
;;
esac
verbose git config remote.origin.fetch "refs/heads/*:refs/remotes/origin/*"
verbose git config remote.origin.fetch "+refs/heads/*:refs/remotes/origin/*"
# TODO remove this line later
r=`git symbolic-ref HEAD`
r=${r#refs/heads/}