Skip to content

Commit 23dd3f8

Browse files
author
Documentation Site Generator
committed
Documentation update 2024-12-28
1 parent 8697330 commit 23dd3f8

File tree

7 files changed

+29
-34
lines changed

7 files changed

+29
-34
lines changed

docs/api/main.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"info": {
33
"version": "main",
4-
"commit": "800a95371c376f4cf90b5b633ed12531491c1a88"
4+
"commit": "dc816591d5ee4a44d2f5cd1c7c2f07e190c66922"
55
},
66
"groups": {
77
"sys/alloc": {
@@ -52676,7 +52676,7 @@
5267652676
"line": 22,
5267752677
"column": 9
5267852678
},
52679-
"value": "\"1.8.2\"",
52679+
"value": "\"1.9.0\"",
5268052680
"comment": "The version string for libgit2. This string follows semantic versioning (v2) guidelines.",
5268152681
"group": "version"
5268252682
},
@@ -52700,7 +52700,7 @@
5270052700
"line": 28,
5270152701
"column": 9
5270252702
},
52703-
"value": "8",
52703+
"value": "9",
5270452704
"comment": "The minor version number for this version of libgit2.",
5270552705
"group": "version"
5270652706
},
@@ -52712,7 +52712,7 @@
5271252712
"line": 31,
5271352713
"column": 9
5271452714
},
52715-
"value": "2",
52715+
"value": "0",
5271652716
"comment": "The revision (\"teeny\") version number for this version of libgit2.",
5271752717
"group": "version"
5271852718
},
@@ -52748,8 +52748,8 @@
5274852748
"line": 49,
5274952749
"column": 9
5275052750
},
52751-
"value": "\"1.8\"",
52752-
"comment": "The library ABI soversion for this version of libgit2. This should only be changed when the library has a breaking ABI change, and so may trail the library's version number.",
52751+
"value": "\"2.0\"",
52752+
"comment": "The library ABI soversion for this version of libgit2. This should only be changed when the library has a breaking ABI change, and so may not reflect the library's API version number.",
5275352753
"group": "version"
5275452754
},
5275552755
"LIBGIT2_VERSION_NUMBER": {

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": "800a95371c376f4cf90b5b633ed12531491c1a88"
3+
"commit": "dc816591d5ee4a44d2f5cd1c7c2f07e190c66922"
44
}

docs/reference/main/version/LIBGIT2_SOVERSION.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -128,19 +128,19 @@ <h2 class="apiName macroName">LIBGIT2_SOVERSION</h2>
128128

129129

130130
<div class="apiDescription macroDescription">
131-
<p>The library ABI soversion for this version of libgit2. This should only be changed when the library has a breaking ABI change, and so may trail the library's version number.</p>
131+
<p>The library ABI soversion for this version of libgit2. This should only be changed when the library has a breaking ABI change, and so may not reflect the library's API version number.</p>
132132

133133
</div>
134134
<h3 class="apiSignatureHeader macroSignatureHeader">Signature</h3>
135135
<div class="apiSignatureLink macroSignatureLink">
136136
<a href="https://github.com/libgit2/libgit2/blob/main/include/git2/version.h#L49" target="_blank" rel="noopener">GitHub</a>
137137
</div>
138138
<div class="apiSignature macroSignature">
139-
#define LIBGIT2_SOVERSION "1.8" </div>
139+
#define LIBGIT2_SOVERSION "2.0" </div>
140140
<h3 class="apiVersionsHeader macroVersionsHeader">Versions</h3>
141141
<div class="apiVersions macroVersions">
142142
<ul>
143-
<li class="apiVersionDeltaUnchanged macroVersionDeltaUnchanged">
143+
<li class="apiVersionDeltaChanged macroVersionDeltaChanged">
144144
<a href="/docs/reference/main/version/LIBGIT2_SOVERSION.html" class="apiVersionLink macroVersionLink">main</a>
145145
</li>
146146
<li class="apiVersionDeltaUnchanged macroVersionDeltaUnchanged">

docs/reference/main/version/LIBGIT2_VERSION.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ <h3 class="apiSignatureHeader macroSignatureHeader">Signature</h3>
142142
<a href="https://github.com/libgit2/libgit2/blob/main/include/git2/version.h#L22" target="_blank" rel="noopener">GitHub</a>
143143
</div>
144144
<div class="apiSignature macroSignature">
145-
#define LIBGIT2_VERSION "1.8.2" </div>
145+
#define LIBGIT2_VERSION "1.9.0" </div>
146146
<h3 class="apiVersionsHeader macroVersionsHeader">Versions</h3>
147147
<div class="apiVersions macroVersions">
148148
<ul>

docs/reference/main/version/LIBGIT2_VERSION_MINOR.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ <h3 class="apiSignatureHeader macroSignatureHeader">Signature</h3>
3939
<a href="https://github.com/libgit2/libgit2/blob/main/include/git2/version.h#L28" target="_blank" rel="noopener">GitHub</a>
4040
</div>
4141
<div class="apiSignature macroSignature">
42-
#define LIBGIT2_VERSION_MINOR 8 </div>
42+
#define LIBGIT2_VERSION_MINOR 9 </div>
4343
<h3 class="apiVersionsHeader macroVersionsHeader">Versions</h3>
4444
<div class="apiVersions macroVersions">
4545
<ul>

docs/reference/main/version/LIBGIT2_VERSION_REVISION.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ <h3 class="apiSignatureHeader macroSignatureHeader">Signature</h3>
3939
<a href="https://github.com/libgit2/libgit2/blob/main/include/git2/version.h#L31" target="_blank" rel="noopener">GitHub</a>
4040
</div>
4141
<div class="apiSignature macroSignature">
42-
#define LIBGIT2_VERSION_REVISION 2 </div>
42+
#define LIBGIT2_VERSION_REVISION 0 </div>
4343
<h3 class="apiVersionsHeader macroVersionsHeader">Versions</h3>
4444
<div class="apiVersions macroVersions">
4545
<ul>

docs/search-index/main.json

Lines changed: 16 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -9355,7 +9355,7 @@
93559355
],
93569356
"1553": [
93579357
2,
9358-
27,
9358+
29,
93599359
2
93609360
],
93619361
"1554": [
@@ -9486,7 +9486,7 @@
94869486
},
94879487
"averageFieldLength": [
94889488
3.753008233058898,
9489-
9.629342017816025,
9489+
9.630608642261874,
94909490
19.215959468017807
94919491
],
94929492
"storedFields": {
@@ -18742,7 +18742,7 @@
1874218742
"name": "LIBGIT2_SOVERSION",
1874318743
"group": "version",
1874418744
"kind": "macro",
18745-
"description": "The library ABI soversion for this version of libgit2. This should only be changed when the library has a breaking ABI change, and so may trail the library's version number."
18745+
"description": "The library ABI soversion for this version of libgit2. This should only be changed when the library has a breaking ABI change, and so may not reflect the library's API version number."
1874618746
},
1874718747
"1554": {
1874818748
"name": "LIBGIT2_VERSION_NUMBER",
@@ -18937,7 +18937,9 @@
1893718937
"2": {
1893818938
"403": 1,
1893918939
"929": 2,
18940-
"934": 1
18940+
"934": 1,
18941+
"1547": 1,
18942+
"1549": 1
1894118943
}
1894218944
}
1894318945
],
@@ -19337,10 +19339,7 @@
1933719339
"183": 2,
1933819340
"185": 2,
1933919341
"402": 1,
19340-
"1060": 1,
19341-
"1547": 1,
19342-
"1549": 1,
19343-
"1553": 1
19342+
"1060": 1
1934419343
}
1934519344
}
1934619345
],
@@ -19897,8 +19896,7 @@
1989719896
"804": 1,
1989819897
"948": 1,
1989919898
"952": 1,
19900-
"1547": 1,
19901-
"1550": 1
19899+
"1553": 1
1990219900
}
1990319901
}
1990419902
],
@@ -23590,7 +23588,8 @@
2359023588
"reflect",
2359123589
{
2359223590
"1": {
23593-
"612": 1
23591+
"612": 1,
23592+
"1553": 1
2359423593
}
2359523594
}
2359623595
],
@@ -24592,7 +24591,6 @@
2459224591
"1484": 1,
2459324592
"1547": 1,
2459424593
"1548": 1,
24595-
"1553": 1,
2459624594
"1563": 1,
2459724595
"1565": 1,
2459824596
"1568": 1,
@@ -41002,7 +41000,10 @@
4100241000
"1534": 1,
4100341001
"1535": 1,
4100441002
"1538": 1,
41003+
"1547": 1,
41004+
"1550": 1,
4100541005
"1551": 1,
41006+
"1553": 1,
4100641007
"1557": 1,
4100741008
"1558": 1,
4100841009
"1559": 1,
@@ -60253,14 +60254,6 @@
6025360254
}
6025460255
}
6025560256
],
60256-
[
60257-
"trail",
60258-
{
60259-
"1": {
60260-
"1553": 1
60261-
}
60262-
}
60263-
],
6026460257
[
6026560258
"trailers",
6026660259
{
@@ -79604,6 +79597,7 @@
7960479597
"1229": 1,
7960579598
"1384": 1,
7960679599
"1391": 1,
79600+
"1553": 1,
7960779601
"1567": 1
7960879602
},
7960979603
"2": {
@@ -84681,7 +84675,8 @@
8468184675
"1": {
8468284676
"269": 1,
8468384677
"1070": 1,
84684-
"1386": 1
84678+
"1386": 1,
84679+
"1553": 1
8468584680
},
8468684681
"2": {
8468784682
"73": 1,

0 commit comments

Comments
 (0)