8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 692e59e commit ab46192Copy full SHA for ab46192
git/objects/submodule/base.py
@@ -755,7 +755,7 @@ def update(
755
if len(base_commit) == 0 or (base_commit[0] is not None and base_commit[0].hexsha == hexsha):
756
if force:
757
msg = "Will force checkout or reset on local branch that is possibly in the future of"
758
- msg += "the commit it will be checked out to, effectively 'forgetting' new commits"
+ msg += " the commit it will be checked out to, effectively 'forgetting' new commits"
759
log.debug(msg)
760
else:
761
msg = "Skipping %s on branch '%s' of submodule repo '%s' as it contains un-pushed commits"
0 commit comments