]> git.proxmox.com Git - libgit2.git/commit
remote: remove url and pushurl from the save logic
authorCarlos Martín Nieto <cmn@dwim.me>
Wed, 22 Apr 2015 02:38:08 +0000 (04:38 +0200)
committerCarlos Martín Nieto <cmn@dwim.me>
Wed, 13 May 2015 07:46:36 +0000 (09:46 +0200)
commit22261344de18b3cc60ee6937468d66a6a6a28875
tree6b12365545f66fb0ea274bf034049da3bb397176
parent8f0104ecc54db00a075310ab744a19eb60e3d740
remote: remove url and pushurl from the save logic

As a first step in removing the repository-saving logic, don't allow
chaning the url or push url from a remote object, but change the
configuration on the configuration immediately.
include/git2/remote.h
src/remote.c
tests/fetchhead/nonetwork.c
tests/network/fetchlocal.c
tests/network/remote/remotes.c