Thanks to visit codestin.com Credit goes to github.com
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 5364053 commit 83bed19Copy full SHA for 83bed19
1 file changed
git/repo/fun.py
@@ -112,7 +112,7 @@ def find_submodule_git_dir(d: PathLike) -> Optional[PathLike]:
112
path = content[8:]
113
114
if Git.is_cygwin():
115
- # Cygwin creates submodules prefixed with `/cygdrive/...` suffixes.
+ # Cygwin creates submodules prefixed with `/cygdrive/...`.
116
# Cygwin git understands Cygwin paths much better than Windows ones.
117
# Also the Cygwin tests are assuming Cygwin paths.
118
path = cygpath(path)
0 commit comments