You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
int error = git_remote_fetch(remote, NULL, &fetch_opts, NULL);
1811
1811
```
1812
1812
1813
-
For an example of the credentials callback in action, check out [the network example](https://github.com/libgit2/libgit2/blob/development/examples/network/common.c),
1814
-
or the built-in [credential helpers](https://github.com/libgit2/libgit2/blob/development/src/transports/cred_helpers.c).
1813
+
For an example of the credentials callback in action, check out [the network example](https://github.com/libgit2/libgit2/blob/master/examples/network/common.c),
1814
+
or the built-in [credential helpers](https://github.com/libgit2/libgit2/blob/master/src/transports/cred_helpers.c).
Copy file name to clipboardExpand all lines: docs/guides/build-and-link/index.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -57,7 +57,7 @@ Here are some of the most useful:
57
57
|`STDCALL`|*(MSVC Only)* By default, libgit2 builds with the `cdecl` calling convention. If you're working with Win32 or the CLR, set this to `ON` to build with the `stdcall` convention. |
58
58
|`STATIC_CRT`|*(MSVC Only)* By default, libgit2 will link to a DLL version of the C runtime. Set this to `ON` if you want the runtime functions linked statically. |
59
59
60
-
Take a look at the [`CMakeLists.txt`](https://github.com/libgit2/libgit2/blob/development/CMakeLists.txt) file for more information.
60
+
Take a look at the [`CMakeLists.txt`](https://github.com/libgit2/libgit2/blob/master/CMakeLists.txt) file for more information.
0 commit comments