@@ -193,7 +193,7 @@ typedef NS_OPTIONS(NSInteger, GTDiffFindOptionsFlags) {
193
193
// / newTree - The "right" side of the diff. May be nil to represent an empty
194
194
// / tree.
195
195
// / repository - The repository to be used for the diff. Cannot be nil.
196
- // / options - A dictionary containing any of the above options key constants, or
196
+ // / options - A dictionary containing any of the GTDiffOptions key constants, or
197
197
// / nil to use the defaults.
198
198
// / error - Populated with an `NSError` object on error, if information is
199
199
// / available.
@@ -210,7 +210,7 @@ typedef NS_OPTIONS(NSInteger, GTDiffFindOptionsFlags) {
210
210
// / newIndex - The "right" side of the diff. May be nil to represent an empty
211
211
// / index.
212
212
// / repository - The repository to be used for the diff. Cannot be nil.
213
- // / options - A dictionary containing any of the above options key constants, or
213
+ // / options - A dictionary containing any of the GTDiffOptions key constants, or
214
214
// / nil to use the defaults.
215
215
// / error - Populated with an `NSError` object on error, if information is
216
216
// / available.
@@ -227,7 +227,7 @@ typedef NS_OPTIONS(NSInteger, GTDiffFindOptionsFlags) {
227
227
// / newIndex - The "right" side of the diff. May be nil to represent an empty
228
228
// / index.
229
229
// / repository - The repository to be used for the diff. Cannot be nil.
230
- // / options - A dictionary containing any of the above options key constants, or
230
+ // / options - A dictionary containing any of the GTDiffOptions key constants, or
231
231
// / nil to use the defaults.
232
232
// / error - Populated with an `NSError` object on error, if information is
233
233
// / available.
@@ -247,7 +247,7 @@ typedef NS_OPTIONS(NSInteger, GTDiffFindOptionsFlags) {
247
247
// / repository. The left side of the diff. May be nil to represent an
248
248
// / empty tree.
249
249
// / repository - The repository to be used for the diff.
250
- // / options - A dictionary containing any of the above options key constants, or
250
+ // / options - A dictionary containing any of the GTDiffOptions key constants, or
251
251
// / nil to use the defaults.
252
252
// / error - Populated with an `NSError` object on error, if information is
253
253
// / available.
@@ -260,7 +260,7 @@ typedef NS_OPTIONS(NSInteger, GTDiffFindOptionsFlags) {
260
260
// / This matches the `git diff` command.
261
261
// /
262
262
// / repository - The repository to be used for the diff. May not be nil.
263
- // / options - A dictionary containing any of the above options key constants,
263
+ // / options - A dictionary containing any of the GTDiffOptions key constants,
264
264
// / or nil to use the defaults.
265
265
// / error - Populated with an `NSError` object on error, if information is
266
266
// / available.
@@ -273,7 +273,7 @@ typedef NS_OPTIONS(NSInteger, GTDiffFindOptionsFlags) {
273
273
// / tree - The tree to be diffed. The tree will be the left side of the diff.
274
274
// / May be nil to represent an empty tree.
275
275
// / repository - The repository to be used for the diff. May not be nil.
276
- // / options - A dictionary containing any of the above options key constants, or
276
+ // / options - A dictionary containing any of the GTDiffOptions key constants, or
277
277
// / nil to use the defaults.
278
278
// / error - Populated with an `NSError` object on error, if information is
279
279
// / available.
@@ -287,7 +287,7 @@ typedef NS_OPTIONS(NSInteger, GTDiffFindOptionsFlags) {
287
287
// / the working directory as if everything would be part of the initial commit.
288
288
// /
289
289
// / repository - The repository to be used for the diff. May not be nil.
290
- // / options - A dictionary containing any of the above options key constants,
290
+ // / options - A dictionary containing any of the GTDiffOptions key constants,
291
291
// / or nil to use the defaults.
292
292
// / error - Populated if an error occurs.
293
293
// /
@@ -325,7 +325,7 @@ typedef NS_OPTIONS(NSInteger, GTDiffFindOptionsFlags) {
325
325
326
326
// / Modify the diff list to combine similar changes using the given options.
327
327
// /
328
- // / options - A dictionary containing any of the above find options key constants
328
+ // / options - A dictionary containing any of the GTDiffFindOptions key constants
329
329
// / or nil to use the defaults.
330
330
- (void )findSimilarWithOptions : (nullable NSDictionary *)options ;
331
331
0 commit comments