mirror of
https://gitlab.com/xonotic/xonotic
synced 2024-12-14 19:05:09 +00:00
fix yet another ./all typo
This commit is contained in:
parent
edb422c26e
commit
dadfae2317
2
all
2
all
@ -400,7 +400,7 @@ case "$cmd" in
|
|||||||
rem=`git config "branch.$r.remote" || echo origin`
|
rem=`git config "branch.$r.remote" || echo origin`
|
||||||
bra=`git config "branch.$r.merge" || echo "$r"`
|
bra=`git config "branch.$r.merge" || echo "$r"`
|
||||||
upstream="$rem/$bra"
|
upstream="$rem/$bra"
|
||||||
if ! [ git rev-parse "$upstream" ]; then
|
if ! git rev-parse "$upstream" >/dev/null 2>&1; then
|
||||||
upstream="`repobranch "$d"`"
|
upstream="`repobranch "$d"`"
|
||||||
fi
|
fi
|
||||||
if git log "$upstream".."$r" | grep .; then
|
if git log "$upstream".."$r" | grep .; then
|
||||||
|
Loading…
Reference in New Issue
Block a user