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 df65378 + 58e695b commit 9883dbcCopy full SHA for 9883dbc
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