diff options
author | Ben Straub <bs@github.com> | 2013-09-15 17:50:03 -0700 |
---|---|---|
committer | Ben Straub <bs@github.com> | 2013-09-15 17:50:03 -0700 |
commit | 8821c9aa5baf31e21c21825e8c91c765e6631e7f (patch) | |
tree | 225e956475791e23f85ffbf166c3f9406e81ca94 /include/git2/clone.h | |
parent | e580afd8634c99449b0ed6e8113873518359c2c5 (diff) | |
parent | f2df503bab6ae6e77ff0bbe17f358822be51b944 (diff) | |
download | libgit2-8821c9aa5baf31e21c21825e8c91c765e6631e7f.tar.gz |
Merge pull request #1850 from linquize/git-clone-init-options
git_clone supports 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; |