Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit ab46192

Browse filesBrowse files
committed
Add missing space in Submodule.update debug message
1 parent 692e59e commit ab46192
Copy full SHA for ab46192

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎git/objects/submodule/base.py

Copy file name to clipboardExpand all lines: git/objects/submodule/base.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -755,7 +755,7 @@ def update(
755755
if len(base_commit) == 0 or (base_commit[0] is not None and base_commit[0].hexsha == hexsha):
756756
if force:
757757
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"
758+
msg += " the commit it will be checked out to, effectively 'forgetting' new commits"
759759
log.debug(msg)
760760
else:
761761
msg = "Skipping %s on branch '%s' of submodule repo '%s' as it contains un-pushed commits"

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.