From b9bf5d701dd6dfcfcb41d2655f59f7669cd50ef9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Mart=C3=ADn=20Nieto?= Date: Fri, 20 Sep 2013 22:46:32 +0200 Subject: clone: re-add a way to ignore certificate errors This used to be done via transport flags, which was removed in a previous commit. --- include/git2/clone.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/git2') diff --git a/include/git2/clone.h b/include/git2/clone.h index 0a89b5712..cf759ab5c 100644 --- a/include/git2/clone.h +++ b/include/git2/clone.h @@ -63,6 +63,7 @@ typedef struct git_clone_options { git_checkout_opts checkout_opts; int bare; + int ignore_cert_errors; git_remote_callbacks *remote_callbacks; const char* checkout_branch; -- cgit v1.2.1