diff options
Diffstat (limited to 'include/git2/checkout.h')
-rw-r--r-- | include/git2/checkout.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/git2/checkout.h b/include/git2/checkout.h index ed39bd3cb..58f190719 100644 --- a/include/git2/checkout.h +++ b/include/git2/checkout.h @@ -273,6 +273,7 @@ typedef struct git_checkout_options { git_strarray paths; git_tree *baseline; /**< expected content of workdir, defaults to HEAD */ + git_index *baseline_index; /**< expected content of workdir, expressed as an index. */ const char *target_directory; /**< alternative checkout path to workdir */ |