mirror of
https://gitlab.com/xonotic/xonotic
synced 2024-12-15 03:15:33 +00:00
fix another bug in the script ;)
This commit is contained in:
parent
bdc9d82566
commit
30ec2898f5
1
all
1
all
@ -275,6 +275,7 @@ fix_upstream_rebase()
|
||||
r_r=${r_r#refs/heads/}
|
||||
r_rem=`git config "branch.$r_rem.remote" || $ECHO origin`
|
||||
r_bra=`git config "branch.$r_bra.merge" || $ECHO "$r_r"`
|
||||
r_bra=${r_bra#refs/heads/}
|
||||
if [ x"$r_me" != x"`git rev-parse "$r_rem/$r_bra"`" ]; then
|
||||
if [ x"$r_other" != x"`git rev-parse "$r_rem/$r_bra"`" ]; then
|
||||
return
|
||||
|
Loading…
Reference in New Issue
Block a user