]> git.proxmox.com Git - libgit2.git/commit - src/libgit2/remote.c
remote: add prune option to fetch
authorCarlos Martín Nieto <cmn@dwim.me>
Wed, 22 Apr 2015 02:54:00 +0000 (04:54 +0200)
committerCarlos Martín Nieto <cmn@dwim.me>
Wed, 13 May 2015 07:46:36 +0000 (09:46 +0200)
commit6fb373a0e8eeff3c94853ff0ac55ca6b561c44a1
tree47ebff2ded9e7f2e17a98236a8f8d76d4fbd21ce
parent22261344de18b3cc60ee6937468d66a6a6a28875
remote: add prune option to fetch

Add a prune setting in the fetch options to allow to fall back to the
configuration (the default) or to set it on or off.
include/git2/remote.h
src/remote.c