forked from blender/blender
me-main #1
@ -170,7 +170,7 @@ def git_update_skip(args: argparse.Namespace, check_remote_exists: bool = True)
|
|||||||
return "rebase or merge in progress, complete it first"
|
return "rebase or merge in progress, complete it first"
|
||||||
|
|
||||||
# Abort if uncommitted changes.
|
# Abort if uncommitted changes.
|
||||||
changes = check_output([args.git_command, 'status', '--porcelain', '--untracked-files=no'])
|
changes = check_output([args.git_command, 'status', '--porcelain', '--untracked-files=no', '--ignore-submodules'])
|
||||||
if len(changes) != 0:
|
if len(changes) != 0:
|
||||||
return "you have unstaged changes"
|
return "you have unstaged changes"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user