summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorEdward Thomson <ethomson@edwardthomson.com>2014-11-08 16:55:23 -0500
committerEdward Thomson <ethomson@edwardthomson.com>2014-11-08 16:55:23 -0500
commitbc8c4a8aeb7323e6e7431797a2be0d0e0035d9e8 (patch)
treef5bc37fa07b3284630215651b00df769dc2e1ad2 /include
parente3bd48a79341eb2ff3b1cc9f2edb8c84a43a8195 (diff)
parent209425ce26d777794e9995f757656c7731df087e (diff)
downloadlibgit2-bc8c4a8aeb7323e6e7431797a2be0d0e0035d9e8.tar.gz
Merge pull request #2695 from libgit2/cmn/remote-lookup
remote: rename _load() to _lookup()
Diffstat (limited to 'include')
-rw-r--r--include/git2/remote.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/git2/remote.h b/include/git2/remote.h
index 717830f8b..0d7fd230f 100644
--- a/include/git2/remote.h
+++ b/include/git2/remote.h
@@ -94,7 +94,7 @@ GIT_EXTERN(int) git_remote_create_anonymous(
* @param name the remote's name
* @return 0, GIT_ENOTFOUND, GIT_EINVALIDSPEC or an error code
*/
-GIT_EXTERN(int) git_remote_load(git_remote **out, git_repository *repo, const char *name);
+GIT_EXTERN(int) git_remote_lookup(git_remote **out, git_repository *repo, const char *name);
/**
* Save a remote to its repository's configuration