File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
22 "info": {
33 "version": "main",
4- "commit": "8a94cd54ee1c3af533da86866b1abcd400acdc82 "
4+ "commit": "a7e1eb26382dfaad75cc160e73b9cc451b1e3b00 "
55 },
66 "groups": {
77 "sys/alloc": {
78717871 "comment": [
78727872 "SHA256 object support"
78737873 ]
7874+ },
7875+ {
7876+ "name": "GIT_FEATURE_HTTP",
7877+ "value": "4096",
7878+ "comment": [
7879+ "HTTP remotes"
7880+ ]
78747881 }
78757882 ],
78767883 "comment": [
78917898 "name": "git_libgit2_features",
78927899 "location": {
78937900 "file": "common.h",
7894- "line": 184 ,
7901+ "line": 187 ,
78957902 "column": 17
78967903 },
78977904 "returns": {
79087915 "name": "git_libgit2_feature_backend",
79097916 "location": {
79107917 "file": "common.h",
7911- "line": 205 ,
7918+ "line": 208 ,
79127919 "column": 26
79137920 },
79147921 "returns": {
80828089 ],
80838090 "location": {
80848091 "file": "common.h",
8085- "line": 214 ,
8092+ "line": 217 ,
80868093 "column": 9
80878094 },
80888095 "group": "common"
80928099 "name": "git_libgit2_opts",
80938100 "location": {
80948101 "file": "common.h",
8095- "line": 569 ,
8102+ "line": 572 ,
80968103 "column": 17
80978104 },
80988105 "returns": {
82158222 ],
82168223 "location": {
82178224 "file": "common.h",
8218- "line": 576 ,
8225+ "line": 579 ,
82198226 "column": 9
82208227 },
82218228 "group": "common",
82288235 "name": "git_libgit2_buildinfo",
82298236 "location": {
82308237 "file": "common.h",
8231- "line": 591 ,
8238+ "line": 594 ,
82328239 "column": 26
82338240 },
82348241 "returns": {
Original file line number Diff line number Diff line change 11{
22 "version": "main",
3- "commit": "8a94cd54ee1c3af533da86866b1abcd400acdc82 "
3+ "commit": "a7e1eb26382dfaad75cc160e73b9cc451b1e3b00 "
44}
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ <h2 class="apiName enumName">git_buildinfo_t</h2>
3939
4040 < h3 class ="apiMembersHeader enumMembersHeader "> Values</ h3 >
4141 < div class ="apiSignatureLink enumSignatureLink ">
42- < a href ="https://github.com/libgit2/libgit2/blob/main/include/git2/common.h#L576 " target ="_blank " rel ="noopener "> GitHub</ a >
42+ < a href ="https://github.com/libgit2/libgit2/blob/main/include/git2/common.h#L579 " target ="_blank " rel ="noopener "> GitHub</ a >
4343 </ div >
4444 < div class ="apiMembers enumMembers ">
4545 < div class ="apiMember enumMember ">
Original file line number Diff line number Diff line change @@ -279,6 +279,17 @@ <h3 class="apiMembersHeader enumMembersHeader">Values</h3>
279279 < p > SHA256 object support</ p >
280280 </ div >
281281 </ div>
282+ < div class ="apiMember enumMember ">
283+ < div class ="apiMemberName enumMemberName ">
284+ GIT_FEATURE_HTTP
285+ </ div >
286+ < div class ="apiMemberValue enumMemberValue ">
287+ (1 < < 12 )
288+ </ div >
289+ < div class ="apiMemberDescription enumMemberDescription ">
290+ < p > HTTP remotes</ p >
291+ </ div >
292+ </ div>
282293 </ div>
283294
284295 < h3 class ="apiParameterToHeader enumParameterToHeader "> Parameter To</ h3 >
@@ -292,7 +303,7 @@ <h3 class="apiParameterToHeader enumParameterToHeader">Parameter To</h3>
292303 < h3 class ="apiVersionsHeader enumVersionsHeader "> Versions</ h3 >
293304 < div class ="apiVersions enumVersions ">
294305 < ul >
295- < li class ="apiVersionDeltaUnchanged enumVersionDeltaUnchanged ">
306+ < li class ="apiVersionDeltaChanged enumVersionDeltaChanged ">
296307 < a href ="/docs/reference/main/common/git_feature_t.html " class ="apiVersionLink enumVersionLink "> main</ a >
297308 </ li >
298309 < li class ="apiVersionDeltaUnchanged enumVersionDeltaUnchanged ">
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ <h2 class="apiName functionName">git_libgit2_buildinfo</h2>
3838
3939 < h3 class ="apiSignatureHeader functionSignatureHeader "> Signature</ h3 >
4040 < div class ="apiSignatureLink functionSignatureLink ">
41- < a href ="https://github.com/libgit2/libgit2/blob/main/include/git2/common.h#L591 " target ="_blank " rel ="noopener "> GitHub</ a >
41+ < a href ="https://github.com/libgit2/libgit2/blob/main/include/git2/common.h#L594 " target ="_blank " rel ="noopener "> GitHub</ a >
4242 </ div >
4343 < div class ="apiSignature functionSignature ">
4444 const char *git_libgit2_buildinfo(< span class ="apiSignatureParameter functionSignatureParameter "> git_buildinfo_t info</ span > );
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ <h2 class="apiName functionName">git_libgit2_feature_backend</h2>
5555
5656 < h3 class ="apiSignatureHeader functionSignatureHeader "> Signature</ h3 >
5757 < div class ="apiSignatureLink functionSignatureLink ">
58- < a href ="https://github.com/libgit2/libgit2/blob/main/include/git2/common.h#L205 " target ="_blank " rel ="noopener "> GitHub</ a >
58+ < a href ="https://github.com/libgit2/libgit2/blob/main/include/git2/common.h#L208 " target ="_blank " rel ="noopener "> GitHub</ a >
5959 </ div >
6060 < div class ="apiSignature functionSignature ">
6161 const char *git_libgit2_feature_backend(< span class ="apiSignatureParameter functionSignatureParameter "> git_feature_t feature</ span > );
Original file line number Diff line number Diff line change @@ -141,7 +141,7 @@ <h2 class="apiName functionName">git_libgit2_features</h2>
141141
142142 < h3 class ="apiSignatureHeader functionSignatureHeader "> Signature</ h3 >
143143 < div class ="apiSignatureLink functionSignatureLink ">
144- < a href ="https://github.com/libgit2/libgit2/blob/main/include/git2/common.h#L184 " target ="_blank " rel ="noopener "> GitHub</ a >
144+ < a href ="https://github.com/libgit2/libgit2/blob/main/include/git2/common.h#L187 " target ="_blank " rel ="noopener "> GitHub</ a >
145145 </ div >
146146 < div class ="apiSignature functionSignature ">
147147 int git_libgit2_features();
Original file line number Diff line number Diff line change @@ -146,7 +146,7 @@ <h2 class="apiName enumName">git_libgit2_opt_t</h2>
146146
147147 < h3 class ="apiMembersHeader enumMembersHeader "> Values</ h3 >
148148 < div class ="apiSignatureLink enumSignatureLink ">
149- < a href ="https://github.com/libgit2/libgit2/blob/main/include/git2/common.h#L214 " target ="_blank " rel ="noopener "> GitHub</ a >
149+ < a href ="https://github.com/libgit2/libgit2/blob/main/include/git2/common.h#L217 " target ="_blank " rel ="noopener "> GitHub</ a >
150150 </ div >
151151 < div class ="apiMembers enumMembers ">
152152 < div class ="apiMember enumMember ">
Original file line number Diff line number Diff line change @@ -565,7 +565,7 @@ <h2 class="apiName functionName">git_libgit2_opts</h2>
565565
566566 < h3 class ="apiSignatureHeader functionSignatureHeader "> Signature</ h3 >
567567 < div class ="apiSignatureLink functionSignatureLink ">
568- < a href ="https://github.com/libgit2/libgit2/blob/main/include/git2/common.h#L569 " target ="_blank " rel ="noopener "> GitHub</ a >
568+ < a href ="https://github.com/libgit2/libgit2/blob/main/include/git2/common.h#L572 " target ="_blank " rel ="noopener "> GitHub</ a >
569569 </ div >
570570 < div class ="apiSignature functionSignature ">
571571 int git_libgit2_opts(< span class ="apiSignatureParameter functionSignatureParameter "> int option</ span > );
Original file line number Diff line number Diff line change 2089120891 "102": 1,
2089220892 "137": 2,
2089320893 "139": 1,
20894- "213": 2 ,
20894+ "213": 3 ,
2089520895 "1143": 1,
2089620896 "1168": 2,
2089720897 "1172": 1,
3755237552 "1518": 1
3755337553 },
3755437554 "2": {
37555- "213": 2 ,
37555+ "213": 4 ,
3755637556 "216": 1,
3755737557 "618": 1,
3755837558 "1217": 1,
7479374793 "215": 1
7479474794 },
7479574795 "2": {
74796- "213": 12 ,
74796+ "213": 13 ,
7479774797 "215": 3
7479874798 }
7479974799 }
8353783537 "195": 1,
8353883538 "196": 2,
8353983539 "200": 1,
83540- "213": 12 ,
83540+ "213": 13 ,
8354183541 "216": 46,
8354283542 "218": 2,
8354383543 "220": 10,
You can’t perform that action at this time.
0 commit comments