From c1dbfcbb4a5ca92ae90f1bdb7004edb2eb86284c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Mart=C3=ADn=20Nieto?= Date: Wed, 28 May 2014 10:07:23 +0200 Subject: clone: add flag not to link --- 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 71e8e72f..31bb52cc 100644 --- a/include/git2/clone.h +++ b/include/git2/clone.h @@ -27,6 +27,7 @@ typedef enum { GIT_CLONE_LOCAL_AUTO, GIT_CLONE_LOCAL, GIT_CLONE_NO_LOCAL, + GIT_CLONE_LOCAL_NO_LINKS, } git_clone_local_t; /** -- cgit v1.2.1