diff options
author | Linquize <linquize@yahoo.com.hk> | 2013-09-14 18:22:16 +0800 |
---|---|---|
committer | Linquize <linquize@yahoo.com.hk> | 2013-09-16 08:02:36 +0800 |
commit | f2df503bab6ae6e77ff0bbe17f358822be51b944 (patch) | |
tree | 225e956475791e23f85ffbf166c3f9406e81ca94 /include/git2/clone.h | |
parent | e580afd8634c99449b0ed6e8113873518359c2c5 (diff) | |
download | libgit2-f2df503bab6ae6e77ff0bbe17f358822be51b944.tar.gz |
git_clone supports optional init_options
Diffstat (limited to 'include/git2/clone.h')
-rw-r--r-- | include/git2/clone.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/git2/clone.h b/include/git2/clone.h index 5858b4e32..580352ac1 100644 --- a/include/git2/clone.h +++ b/include/git2/clone.h @@ -67,6 +67,7 @@ typedef struct git_clone_options { unsigned int version; git_checkout_opts checkout_opts; + git_repository_init_options *init_options; int bare; git_transfer_progress_callback fetch_progress_cb; void *fetch_progress_payload; |