We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 48c149c + 41fd2c6 commit e50a8e6Copy full SHA for e50a8e6
git/remote.py
@@ -445,7 +445,7 @@ def exists(self):
445
def iter_items(cls, repo):
446
""":return: Iterator yielding Remote objects of the given repository"""
447
for section in repo.config_reader("repository").sections():
448
- if not section.startswith('remote'):
+ if not section.startswith('remote '):
449
continue
450
lbound = section.find('"')
451
rbound = section.rfind('"')
0 commit comments