projects
/
xonotic
/
xonotic.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5ca7282
)
fix another bug in ./all branch
author
Rudolf Polzer <divverent@alientrap.org>
Tue, 25 May 2010 11:01:32 +0000
(13:01 +0200)
committer
Rudolf Polzer <divverent@alientrap.org>
Tue, 25 May 2010 11:01:32 +0000
(13:01 +0200)
all
patch
|
blob
|
history
diff --git
a/all
b/all
index 1e8c690205c115d677778221cf3e3decd9796895..4c649642fa6276bd0ad4c4a5e44285aa7ac625ce 100755
(executable)
--- a/
all
+++ b/
all
@@
-308,7
+308,7
@@
case "$cmd" in
# TODO do this without pushing
verbose git checkout -b "$branch" "$b"
verbose git config "branch.$branch.remote" "$remote"
- verbose git config "branch.$branch.merge" "refs/heads/$b"
+ verbose git config "branch.$branch.merge" "refs/heads/$b
ranch
"
verbose git push origin "$branch"
fi
fi