]> git.proxmox.com Git - libgit2.git/commit
clone: add flags to override whether to perform a local clone
authorCarlos Martín Nieto <cmn@dwim.me>
Mon, 23 Dec 2013 11:12:31 +0000 (11:12 +0000)
committerCarlos Martín Nieto <cmn@dwim.me>
Wed, 28 May 2014 13:40:22 +0000 (15:40 +0200)
commit121b26738e6a5e6eadeb2a2bc666956ae21cb92b
tree9f97b747cf21db85b255ae19b5b86ad768a7ba04
parenta0b5f7854c2302105e1029933df5d94a765cb89f
clone: add flags to override whether to perform a local clone
include/git2/clone.h
src/clone.c
src/clone.h [new file with mode: 0644]
tests/clone/local.c [new file with mode: 0644]