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.
2 parents 2ffde74 + 3ea4501 commit 64a4730Copy full SHA for 64a4730
git/repo/base.py
@@ -535,7 +535,7 @@ def untracked_files(self):
535
for line in proc.stdout:
536
if not line.startswith(prefix):
537
continue
538
- filename = line[len(preffix):].rstrip('\n')
+ filename = line[len(prefix):].rstrip('\n')
539
# Special characters are escaped
540
if filename[0] == filename[-1] == '"':
541
filename = filename[1:-1].decode('string_escape')
0 commit comments