We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
git_submodule_update_option
1 parent 9e78b72 commit 3b4eb10Copy full SHA for 3b4eb10
CHANGELOG.md
@@ -13,6 +13,10 @@ v0.25 + 1
13
14
### Breaking API changes
15
16
+* `clone_checkout_strategy` has been removed from
17
+ `git_submodule_update_option`. The checkout strategy used to clone will
18
+ be the same strategy specified in `checkout_opts`.
19
+
20
v0.25
21
-------
22
@@ -135,10 +139,6 @@ v0.25
135
139
* `git_blob_create_fromchunks()` has been removed in favour of
136
140
`git_blob_create_fromstream()`.
137
141
138
-* `clone_checkout_strategy` has been removed from
- `git_submodule_update_option`. The checkout strategy used to clone will
- be the same strategy specified in `checkout_opts`.
-
142
143
144
* `git_packbuilder_object_count` and `git_packbuilder_written` now
0 commit comments