diff options
Diffstat (limited to 'include/git2/stash.h')
-rw-r--r-- | include/git2/stash.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/git2/stash.h b/include/git2/stash.h index 32e6f9576..0aecaff91 100644 --- a/include/git2/stash.h +++ b/include/git2/stash.h @@ -171,8 +171,6 @@ GIT_EXTERN(int) git_stash_apply_options_init( * GIT_EMERGECONFLICT and both the working directory and index will be left * unmodified. * - * Note that a minimum checkout strategy of `GIT_CHECKOUT_SAFE` is implied. - * * @param repo The owning repository. * @param index The position within the stash list. 0 points to the * most recent stashed state. |