Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
张亚俊
libgit2
Commits
209425ce
Commit
209425ce
authored
10 years ago
by
Carlos Martín Nieto
Browse files
Options
Downloads
Patches
Plain Diff
remote: rename _load() to _lookup()
This brings it in line with the rest of the lookup functions.
parent
4e1b3b3b
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
19
Hide whitespace changes
Inline
Side-by-side
Showing
19 changed files
CHANGELOG.md
+3
-0
CHANGELOG.md
examples/network/fetch.c
+1
-1
examples/network/fetch.c
examples/network/ls-remote.c
+1
-1
examples/network/ls-remote.c
include/git2/remote.h
+1
-1
include/git2/remote.h
src/branch.c
+3
-3
src/branch.c
src/remote.c
+4
-4
src/remote.c
src/submodule.c
+2
-2
src/submodule.c
tests/clone/local.c
+2
-2
tests/clone/local.c
tests/clone/nonetwork.c
+2
-2
tests/clone/nonetwork.c
tests/fetchhead/nonetwork.c
+1
-1
tests/fetchhead/nonetwork.c
tests/network/fetchlocal.c
+2
-2
tests/network/fetchlocal.c
tests/network/remote/createthenload.c
+1
-1
tests/network/remote/createthenload.c
tests/network/remote/remotes.c
+12
-12
tests/network/remote/remotes.c
tests/network/remote/rename.c
+4
-4
tests/network/remote/rename.c
tests/online/clone.c
+2
-2
tests/online/clone.c
tests/online/fetch.c
+1
-1
tests/online/fetch.c
tests/online/fetchhead.c
+1
-1
tests/online/fetchhead.c
tests/repo/init.c
+1
-1
tests/repo/init.c
tests/submodule/add.c
+1
-1
tests/submodule/add.c
with
45 additions
and
42 deletions
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets