mirror of
https://gitlab.com/xonotic/xonotic
synced 2024-12-14 10:55:18 +00:00
even prettier
This commit is contained in:
parent
3024963186
commit
f49f350f05
6
all
6
all
@ -405,8 +405,10 @@ case "$cmd" in
|
||||
upstream="`repobranch "$d"`"
|
||||
fi
|
||||
logdata=`git log --color "$upstream".."$r"`
|
||||
if yesno "Push \"$r\" in $dv?" 'echo "$logdata" | less -r'; then
|
||||
verbose git push "$rem" HEAD
|
||||
if [ -n "$logdata" ]; then
|
||||
if yesno "Push \"$r\" in $dv?" 'echo "$logdata" | less -r'; then
|
||||
verbose git push "$rem" HEAD
|
||||
fi
|
||||
fi
|
||||
if [ x"$submit" = x"-s" ]; then
|
||||
case "$r" in
|
||||
|
Loading…
Reference in New Issue
Block a user