mirror of
https://gitlab.com/xonotic/xonotic
synced 2024-12-14 10:55:18 +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`
|
||||
bra=`git config "branch.$r.merge" || echo "$r"`
|
||||
upstream="$rem/$bra"
|
||||
if ! [ git rev-parse "$upstream" ]; then
|
||||
if ! git rev-parse "$upstream" >/dev/null 2>&1; then
|
||||
upstream="`repobranch "$d"`"
|
||||
fi
|
||||
if git log "$upstream".."$r" | grep .; then
|
||||
|
Loading…
Reference in New Issue
Block a user