Skip to content

Commit

Permalink
Autogenerated HTML docs for v2.42.0-530-g692be8
Browse files Browse the repository at this point in the history
  • Loading branch information
gitster committed Oct 31, 2023
1 parent 918a697 commit f9b2d64
Show file tree
Hide file tree
Showing 45 changed files with 63 additions and 63 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">2023-10-29</span>
<span id="revdate">2023-10-31</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">2023-10-29</span>
<span id="revdate">2023-10-31</span>
</div>
<div id="content">
<div class="sect1">
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">2023-10-29</span>
<span id="revdate">2023-10-31</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">2023-10-29</span>
<span id="revdate">2023-10-31</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">2023-10-29</span>
<span id="revdate">2023-10-31</span>
</div>
<div id="content">
<div class="sect1">
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">2023-10-29</span>
<span id="revdate">2023-10-31</span>
</div>
<div id="content">
<div id="preamble">
Expand Down
6 changes: 3 additions & 3 deletions git-bisect.html
Original file line number Diff line number Diff line change
Expand Up @@ -761,7 +761,7 @@ <h2 id="_description">DESCRIPTION</h2>
on the subcommand:</p></div>
<div class="literalblock">
<div class="content">
<pre><code>git bisect start [--term-{new,bad}=&lt;term&gt; --term-{old,good}=&lt;term&gt;]
<pre><code>git bisect start [--term-(new|bad)=&lt;term-new&gt; --term-(old|good)=&lt;term-old&gt;]
[--no-checkout] [--first-parent] [&lt;bad&gt; [&lt;good&gt;...]] [--] [&lt;paths&gt;...]
git bisect (bad|new|&lt;term-new&gt;) [&lt;rev&gt;]
git bisect (good|old|&lt;term-old&gt;) [&lt;rev&gt;...]
Expand All @@ -771,7 +771,7 @@ <h2 id="_description">DESCRIPTION</h2>
git bisect (visualize|view)
git bisect replay &lt;logfile&gt;
git bisect log
git bisect run &lt;cmd&gt;...
git bisect run &lt;cmd&gt; [&lt;arg&gt;...]
git bisect help</code></pre>
</div></div>
<div class="paragraph"><p>This command uses a binary search algorithm to find which commit in
Expand Down Expand Up @@ -1244,7 +1244,7 @@ <h2 id="_git">GIT</h2>
<div id="footer">
<div id="footer-text">
Last updated
2023-08-11 01:10:14 JST
2023-10-31 15:29:48 JST
</div>
</div>
</body>
Expand Down
4 changes: 2 additions & 2 deletions git-bisect.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ DESCRIPTION
The command takes various subcommands, and different options depending
on the subcommand:

git bisect start [--term-{new,bad}=<term> --term-{old,good}=<term>]
git bisect start [--term-(new|bad)=<term-new> --term-(old|good)=<term-old>]
[--no-checkout] [--first-parent] [<bad> [<good>...]] [--] [<paths>...]
git bisect (bad|new|<term-new>) [<rev>]
git bisect (good|old|<term-old>) [<rev>...]
Expand All @@ -26,7 +26,7 @@ on the subcommand:
git bisect (visualize|view)
git bisect replay <logfile>
git bisect log
git bisect run <cmd>...
git bisect run <cmd> [<arg>...]
git bisect help

This command uses a binary search algorithm to find which commit in
Expand Down
2 changes: 1 addition & 1 deletion git-remote-helpers.html
Original file line number Diff line number Diff line change
Expand Up @@ -735,7 +735,7 @@
<body class="article">
<div id="header">
<h1>git-remote-helpers</h1>
<span id="revdate">2023-10-29</span>
<span id="revdate">2023-10-31</span>
</div>
<div id="content">
<div id="preamble">
Expand Down
2 changes: 1 addition & 1 deletion howto/coordinate-embargoed-releases.html
Original file line number Diff line number Diff line change
Expand Up @@ -1038,7 +1038,7 @@ <h3 id="_example_mail_to_a_href_mailto_oss_security_lists_openwall_com_oss_secur
<div id="footer">
<div id="footer-text">
Last updated
2023-10-30 08:42:32 JST
2023-10-31 15:30:23 JST
</div>
</div>
</body>
Expand Down
4 changes: 2 additions & 2 deletions howto/keep-canonical-history-correct.html
Original file line number Diff line number Diff line change
Expand Up @@ -735,7 +735,7 @@
<body class="article">
<div id="header">
<h1>Keep authoritative canonical history correct with git pull</h1>
<span id="revdate">2023-10-29</span>
<span id="revdate">2023-10-31</span>
</div>
<div id="content">
<div id="preamble">
Expand Down Expand Up @@ -939,7 +939,7 @@ <h1>Keep authoritative canonical history correct with git pull</h1>
<div id="footer">
<div id="footer-text">
Last updated
2023-10-30 08:42:32 JST
2023-10-31 15:30:22 JST
</div>
</div>
</body>
Expand Down
4 changes: 2 additions & 2 deletions howto/maintain-git.html
Original file line number Diff line number Diff line change
Expand Up @@ -735,7 +735,7 @@
<body class="article">
<div id="header">
<h1>How to maintain Git</h1>
<span id="revdate">2023-10-29</span>
<span id="revdate">2023-10-31</span>
</div>
<div id="content">
<div class="sect1">
Expand Down Expand Up @@ -1479,7 +1479,7 @@ <h3 id="_preparing_a_merge_fix">Preparing a "merge-fix"</h3>
<div id="footer">
<div id="footer-text">
Last updated
2023-10-30 08:42:32 JST
2023-10-31 15:30:22 JST
</div>
</div>
</body>
Expand Down
4 changes: 2 additions & 2 deletions howto/new-command.html
Original file line number Diff line number Diff line change
Expand Up @@ -735,7 +735,7 @@
<body class="article">
<div id="header">
<h1>How to integrate new subcommands</h1>
<span id="revdate">2023-10-29</span>
<span id="revdate">2023-10-31</span>
</div>
<div id="content">
<div id="preamble">
Expand Down Expand Up @@ -864,7 +864,7 @@ <h2 id="_integrating_a_command">Integrating a command</h2>
<div id="footer">
<div id="footer-text">
Last updated
2023-10-30 08:42:30 JST
2023-10-31 15:30:21 JST
</div>
</div>
</body>
Expand Down
4 changes: 2 additions & 2 deletions howto/rebase-from-internal-branch.html
Original file line number Diff line number Diff line change
Expand Up @@ -735,7 +735,7 @@
<body class="article">
<div id="header">
<h1>How to rebase from an internal branch</h1>
<span id="revdate">2023-10-29</span>
<span id="revdate">2023-10-31</span>
</div>
<div id="content">
<div id="preamble">
Expand Down Expand Up @@ -896,7 +896,7 @@ <h1>How to rebase from an internal branch</h1>
<div id="footer">
<div id="footer-text">
Last updated
2023-10-30 08:42:32 JST
2023-10-31 15:30:22 JST
</div>
</div>
</body>
Expand Down
4 changes: 2 additions & 2 deletions howto/rebuild-from-update-hook.html
Original file line number Diff line number Diff line change
Expand Up @@ -735,7 +735,7 @@
<body class="article">
<div id="header">
<h1>How to rebuild from update hook</h1>
<span id="revdate">2023-10-29</span>
<span id="revdate">2023-10-31</span>
</div>
<div id="content">
<div id="preamble">
Expand Down Expand Up @@ -848,7 +848,7 @@ <h1>How to rebuild from update hook</h1>
<div id="footer">
<div id="footer-text">
Last updated
2023-10-30 08:42:32 JST
2023-10-31 15:30:22 JST
</div>
</div>
</body>
Expand Down
4 changes: 2 additions & 2 deletions howto/recover-corrupted-blob-object.html
Original file line number Diff line number Diff line change
Expand Up @@ -735,7 +735,7 @@
<body class="article">
<div id="header">
<h1>How to recover a corrupted blob object</h1>
<span id="revdate">2023-10-29</span>
<span id="revdate">2023-10-31</span>
</div>
<div id="content">
<div id="preamble">
Expand Down Expand Up @@ -881,7 +881,7 @@ <h1>How to recover a corrupted blob object</h1>
<div id="footer">
<div id="footer-text">
Last updated
2023-10-30 08:42:32 JST
2023-10-31 15:30:22 JST
</div>
</div>
</body>
Expand Down
4 changes: 2 additions & 2 deletions howto/recover-corrupted-object-harder.html
Original file line number Diff line number Diff line change
Expand Up @@ -735,7 +735,7 @@
<body class="article">
<div id="header">
<h1>How to recover an object from scratch</h1>
<span id="revdate">2023-10-29</span>
<span id="revdate">2023-10-31</span>
</div>
<div id="content">
<div id="preamble">
Expand Down Expand Up @@ -1190,7 +1190,7 @@ <h2 id="_the_adventure_continues_8230">The adventure continues&#8230;</h2>
<div id="footer">
<div id="footer-text">
Last updated
2023-10-30 08:42:32 JST
2023-10-31 15:30:22 JST
</div>
</div>
</body>
Expand Down
4 changes: 2 additions & 2 deletions howto/revert-a-faulty-merge.html
Original file line number Diff line number Diff line change
Expand Up @@ -735,7 +735,7 @@
<body class="article">
<div id="header">
<h1>How to revert a faulty merge</h1>
<span id="revdate">2023-10-29</span>
<span id="revdate">2023-10-31</span>
</div>
<div id="content">
<div id="preamble">
Expand Down Expand Up @@ -1026,7 +1026,7 @@ <h1>How to revert a faulty merge</h1>
<div id="footer">
<div id="footer-text">
Last updated
2023-10-30 08:42:32 JST
2023-10-31 15:30:22 JST
</div>
</div>
</body>
Expand Down
4 changes: 2 additions & 2 deletions howto/revert-branch-rebase.html
Original file line number Diff line number Diff line change
Expand Up @@ -735,7 +735,7 @@
<body class="article">
<div id="header">
<h1>How to revert an existing commit</h1>
<span id="revdate">2023-10-29</span>
<span id="revdate">2023-10-31</span>
</div>
<div id="content">
<div id="preamble">
Expand Down Expand Up @@ -908,7 +908,7 @@ <h1>How to revert an existing commit</h1>
<div id="footer">
<div id="footer-text">
Last updated
2023-10-30 08:42:30 JST
2023-10-31 15:30:21 JST
</div>
</div>
</body>
Expand Down
4 changes: 2 additions & 2 deletions howto/separating-topic-branches.html
Original file line number Diff line number Diff line change
Expand Up @@ -735,7 +735,7 @@
<body class="article">
<div id="header">
<h1>How to separate topic branches</h1>
<span id="revdate">2023-10-29</span>
<span id="revdate">2023-10-31</span>
</div>
<div id="content">
<div id="preamble">
Expand Down Expand Up @@ -842,7 +842,7 @@ <h1>How to separate topic branches</h1>
<div id="footer">
<div id="footer-text">
Last updated
2023-10-30 08:42:31 JST
2023-10-31 15:30:22 JST
</div>
</div>
</body>
Expand Down
4 changes: 2 additions & 2 deletions howto/setup-git-server-over-http.html
Original file line number Diff line number Diff line change
Expand Up @@ -735,7 +735,7 @@
<body class="article">
<div id="header">
<h1>How to setup Git server over http</h1>
<span id="revdate">2023-10-29</span>
<span id="revdate">2023-10-31</span>
</div>
<div id="content">
<div id="preamble">
Expand Down Expand Up @@ -1072,7 +1072,7 @@ <h2 id="_troubleshooting">Troubleshooting:</h2>
<div id="footer">
<div id="footer-text">
Last updated
2023-10-30 08:42:31 JST
2023-10-31 15:30:21 JST
</div>
</div>
</body>
Expand Down
4 changes: 2 additions & 2 deletions howto/update-hook-example.html
Original file line number Diff line number Diff line change
Expand Up @@ -735,7 +735,7 @@
<body class="article">
<div id="header">
<h1>How to use the update hook</h1>
<span id="revdate">2023-10-29</span>
<span id="revdate">2023-10-31</span>
</div>
<div id="content">
<div id="preamble">
Expand Down Expand Up @@ -931,7 +931,7 @@ <h1>How to use the update hook</h1>
<div id="footer">
<div id="footer-text">
Last updated
2023-10-30 08:42:31 JST
2023-10-31 15:30:21 JST
</div>
</div>
</body>
Expand Down
4 changes: 2 additions & 2 deletions howto/use-git-daemon.html
Original file line number Diff line number Diff line change
Expand Up @@ -735,7 +735,7 @@
<body class="article">
<div id="header">
<h1>How to use git-daemon</h1>
<span id="revdate">2023-10-29</span>
<span id="revdate">2023-10-31</span>
</div>
<div id="content">
<div id="preamble">
Expand Down Expand Up @@ -792,7 +792,7 @@ <h1>How to use git-daemon</h1>
<div id="footer">
<div id="footer-text">
Last updated
2023-10-30 08:42:31 JST
2023-10-31 15:30:21 JST
</div>
</div>
</body>
Expand Down
4 changes: 2 additions & 2 deletions howto/using-merge-subtree.html
Original file line number Diff line number Diff line change
Expand Up @@ -735,7 +735,7 @@
<body class="article">
<div id="header">
<h1>How to use the subtree merge strategy</h1>
<span id="revdate">2023-10-29</span>
<span id="revdate">2023-10-31</span>
</div>
<div id="content">
<div id="preamble">
Expand Down Expand Up @@ -849,7 +849,7 @@ <h2 id="_additional_tips">Additional tips</h2>
<div id="footer">
<div id="footer-text">
Last updated
2023-10-30 08:42:30 JST
2023-10-31 15:30:21 JST
</div>
</div>
</body>
Expand Down
4 changes: 2 additions & 2 deletions howto/using-signed-tag-in-pull-request.html
Original file line number Diff line number Diff line change
Expand Up @@ -735,7 +735,7 @@
<body class="article">
<div id="header">
<h1>How to use a signed tag in pull requests</h1>
<span id="revdate">2023-10-29</span>
<span id="revdate">2023-10-31</span>
</div>
<div id="content">
<div id="preamble">
Expand Down Expand Up @@ -953,7 +953,7 @@ <h2 id="_auditors">Auditors</h2>
<div id="footer">
<div id="footer-text">
Last updated
2023-10-30 08:42:31 JST
2023-10-31 15:30:21 JST
</div>
</div>
</body>
Expand Down
2 changes: 1 addition & 1 deletion technical/api-error-handling.html
Original file line number Diff line number Diff line change
Expand Up @@ -735,7 +735,7 @@
<body class="article">
<div id="header">
<h1>Error reporting in git</h1>
<span id="revdate">2023-10-29</span>
<span id="revdate">2023-10-31</span>
</div>
<div id="content">
<div id="preamble">
Expand Down
Loading

0 comments on commit f9b2d64

Please sign in to comment.