]> git.proxmox.com Git - libgit2.git/commit - src/libgit2/remote.c
Use config snapshotting
authorCarlos Martín Nieto <cmn@dwim.me>
Sat, 15 Mar 2014 02:53:36 +0000 (03:53 +0100)
committerCarlos Martín Nieto <cmn@dwim.me>
Fri, 18 Apr 2014 14:03:01 +0000 (16:03 +0200)
commit29c4cb0965b67ad1ae7f640dfee67cf3ce358c26
tree6aaaea724b43049fdc045ae1ea6c043f44e34c0d
parent55ebd7d369a789f27fe1ad6b8ec8965aa1335d08
Use config snapshotting

This way we can assume we have a consistent view of the config situation
when we're looking up remote, branch, pack-objects, etc.
src/branch.c
src/diff_driver.c
src/pack-objects.c
src/remote.c
src/repository.c
src/signature.c