projects
/
xonotic
/
xonotic.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0a079af
)
let's allow the forcing in git-fetch again, as we WANT to allow rebasing in /rebase...
author
Rudolf Polzer <divverent@alientrap.org>
Fri, 16 Apr 2010 17:09:06 +0000
(19:09 +0200)
committer
Rudolf Polzer <divverent@alientrap.org>
Fri, 16 Apr 2010 17:09:06 +0000
(19:09 +0200)
all
patch
|
blob
|
history
diff --git
a/all
b/all
index 57d92453a1d1e89e0536081087b16d696a34bdef..4df3b9a1179b8f8c647aca7a32dbccb22d59b04c 100755
(executable)
--- a/
all
+++ b/
all
@@
-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/}