Skip to content

Commit 3e39d2a

Browse files
author
Documentation Site Generator
committed
Documentation update 2025-06-04
1 parent f994ce3 commit 3e39d2a

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

docs/api/main.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"info": {
33
"version": "main",
4-
"commit": "a95181aed6e3454bb1bd80763d876d7f60b22c87"
4+
"commit": "c232aec6f337f57b22b46be0180ecbf945f9c969"
55
},
66
"groups": {
77
"sys/alloc": {
@@ -39249,7 +39249,7 @@
3924939249
],
3925039250
"comment": [
3925139251
"Get the remote's url",
39252-
"If url.*.insteadOf has been configured for this URL, it will\n return the modified URL. If `git_remote_set_instance_pushurl`\n has been called for this remote, then that URL will be returned."
39252+
"If url.*.insteadOf has been configured for this URL, it will return\n the modified URL. This function does not consider if a push url has\n been configured for this remote (use `git_remote_pushurl` if needed)."
3925339253
],
3925439254
"group": "remote"
3925539255
},

docs/reference/main/.metadata

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"version": "main",
3-
"commit": "a95181aed6e3454bb1bd80763d876d7f60b22c87"
3+
"commit": "c232aec6f337f57b22b46be0180ecbf945f9c969"
44
}

docs/reference/main/remote/git_remote_url.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -139,9 +139,9 @@ <h2 class="apiName functionName">git_remote_url</h2>
139139
<div class="apiDescription functionDescription">
140140
<p>Get the remote's url</p>
141141

142-
<p>If url.*.insteadOf has been configured for this URL, it will
143-
return the modified URL. If <a href="/docs/reference/main/remote/git_remote_set_instance_pushurl.html" class="apiLink functionLink"><code><span class="codeWord">git_remote_set_instance_pushurl</span></code></a>
144-
has been called for this remote, then that URL will be returned.</p>
142+
<p>If url.*.insteadOf has been configured for this URL, it will return
143+
the modified URL. This function does not consider if a push url has
144+
been configured for this remote (use <a href="/docs/reference/main/remote/git_remote_pushurl.html" class="apiLink functionLink"><code><span class="codeWord">git_remote_pushurl</span></code></a> if needed).</p>
145145

146146
</div>
147147

0 commit comments

Comments
 (0)