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