]> git.proxmox.com Git - libgit2.git/commit
remote: rename _load() to _lookup()
authorCarlos Martín Nieto <cmn@dwim.me>
Sat, 8 Nov 2014 12:25:51 +0000 (13:25 +0100)
committerCarlos Martín Nieto <cmn@dwim.me>
Sat, 8 Nov 2014 12:28:27 +0000 (13:28 +0100)
commit209425ce26d777794e9995f757656c7731df087e
tree5e4788483721b5f1e17c83c15873c36f47f64806
parent4e1b3b3b7186b017223b8302a51289ff92ccba25
remote: rename _load() to _lookup()

This brings it in line with the rest of the lookup functions.
19 files changed:
CHANGELOG.md
examples/network/fetch.c
examples/network/ls-remote.c
include/git2/remote.h
src/branch.c
src/remote.c
src/submodule.c
tests/clone/local.c
tests/clone/nonetwork.c
tests/fetchhead/nonetwork.c
tests/network/fetchlocal.c
tests/network/remote/createthenload.c
tests/network/remote/remotes.c
tests/network/remote/rename.c
tests/online/clone.c
tests/online/fetch.c
tests/online/fetchhead.c
tests/repo/init.c
tests/submodule/add.c