diff options
Diffstat (limited to 'include')
-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 71e8e72f2..31bb52ccd 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; /** |