Skip to content

Commit

Permalink
Autogenerated HTML docs for v2.43.0-581-g5216f
Browse files Browse the repository at this point in the history
  • Loading branch information
gitster committed Feb 8, 2024
1 parent c2015e3 commit 6546a50
Show file tree
Hide file tree
Showing 124 changed files with 357 additions and 323 deletions.
2 changes: 1 addition & 1 deletion MyFirstContribution.html
Original file line number Diff line number Diff line change
Expand Up @@ -735,7 +735,7 @@
<body class="article">
<div id="header">
<h1>My First Contribution to the Git Project</h1>
<span id="revdate">2024-02-06</span>
<span id="revdate">2024-02-08</span>
</div>
<div id="content">
<div class="sect1">
Expand Down
2 changes: 1 addition & 1 deletion MyFirstObjectWalk.html
Original file line number Diff line number Diff line change
Expand Up @@ -735,7 +735,7 @@
<body class="article">
<div id="header">
<h1>My First Object Walk</h1>
<span id="revdate">2024-02-06</span>
<span id="revdate">2024-02-08</span>
</div>
<div id="content">
<div class="sect1">
Expand Down
14 changes: 14 additions & 0 deletions RelNotes/2.44.0.txt
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,13 @@ UI, Workflows & Features
* The write codepath for the reftable data learned to honor
core.fsync configuration.

* The "--fsck-objects" option of "git index-pack" now can take the
optional parameter to tweak severity of different fsck errors.

* The wincred credential backend has been taught to support oauth
refresh token the same way as credential-cache and
credential-libsecret backends.


Performance, Internal Implementation, Development Support etc.

Expand Down Expand Up @@ -141,6 +148,9 @@ Performance, Internal Implementation, Development Support etc.
the path to the same library directory for link time and runtime.
A Makefile template is used to reduce such repetition.

* The priority queue test has been migrated to the unit testing
framework.


Fixes since v2.43
-----------------
Expand Down Expand Up @@ -284,6 +294,10 @@ Fixes since v2.43
FreeBSD that is no longer available, which has been corrected.
(merge 81fffb66d3 cb/use-freebsd-13-2-at-cirrus-ci later to maint).

* A caller called index_file_exists() that takes a string expressed
as <ptr, length> with a wrong length, which has been corrected.
(merge 156e28b36d jh/sparse-index-expand-to-path-fix later to maint).

* Other code cleanup, docfix, build fix, etc.
(merge 50f1abcff6 js/packfile-h-typofix later to maint).
(merge cbf498eb53 jb/reflog-expire-delete-dry-run-options later to maint).
Expand Down
2 changes: 1 addition & 1 deletion ReviewingGuidelines.html
Original file line number Diff line number Diff line change
Expand Up @@ -735,7 +735,7 @@
<body class="article">
<div id="header">
<h1>Reviewing Patches in the Git Project</h1>
<span id="revdate">2024-02-06</span>
<span id="revdate">2024-02-08</span>
</div>
<div id="content">
<div class="sect1">
Expand Down
2 changes: 1 addition & 1 deletion SubmittingPatches.html
Original file line number Diff line number Diff line change
Expand Up @@ -735,7 +735,7 @@
<body class="article">
<div id="header">
<h1>Submitting Patches</h1>
<span id="revdate">2024-02-06</span>
<span id="revdate">2024-02-08</span>
</div>
<div id="content">
<div class="sect1">
Expand Down
2 changes: 1 addition & 1 deletion ToolsForGit.html
Original file line number Diff line number Diff line change
Expand Up @@ -735,7 +735,7 @@
<body class="article">
<div id="header">
<h1>Tools for developing Git</h1>
<span id="revdate">2024-02-06</span>
<span id="revdate">2024-02-08</span>
</div>
<div id="content">
<div class="sect1">
Expand Down
2 changes: 1 addition & 1 deletion diff-options.txt
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ and accumulating child directory counts in the parent directories:
Synonym for --dirstat=cumulative

--dirstat-by-file[=<param1,param2>...]::
Synonym for --dirstat=files,param1,param2...
Synonym for --dirstat=files,<param1>,<param2>...

--summary::
Output a condensed summary of extended header information
Expand Down
2 changes: 1 addition & 1 deletion everyday.html
Original file line number Diff line number Diff line change
Expand Up @@ -735,7 +735,7 @@
<body class="article">
<div id="header">
<h1>Everyday Git With 20 Commands Or So</h1>
<span id="revdate">2024-02-06</span>
<span id="revdate">2024-02-08</span>
</div>
<div id="content">
<div id="preamble">
Expand Down
4 changes: 2 additions & 2 deletions git-blame.html
Original file line number Diff line number Diff line change
Expand Up @@ -1347,7 +1347,7 @@ <h2 id="_incremental_output">INCREMENTAL OUTPUT</h2>
</p>
<div class="literalblock">
<div class="content">
<pre><code>&lt;40-byte hex sha1&gt; &lt;sourceline&gt; &lt;resultline&gt; &lt;num_lines&gt;</code></pre>
<pre><code>&lt;40-byte-hex-sha1&gt; &lt;sourceline&gt; &lt;resultline&gt; &lt;num-lines&gt;</code></pre>
</div></div>
<div class="paragraph"><p>Line numbers count from 1.</p></div>
</li>
Expand Down Expand Up @@ -1498,7 +1498,7 @@ <h2 id="_git">GIT</h2>
<div id="footer">
<div id="footer-text">
Last updated
2023-10-23 14:43:46 PDT
2024-02-08 15:45:59 PST
</div>
</div>
</body>
Expand Down
2 changes: 1 addition & 1 deletion git-blame.txt
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ annotated.

. Each blame entry always starts with a line of:

<40-byte hex sha1> <sourceline> <resultline> <num_lines>
<40-byte-hex-sha1> <sourceline> <resultline> <num-lines>
+
Line numbers count from 1.

Expand Down
6 changes: 3 additions & 3 deletions git-bugreport.html
Original file line number Diff line number Diff line change
Expand Up @@ -843,7 +843,7 @@ <h2 id="_options">OPTIONS</h2>
<dd>
<p>
Specify an alternate suffix for the bugreport name, to create a file
named <em>git-bugreport-&lt;formatted suffix&gt;</em>. This should take the form of a
named <em>git-bugreport-&lt;formatted-suffix&gt;</em>. This should take the form of a
strftime(3) format string; the current local time will be used.
</p>
</dd>
Expand All @@ -858,7 +858,7 @@ <h2 id="_options">OPTIONS</h2>
Create a zip archive of supplemental information about the user&#8217;s
machine, Git client, and repository state. The archive is written to the
same output directory as the bug report and is named
<em>git-diagnostics-&lt;formatted suffix&gt;</em>.
<em>git-diagnostics-&lt;formatted-suffix&gt;</em>.
</p>
<div class="paragraph"><p>Without <code>mode</code> specified, the diagnostic archive will contain the default set of
statistics reported by <code>git diagnose</code>. An optional <code>mode</code> value may be specified
Expand All @@ -880,7 +880,7 @@ <h2 id="_git">GIT</h2>
<div id="footer">
<div id="footer-text">
Last updated
2023-10-23 14:43:46 PDT
2024-02-08 15:45:59 PST
</div>
</div>
</body>
Expand Down
4 changes: 2 additions & 2 deletions git-bugreport.txt
Original file line number Diff line number Diff line change
Expand Up @@ -52,15 +52,15 @@ OPTIONS
-s <format>::
--suffix <format>::
Specify an alternate suffix for the bugreport name, to create a file
named 'git-bugreport-<formatted suffix>'. This should take the form of a
named 'git-bugreport-<formatted-suffix>'. This should take the form of a
strftime(3) format string; the current local time will be used.

--no-diagnose::
--diagnose[=<mode>]::
Create a zip archive of supplemental information about the user's
machine, Git client, and repository state. The archive is written to the
same output directory as the bug report and is named
'git-diagnostics-<formatted suffix>'.
'git-diagnostics-<formatted-suffix>'.
+
Without `mode` specified, the diagnostic archive will contain the default set of
statistics reported by `git diagnose`. An optional `mode` value may be specified
Expand Down
8 changes: 4 additions & 4 deletions git-clone.html
Original file line number Diff line number Diff line change
Expand Up @@ -1380,8 +1380,8 @@ <h2 id="_git_urls_a_id_urls_a">GIT URLS<a id="URLS"></a></h2>
configuration section of the form:</p></div>
<div class="listingblock">
<div class="content">
<pre><code> [url "&lt;actual url base&gt;"]
insteadOf = &lt;other url base&gt;</code></pre>
<pre><code> [url "&lt;actual-url-base&gt;"]
insteadOf = &lt;other-url-base&gt;</code></pre>
</div></div>
<div class="paragraph"><p>For example, with this:</p></div>
<div class="listingblock">
Expand All @@ -1396,8 +1396,8 @@ <h2 id="_git_urls_a_id_urls_a">GIT URLS<a id="URLS"></a></h2>
configuration section of the form:</p></div>
<div class="listingblock">
<div class="content">
<pre><code> [url "&lt;actual url base&gt;"]
pushInsteadOf = &lt;other url base&gt;</code></pre>
<pre><code> [url "&lt;actual-url-base&gt;"]
pushInsteadOf = &lt;other-url-base&gt;</code></pre>
</div></div>
<div class="paragraph"><p>For example, with this:</p></div>
<div class="listingblock">
Expand Down
4 changes: 2 additions & 2 deletions git-commit-graph.html
Original file line number Diff line number Diff line change
Expand Up @@ -753,7 +753,7 @@ <h2 id="_synopsis">SYNOPSIS</h2>
<em>git commit-graph write</em> [--object-dir &lt;dir&gt;] [--append]
[--split[=&lt;strategy&gt;]] [--reachable | --stdin-packs | --stdin-commits]
[--changed-paths] [--[no-]max-new-filters &lt;n&gt;] [--[no-]progress]
&lt;split options&gt;</pre>
&lt;split-options&gt;</pre>
<div class="attribution">
</div></div>
</div>
Expand Down Expand Up @@ -989,7 +989,7 @@ <h2 id="_git">GIT</h2>
<div id="footer">
<div id="footer-text">
Last updated
2022-10-28 11:53:56 PDT
2024-02-08 15:45:59 PST
</div>
</div>
</body>
Expand Down
2 changes: 1 addition & 1 deletion git-commit-graph.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ SYNOPSIS
'git commit-graph write' [--object-dir <dir>] [--append]
[--split[=<strategy>]] [--reachable | --stdin-packs | --stdin-commits]
[--changed-paths] [--[no-]max-new-filters <n>] [--[no-]progress]
<split options>
<split-options>


DESCRIPTION
Expand Down
12 changes: 6 additions & 6 deletions git-config.html
Original file line number Diff line number Diff line change
Expand Up @@ -899,11 +899,11 @@ <h2 id="OPTIONS">OPTIONS</h2>
</dt>
<dd>
<p>
When given a two-part name section.key, the value for
section.&lt;URL&gt;.key whose &lt;URL&gt; part matches the best to the
When given a two-part &lt;name&gt; as &lt;section&gt;.&lt;key&gt;, the value for
&lt;section&gt;.&lt;URL&gt;.&lt;key&gt; whose &lt;URL&gt; part matches the best to the
given URL is returned (if no such key exists, the value for
section.key is used as a fallback). When given just the
section as name, do so for all the keys in the section and
&lt;section&gt;.&lt;key&gt; is used as a fallback). When given just the
&lt;section&gt; as name, do so for all the keys in the section and
list them. Returns error code 1 if no value is found.
</p>
</dd>
Expand Down Expand Up @@ -11262,7 +11262,7 @@ <h3 id="_variables">Variables</h3>
</li>
<li>
<p>
<code>af_unix:[&lt;socket_type&gt;:]&lt;absolute-pathname&gt;</code> - Write to a
<code>af_unix:[&lt;socket-type&gt;:]&lt;absolute-pathname&gt;</code> - Write to a
Unix DomainSocket (on platforms that support them). Socket
type can be either <code>stream</code> or <code>dgram</code>; if omitted Git will
try both.
Expand Down Expand Up @@ -11895,7 +11895,7 @@ <h2 id="_git">GIT</h2>
<div id="footer">
<div id="footer-text">
Last updated
2023-09-22 17:04:28 PDT
2024-02-08 15:45:59 PST
</div>
</div>
</body>
Expand Down
8 changes: 4 additions & 4 deletions git-config.txt
Original file line number Diff line number Diff line change
Expand Up @@ -103,11 +103,11 @@ OPTIONS
names are not.

--get-urlmatch <name> <URL>::
When given a two-part name section.key, the value for
section.<URL>.key whose <URL> part matches the best to the
When given a two-part <name> as <section>.<key>, the value for
<section>.<URL>.<key> whose <URL> part matches the best to the
given URL is returned (if no such key exists, the value for
section.key is used as a fallback). When given just the
section as name, do so for all the keys in the section and
<section>.<key> is used as a fallback). When given just the
<section> as name, do so for all the keys in the section and
list them. Returns error code 1 if no value is found.

--global::
Expand Down
6 changes: 3 additions & 3 deletions git-cvsserver.html
Original file line number Diff line number Diff line change
Expand Up @@ -988,7 +988,7 @@ <h2 id="_installation">INSTALLATION</h2>
Clients should now be able to check out the project. Use the CVS <em>module</em>
name to indicate what Git <em>head</em> you want to check out. This also sets the
name of your newly checked-out directory, unless you tell it otherwise with
<code>-d &lt;dir_name&gt;</code>. For example, this checks out <em>master</em> branch to the
<code>-d &lt;dir-name&gt;</code>. For example, this checks out <em>master</em> branch to the
<code>project-master</code> directory:
</p>
<div class="listingblock">
Expand All @@ -1015,7 +1015,7 @@ <h2 id="dbbackend">DATABASE BACKEND</h2>
the database to work reliably (otherwise you need to make sure
that the database is up to date any time <em>git-cvsserver</em> is executed).</p></div>
<div class="paragraph"><p>By default it uses SQLite databases in the Git directory, named
<code>gitcvs.&lt;module_name&gt;.sqlite</code>. Note that the SQLite backend creates
<code>gitcvs.&lt;module-name&gt;.sqlite</code>. Note that the SQLite backend creates
temporary files in the same directory as the database file on
write so it might not be enough to grant the users using
<em>git-cvsserver</em> write access to the database file without granting
Expand Down Expand Up @@ -1327,7 +1327,7 @@ <h2 id="_git">GIT</h2>
<div id="footer">
<div id="footer-text">
Last updated
2023-06-23 13:24:09 PDT
2024-02-08 15:45:59 PST
</div>
</div>
</body>
Expand Down
4 changes: 2 additions & 2 deletions git-cvsserver.txt
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ allowing access over SSH.
5. Clients should now be able to check out the project. Use the CVS 'module'
name to indicate what Git 'head' you want to check out. This also sets the
name of your newly checked-out directory, unless you tell it otherwise with
`-d <dir_name>`. For example, this checks out 'master' branch to the
`-d <dir-name>`. For example, this checks out 'master' branch to the
`project-master` directory:
+
------
Expand All @@ -224,7 +224,7 @@ the database to work reliably (otherwise you need to make sure
that the database is up to date any time 'git-cvsserver' is executed).

By default it uses SQLite databases in the Git directory, named
`gitcvs.<module_name>.sqlite`. Note that the SQLite backend creates
`gitcvs.<module-name>.sqlite`. Note that the SQLite backend creates
temporary files in the same directory as the database file on
write so it might not be enough to grant the users using
'git-cvsserver' write access to the database file without granting
Expand Down
12 changes: 6 additions & 6 deletions git-daemon.html
Original file line number Diff line number Diff line change
Expand Up @@ -759,7 +759,7 @@ <h2 id="_synopsis">SYNOPSIS</h2>
[--allow-override=&lt;service&gt;] [--forbid-override=&lt;service&gt;]
[--access-hook=&lt;path&gt;] [--[no-]informative-errors]
[--inetd |
[--listen=&lt;host_or_ipaddr&gt;] [--port=&lt;n&gt;]
[--listen=&lt;host-or-ipaddr&gt;] [--port=&lt;n&gt;]
[--user=&lt;user&gt; [--group=&lt;group&gt;]]]
[--log-destination=(stderr|syslog|none)]
[&lt;directory&gt;&#8230;]</pre>
Expand Down Expand Up @@ -861,13 +861,13 @@ <h2 id="_options">OPTIONS</h2>
</p>
</dd>
<dt class="hdlist1">
--listen=&lt;host_or_ipaddr&gt;
--listen=&lt;host-or-ipaddr&gt;
</dt>
<dd>
<p>
Listen on a specific IP address or hostname. IP addresses can
be either an IPv4 address or an IPv6 address if supported. If IPv6
is not supported, then --listen=hostname is also not supported and
is not supported, then --listen=&lt;hostname&gt; is also not supported and
--listen must be given an IPv4 address.
Can be given more than once.
Incompatible with <code>--inetd</code> option.
Expand Down Expand Up @@ -975,8 +975,8 @@ <h2 id="_options">OPTIONS</h2>
specified with no parameter, a request to
git://host/&#126;alice/foo is taken as a request to access
<em>foo</em> repository in the home directory of user <code>alice</code>.
If <code>--user-path=path</code> is specified, the same request is
taken as a request to access <code>path/foo</code> repository in
If <code>--user-path=&lt;path&gt;</code> is specified, the same request is
taken as a request to access <code>&lt;path&gt;/foo</code> repository in
the home directory of user <code>alice</code>.
</p>
</dd>
Expand Down Expand Up @@ -1281,7 +1281,7 @@ <h2 id="_git">GIT</h2>
<div id="footer">
<div id="footer-text">
Last updated
2023-10-23 14:43:46 PDT
2024-02-08 15:45:59 PST
</div>
</div>
</body>
Expand Down
10 changes: 5 additions & 5 deletions git-daemon.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ SYNOPSIS
[--allow-override=<service>] [--forbid-override=<service>]
[--access-hook=<path>] [--[no-]informative-errors]
[--inetd |
[--listen=<host_or_ipaddr>] [--port=<n>]
[--listen=<host-or-ipaddr>] [--port=<n>]
[--user=<user> [--group=<group>]]]
[--log-destination=(stderr|syslog|none)]
[<directory>...]
Expand Down Expand Up @@ -86,10 +86,10 @@ OPTIONS
Incompatible with --detach, --port, --listen, --user and --group
options.

--listen=<host_or_ipaddr>::
--listen=<host-or-ipaddr>::
Listen on a specific IP address or hostname. IP addresses can
be either an IPv4 address or an IPv6 address if supported. If IPv6
is not supported, then --listen=hostname is also not supported and
is not supported, then --listen=<hostname> is also not supported and
--listen must be given an IPv4 address.
Can be given more than once.
Incompatible with `--inetd` option.
Expand Down Expand Up @@ -141,8 +141,8 @@ otherwise `stderr`.
specified with no parameter, a request to
git://host/{tilde}alice/foo is taken as a request to access
'foo' repository in the home directory of user `alice`.
If `--user-path=path` is specified, the same request is
taken as a request to access `path/foo` repository in
If `--user-path=<path>` is specified, the same request is
taken as a request to access `<path>/foo` repository in
the home directory of user `alice`.

--verbose::
Expand Down
Loading

0 comments on commit 6546a50

Please sign in to comment.