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 df65378 commit 58e695bCopy full SHA for 58e695b
Classes/git/PBGitIndex.m
@@ -404,7 +404,7 @@ - (BOOL)performStageOrUnstage:(BOOL)stage withFiles:(NSArray *)files
404
NSString *indexInfo;
405
if (file.status == NEW) {
406
// Index info lies because the file is NEW
407
- indexInfo = [NSString stringWithFormat:@"0 0000000000000000000000000000000000000000\t\"%@\"", file.path];
+ indexInfo = [NSString stringWithFormat:@"0 0000000000000000000000000000000000000000\t%@\0", file.path];
408
} else {
409
indexInfo = [file indexInfo];
410
}
0 commit comments