File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -173,7 +173,7 @@ GIT_EXTERN(int) git_stash_apply_init_options(
173173 * @param repo The owning repository.
174174 * @param index The position within the stash list. 0 points to the
175175 * most recent stashed state.
176- * @param options Options to control how stashes are applied.
176+ * @param options Optional options to control how stashes are applied.
177177 *
178178 * @return 0 on success, GIT_ENOTFOUND if there's no stashed state for the
179179 * given index, GIT_EMERGECONFLICT if changes exist in the working
@@ -242,7 +242,7 @@ GIT_EXTERN(int) git_stash_drop(
242242 * @param repo The owning repository.
243243 * @param index The position within the stash list. 0 points to the
244244 * most recent stashed state.
245- * @param options Options to control how stashes are applied.
245+ * @param options Optional options to control how stashes are applied.
246246 *
247247 * @return 0 on success, GIT_ENOTFOUND if there's no stashed state for the given
248248 * index, or error code. (see git_stash_apply() above for details)
You can’t perform that action at this time.
0 commit comments