-
Notifications
You must be signed in to change notification settings - Fork 62
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Documentation Site Generator
committed
Dec 24, 2024
1 parent
5260ad9
commit 282ada0
Showing
10 changed files
with
11,014 additions
and
10,831 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
{ | ||
"version": "main", | ||
"commit": "536f868be637d674ab84fdf62eacda6b95b56497" | ||
"commit": "ccc202802c792fbbc85cce9ce262b347fbc1755c" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
95 changes: 95 additions & 0 deletions
95
docs/reference/main/refspec/git_refspec_src_matches_negative.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,95 @@ | ||
--- | ||
title: git_refspec_src_matches_negative (libgit2 main) | ||
layout: default | ||
--- | ||
|
||
<div class="api function"> | ||
<div class="apiBreadcrumb functionBreadcrumb"> | ||
<ul> | ||
<li><a href="/docs/reference/main/index.html">API Documentation</a></li> | ||
<li><a href="/docs/reference/main/refspec/index.html">refspec</a></li> | ||
</ul> | ||
</div> | ||
<div class="apiHeader functionHeader"> | ||
<h2 class="apiName functionName">git_refspec_src_matches_negative</h2> | ||
|
||
<script src="/js/minisearch.js"></script> | ||
<script src="/js/search.js"></script> | ||
<div class="headerSearchArea functionHeaderSearchArea" id="headersearcharea"> | ||
<input class="headerSearchBox functionHeaderSearchBox" id="headersearchbox" placeholder="Search..." onInput="handleSearchSuggest({ version: 'main' })" onFocusIn="handleSearchSuggest({ version: 'main' })" onKeyUp="if (event.code === 'Enter') { submitSearch({ version: 'main' }); }"/> | ||
<div class="headerSearchResults functionHeaderSearchResults" id="headersearchresults"> | ||
</div> | ||
</div> | ||
|
||
<div class="apiHeaderVersionSelect functionHeaderVersionSelect"> | ||
<span>Version:</span> | ||
<select onChange="window.location.href = this.value"> | ||
<option value="/docs/reference/main/refspec/git_refspec_src_matches_negative.html" selected>main</option> | ||
</select> | ||
</div> | ||
</div> | ||
|
||
|
||
<div class="apiDescription functionDescription"> | ||
<p>Check if a refspec's source descriptor matches a negative reference</p> | ||
|
||
</div> | ||
|
||
<h3 class="apiSignatureHeader functionSignatureHeader">Signature</h3> | ||
<div class="apiSignatureLink functionSignatureLink"> | ||
<a href="https://github.com/libgit2/libgit2/blob/main/include/git2/refspec.h#L88" target="_blank" rel="noopener">GitHub</a> | ||
</div> | ||
<div class="apiSignature functionSignature"> | ||
int git_refspec_src_matches_negative(<span class="apiSignatureParameter functionSignatureParameter">const git_refspec *refspec</span>, <span class="apiSignatureParameter functionSignatureParameter">const char *refname</span>); | ||
</div> | ||
|
||
<h3 class="apiParametersHeader functionParametersHeader">Parameters</h3> | ||
<div class="apiParameters functionParameters"> | ||
<div class="apiParameter functionParameter apiParameterIn functionParameterIn"> | ||
<div class="apiParameterType functionParameterType"> | ||
<a href="/docs/reference/main/refspec/git_refspec.html" class="apiLink objectLink">const git_refspec *</a> | ||
</div> | ||
<div class="apiParameterDirection functionParameterDirection apiParameterDirectionIn functionParameterDirectionIn"> | ||
In | ||
</div> | ||
<div class="apiParameterName functionParameterName"> | ||
refspec | ||
</div> | ||
<div class="apiParameterDescription functionParameterDescription"> | ||
<p>the refspec</p> | ||
</div> | ||
</div> | ||
<div class="apiParameter functionParameter apiParameterIn functionParameterIn"> | ||
<div class="apiParameterType functionParameterType"> | ||
const char * | ||
</div> | ||
<div class="apiParameterDirection functionParameterDirection apiParameterDirectionIn functionParameterDirectionIn"> | ||
In | ||
</div> | ||
<div class="apiParameterName functionParameterName"> | ||
refname | ||
</div> | ||
<div class="apiParameterDescription functionParameterDescription"> | ||
<p>the name of the reference to check</p> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
<h3 class="apiReturnHeader functionReturnHeader">Returns</h3> | ||
<div class="apiReturn functionReturn"> | ||
<div class="apiReturnType functionReturnType"> | ||
int | ||
</div> | ||
<div class="apiReturnDescription functionReturnDescription"> | ||
<p>1 if the refspec matches, 0 otherwise</p> | ||
</div> | ||
</div> | ||
<h3 class="apiVersionsHeader functionVersionsHeader">Versions</h3> | ||
<div class="apiVersions functionVersions"> | ||
<ul> | ||
<li class="apiVersionDeltaIntroduced functionVersionDeltaIntroduced"> | ||
<a href="/docs/reference/main/refspec/git_refspec_src_matches_negative.html" class="apiVersionLink functionVersionLink">main</a> | ||
</li> | ||
</ul> | ||
</div> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.