diff options
author | Carlos Martín Nieto <cmn@dwim.me> | 2014-05-28 10:07:23 +0200 |
---|---|---|
committer | Carlos Martín Nieto <cmn@dwim.me> | 2014-05-28 15:40:22 +0200 |
commit | c1dbfcbb4a5ca92ae90f1bdb7004edb2eb86284c (patch) | |
tree | dbfab62df7828e493829ca99af855a507c39450f /include/git2/clone.h | |
parent | 121b26738e6a5e6eadeb2a2bc666956ae21cb92b (diff) | |
download | libgit2-c1dbfcbb4a5ca92ae90f1bdb7004edb2eb86284c.tar.gz |
clone: add flag not to link
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 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; /** |