File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -126,7 +126,7 @@ extern NSString *const GTRepositoryStatusOptionsPathSpecArrayKey;
126
126
127
127
// / Tests the ignore rules to see if the file should be considered as ignored.
128
128
// /
129
- // / fileURL - A string path relative to the working copy . Must not be nil.
129
+ // / fileURL - A local file URL for a file in the repository . Must not be nil.
130
130
// / success - If not NULL, will be set to indicate success or fail.
131
131
// / error - If not nil, set to any error that occurs.
132
132
// /
Original file line number Diff line number Diff line change @@ -122,7 +122,7 @@ - (BOOL)shouldFileBeIgnored:(NSURL *)fileURL success:(BOOL *)success error:(NSEr
122
122
}
123
123
124
124
if (success != NULL ) *success = YES ;
125
- return (ignoreState == 0 ? YES : NO );
125
+ return (ignoreState == 1 ? YES : NO );
126
126
}
127
127
128
128
@end
You can’t perform that action at this time.
0 commit comments