Skip to content

Commit 5fc3a0d

Browse files
author
Documentation Site Generator
committed
Documentation update 2026-06-25
1 parent 24c00e2 commit 5fc3a0d

1,021 files changed

Lines changed: 50212 additions & 46617 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

docs/api/main.json

Lines changed: 2041 additions & 1212 deletions
Large diffs are not rendered by default.

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": "44c05e5d12f2b8b86b9730bb50f27daf74143782"
3+
"commit": "092b71df590f99b45b7a8e49c35706264adacd27"
44
}

docs/reference/main/apply/GIT_APPLY_OPTIONS_INIT.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ <h2 class="apiName macroName">GIT_APPLY_OPTIONS_INIT</h2>
8282
</div>
8383
<h3 class="apiSignatureHeader macroSignatureHeader">Signature</h3>
8484
<div class="apiSignatureLink macroSignatureLink">
85-
<a href="https://github.com/libgit2/libgit2/blob/main/include/git2/apply.h#L115" target="_blank" rel="noopener">GitHub</a>
85+
<a href="https://github.com/libgit2/libgit2/blob/main/include/git2/apply.h#L119" target="_blank" rel="noopener">GitHub</a>
8686
</div>
8787
<div class="apiSignature macroSignature">
8888
#define GIT_APPLY_OPTIONS_INIT &#123;GIT_APPLY_OPTIONS_VERSION&#125; </div>

docs/reference/main/apply/GIT_APPLY_OPTIONS_VERSION.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ <h2 class="apiName macroName">GIT_APPLY_OPTIONS_VERSION</h2>
8282
</div>
8383
<h3 class="apiSignatureHeader macroSignatureHeader">Signature</h3>
8484
<div class="apiSignatureLink macroSignatureLink">
85-
<a href="https://github.com/libgit2/libgit2/blob/main/include/git2/apply.h#L112" target="_blank" rel="noopener">GitHub</a>
85+
<a href="https://github.com/libgit2/libgit2/blob/main/include/git2/apply.h#L116" target="_blank" rel="noopener">GitHub</a>
8686
</div>
8787
<div class="apiSignature macroSignature">
8888
#define GIT_APPLY_OPTIONS_VERSION 1 </div>

docs/reference/main/apply/git_apply.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ <h2 class="apiName functionName">git_apply</h2>
8484

8585
<h3 class="apiSignatureHeader functionSignatureHeader">Signature</h3>
8686
<div class="apiSignatureLink functionSignatureLink">
87-
<a href="https://github.com/libgit2/libgit2/blob/main/include/git2/apply.h#L178" target="_blank" rel="noopener">GitHub</a>
87+
<a href="https://github.com/libgit2/libgit2/blob/main/include/git2/apply.h#L182" target="_blank" rel="noopener">GitHub</a>
8888
</div>
8989
<div class="apiSignature functionSignature">
9090
int git_apply(<span class="apiSignatureParameter functionSignatureParameter">git_repository *repo</span>, <span class="apiSignatureParameter functionSignatureParameter">git_diff *diff</span>, <span class="apiSignatureParameter functionSignatureParameter">git_apply_location_t location</span>, <span class="apiSignatureParameter functionSignatureParameter">const git_apply_options *options</span>);

docs/reference/main/apply/git_apply_location_t.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ <h2 class="apiName enumName">git_apply_location_t</h2>
8383

8484
<h3 class="apiMembersHeader enumMembersHeader">Values</h3>
8585
<div class="apiSignatureLink enumSignatureLink">
86-
<a href="https://github.com/libgit2/libgit2/blob/main/include/git2/apply.h#L148" target="_blank" rel="noopener">GitHub</a>
86+
<a href="https://github.com/libgit2/libgit2/blob/main/include/git2/apply.h#L152" target="_blank" rel="noopener">GitHub</a>
8787
</div>
8888
<div class="apiMembers enumMembers">
8989
<div class="apiMember enumMember">

docs/reference/main/apply/git_apply_options.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ <h3 class="apiSeeHeader structSeeHeader">See</h3>
108108

109109
<h3 class="apiSignatureHeader structSignatureHeader">Signature</h3>
110110
<div class="apiSignatureLink structSignatureLink">
111-
<a href="https://github.com/libgit2/libgit2/blob/main/include/git2/apply.h#L95" target="_blank" rel="noopener">GitHub</a>
111+
<a href="https://github.com/libgit2/libgit2/blob/main/include/git2/apply.h#L99" target="_blank" rel="noopener">GitHub</a>
112112
</div>
113113
<div class="apiSignature structSignature">
114114
typedef struct git_apply_options {

docs/reference/main/apply/git_apply_options_init.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ <h2 class="apiName functionName">git_apply_options_init</h2>
7979

8080
<h3 class="apiSignatureHeader functionSignatureHeader">Signature</h3>
8181
<div class="apiSignatureLink functionSignatureLink">
82-
<a href="https://github.com/libgit2/libgit2/blob/main/include/git2/apply.h#L127" target="_blank" rel="noopener">GitHub</a>
82+
<a href="https://github.com/libgit2/libgit2/blob/main/include/git2/apply.h#L131" target="_blank" rel="noopener">GitHub</a>
8383
</div>
8484
<div class="apiSignature functionSignature">
8585
int git_apply_options_init(<span class="apiSignatureParameter functionSignatureParameter">git_apply_options *opts</span>, <span class="apiSignatureParameter functionSignatureParameter">unsigned int version</span>);

docs/reference/main/apply/git_apply_to_tree.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -84,20 +84,20 @@ <h2 class="apiName functionName">git_apply_to_tree</h2>
8484

8585
<h3 class="apiSignatureHeader functionSignatureHeader">Signature</h3>
8686
<div class="apiSignatureLink functionSignatureLink">
87-
<a href="https://github.com/libgit2/libgit2/blob/main/include/git2/apply.h#L140" target="_blank" rel="noopener">GitHub</a>
87+
<a href="https://github.com/libgit2/libgit2/blob/main/include/git2/apply.h#L144" target="_blank" rel="noopener">GitHub</a>
8888
</div>
8989
<div class="apiSignature functionSignature">
9090
int git_apply_to_tree(<span class="apiSignatureParameter functionSignatureParameter">git_index **out</span>, <span class="apiSignatureParameter functionSignatureParameter">git_repository *repo</span>, <span class="apiSignatureParameter functionSignatureParameter">git_tree *preimage</span>, <span class="apiSignatureParameter functionSignatureParameter">git_diff *diff</span>, <span class="apiSignatureParameter functionSignatureParameter">const git_apply_options *options</span>);
9191
</div>
9292

9393
<h3 class="apiParametersHeader functionParametersHeader">Parameters</h3>
9494
<div class="apiParameters functionParameters">
95-
<div class="apiParameter functionParameter apiParameterIn functionParameterIn">
95+
<div class="apiParameter functionParameter apiParameterOut functionParameterOut">
9696
<div class="apiParameterType functionParameterType">
9797
<a href="/docs/reference/main/index/git_index.html" class="apiLink objectLink">git_index **</a>
9898
</div>
99-
<div class="apiParameterDirection functionParameterDirection apiParameterDirectionIn functionParameterDirectionIn">
100-
In
99+
<div class="apiParameterDirection functionParameterDirection apiParameterDirectionOut functionParameterDirectionOut">
100+
Out
101101
</div>
102102
<div class="apiParameterName functionParameterName">
103103
out

docs/reference/main/attr/GIT_ATTR_OPTIONS_INIT.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ <h2 class="apiName macroName">GIT_ATTR_OPTIONS_INIT</h2>
7070
</div>
7171
<h3 class="apiSignatureHeader macroSignatureHeader">Signature</h3>
7272
<div class="apiSignatureLink macroSignatureLink">
73-
<a href="https://github.com/libgit2/libgit2/blob/main/include/git2/attr.h#L177" target="_blank" rel="noopener">GitHub</a>
73+
<a href="https://github.com/libgit2/libgit2/blob/main/include/git2/attr.h#L181" target="_blank" rel="noopener">GitHub</a>
7474
</div>
7575
<div class="apiSignature macroSignature">
7676
#define GIT_ATTR_OPTIONS_INIT &#123;GIT_ATTR_OPTIONS_VERSION&#125; </div>

0 commit comments

Comments
 (0)