File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -328,8 +328,8 @@ v0.23
328
328
329
329
* ` git_rebase_options ` now contains a ` git_checkout_options ` struct
330
330
that will be used for functions that modify the working directory,
331
- namely ` git_checkout_init ` , ` git_checkout_next ` and
332
- ` git_checkout_abort ` . As a result, ` git_rebase_open ` now also takes
331
+ namely ` git_rebase_init ` , ` git_rebase_next ` and
332
+ ` git_rebase_abort ` . As a result, ` git_rebase_open ` now also takes
333
333
a ` git_rebase_options ` and only the ` git_rebase_init ` and
334
334
` git_rebase_open ` functions take a ` git_rebase_options ` , where they
335
335
will persist the options to subsequent ` git_rebase ` calls.
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ typedef struct {
64
64
65
65
/**
66
66
* Options to control how files are written during `git_rebase_init`,
67
- * `git_checkout_next ` and `git_checkout_abort `. Note that a minimum
67
+ * `git_rebase_next ` and `git_rebase_abort `. Note that a minimum
68
68
* strategy of `GIT_CHECKOUT_SAFE` is defaulted in `init` and `next`,
69
69
* and a minimum strategy of `GIT_CHECKOUT_FORCE` is defaulted in
70
70
* `abort` to match git semantics.
You can’t perform that action at this time.
0 commit comments