Skip to content

Commit

Permalink
Autogenerated HTML docs for v2.47.0-rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
gitster committed Oct 2, 2024
1 parent f6adedd commit f8a0677
Show file tree
Hide file tree
Showing 49 changed files with 77 additions and 66 deletions.
2 changes: 1 addition & 1 deletion DecisionMaking.html
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,7 @@
<div id="header">
<h1>Decision-Making Process in the Git Project</h1>
<div class="details">
<span id="revdate">2024-09-30</span>
<span id="revdate">2024-10-02</span>
</div>
</div>
<div id="content">
Expand Down
2 changes: 1 addition & 1 deletion MyFirstContribution.html
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,7 @@
<div id="header">
<h1>My First Contribution to the Git Project</h1>
<div class="details">
<span id="revdate">2024-09-30</span>
<span id="revdate">2024-10-02</span>
</div>
</div>
<div id="content">
Expand Down
2 changes: 1 addition & 1 deletion MyFirstObjectWalk.html
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,7 @@
<div id="header">
<h1>My First Object Walk</h1>
<div class="details">
<span id="revdate">2024-09-30</span>
<span id="revdate">2024-10-02</span>
</div>
</div>
<div id="content">
Expand Down
11 changes: 11 additions & 0 deletions RelNotes/2.47.0.txt
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,11 @@ Performance, Internal Implementation, Development Support etc.
* Give timeout to the locking code to write to reftable, instead of
failing on the first failure without retrying.

* The checksum at the tail of files are now computed without
collision detection protection. This is safe as the consumer of
the information to protect itself from replay attacks checks for
hash collisions independently.


Fixes since v2.46
-----------------
Expand Down Expand Up @@ -317,6 +322,12 @@ Fixes since v2.46
wasn't in any repository while processing includeIf.onbranch
configuration and instead crashed.

* When "git sparse-checkout disable" turns a sparse checkout into a
regular checkout, the index is fully expanded. This totally
expected behaviour however had an "oops, we are expanding the
index" advice message, which has been corrected.
(merge 537e516a39 ds/sparse-checkout-expansion-advice later to maint).

* Other code cleanup, docfix, build fix, etc.
(merge be10ac7037 jc/mailinfo-header-cleanup later to maint).
(merge 4460e052e0 jc/range-diff-lazy-setup 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 @@ -442,7 +442,7 @@
<div id="header">
<h1>Reviewing Patches in the Git Project</h1>
<div class="details">
<span id="revdate">2024-09-30</span>
<span id="revdate">2024-10-02</span>
</div>
</div>
<div id="content">
Expand Down
4 changes: 2 additions & 2 deletions SubmittingPatches.html
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,7 @@
<div id="header">
<h1>Submitting Patches</h1>
<div class="details">
<span id="revdate">2024-09-30</span>
<span id="revdate">2024-10-02</span>
</div>
</div>
<div id="content">
Expand Down Expand Up @@ -1582,7 +1582,7 @@ <h3 id="_gnus">Gnus</h3>
</div>
<div id="footer">
<div id="footer-text">
Last updated 2024-09-26 09:33:41 -0700
Last updated 2024-10-02 09:42:28 -0700
</div>
</div>
</body>
Expand Down
2 changes: 1 addition & 1 deletion ToolsForGit.html
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,7 @@
<div id="header">
<h1>Tools for developing Git</h1>
<div class="details">
<span id="revdate">2024-09-30</span>
<span id="revdate">2024-10-02</span>
</div>
</div>
<div id="content">
Expand Down
2 changes: 1 addition & 1 deletion everyday.html
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,7 @@
<div id="header">
<h1>Everyday Git With 20 Commands Or So</h1>
<div class="details">
<span id="revdate">2024-09-30</span>
<span id="revdate">2024-10-02</span>
</div>
</div>
<div id="content">
Expand Down
2 changes: 1 addition & 1 deletion git-bisect-lk2009.html
Original file line number Diff line number Diff line change
Expand Up @@ -445,7 +445,7 @@ <h1>Fighting regressions with git bisect</h1>
<div class="details">
<span id="author" class="author">Christian Couder</span><br/>
<span id="email" class="email"><a href="mailto:[email protected]">[email protected]</a></span><br/>
<span id="revdate">2024-09-25</span>
<span id="revdate">2024-10-02</span>
</div>
</div>
<div id="content">
Expand Down
2 changes: 1 addition & 1 deletion git-remote-helpers.html
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,7 @@
<div id="header">
<h1>git-remote-helpers</h1>
<div class="details">
<span id="revdate">2024-09-30</span>
<span id="revdate">2024-10-02</span>
</div>
</div>
<div id="content">
Expand Down
2 changes: 1 addition & 1 deletion git-tools.html
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,7 @@
<div id="header">
<h1>Git Tools</h1>
<div class="details">
<span id="revdate">2024-09-25</span>
<span id="revdate">2024-10-02</span>
</div>
</div>
<div id="content">
Expand Down
4 changes: 2 additions & 2 deletions howto-index.html
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,7 @@
<div id="header">
<h1>Git Howto Index</h1>
<div class="details">
<span id="revdate">2024-09-25</span>
<span id="revdate">2024-10-02</span>
</div>
</div>
<div id="content">
Expand Down Expand Up @@ -624,7 +624,7 @@ <h1>Git Howto Index</h1>
</div>
<div id="footer">
<div id="footer-text">
Last updated 2024-09-26 09:33:39 -0700
Last updated 2024-10-02 09:42:25 -0700
</div>
</div>
</body>
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 @@ -735,7 +735,7 @@ <h3 id="_example_mail_to_oss_securitylists_openwall_com">Example mail to <a href
</div>
<div id="footer">
<div id="footer-text">
Last updated 2024-09-26 09:33:40 -0700
Last updated 2024-10-02 09:42:27 -0700
</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 @@ -442,7 +442,7 @@
<div id="header">
<h1>Keep authoritative canonical history correct with git pull</h1>
<div class="details">
<span id="revdate">2024-09-30</span>
<span id="revdate">2024-10-02</span>
</div>
</div>
<div id="content">
Expand Down Expand Up @@ -705,7 +705,7 @@ <h1>Keep authoritative canonical history correct with git pull</h1>
</div>
<div id="footer">
<div id="footer-text">
Last updated 2024-10-01 00:30:00 -0700
Last updated 2024-10-02 09:42:27 -0700
</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 @@ -442,7 +442,7 @@
<div id="header">
<h1>How to maintain Git</h1>
<div class="details">
<span id="revdate">2024-09-30</span>
<span id="revdate">2024-10-02</span>
</div>
</div>
<div id="content">
Expand Down Expand Up @@ -1242,7 +1242,7 @@ <h3 id="_preparing_a_merge_fix">Preparing a "merge-fix"</h3>
</div>
<div id="footer">
<div id="footer-text">
Last updated 2024-10-01 00:30:00 -0700
Last updated 2024-10-02 09:42:27 -0700
</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 @@ -442,7 +442,7 @@
<div id="header">
<h1>How to integrate new subcommands</h1>
<div class="details">
<span id="revdate">2024-09-30</span>
<span id="revdate">2024-10-02</span>
</div>
</div>
<div id="content">
Expand Down Expand Up @@ -584,7 +584,7 @@ <h2 id="_integrating_a_command">Integrating a command</h2>
</div>
<div id="footer">
<div id="footer-text">
Last updated 2024-10-01 00:29:59 -0700
Last updated 2024-10-02 09:42:26 -0700
</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 @@ -442,7 +442,7 @@
<div id="header">
<h1>How to rebase from an internal branch</h1>
<div class="details">
<span id="revdate">2024-09-30</span>
<span id="revdate">2024-10-02</span>
</div>
</div>
<div id="content">
Expand Down Expand Up @@ -656,7 +656,7 @@ <h1>How to rebase from an internal branch</h1>
</div>
<div id="footer">
<div id="footer-text">
Last updated 2024-10-01 00:30:00 -0700
Last updated 2024-10-02 09:42:27 -0700
</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 @@ -442,7 +442,7 @@
<div id="header">
<h1>How to rebuild from update hook</h1>
<div class="details">
<span id="revdate">2024-09-30</span>
<span id="revdate">2024-10-02</span>
</div>
</div>
<div id="content">
Expand Down Expand Up @@ -563,7 +563,7 @@ <h1>How to rebuild from update hook</h1>
</div>
<div id="footer">
<div id="footer-text">
Last updated 2024-10-01 00:30:00 -0700
Last updated 2024-10-02 09:42:27 -0700
</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 @@ -442,7 +442,7 @@
<div id="header">
<h1>How to recover a corrupted blob object</h1>
<div class="details">
<span id="revdate">2024-09-30</span>
<span id="revdate">2024-10-02</span>
</div>
</div>
<div id="content">
Expand Down Expand Up @@ -641,7 +641,7 @@ <h1>How to recover a corrupted blob object</h1>
</div>
<div id="footer">
<div id="footer-text">
Last updated 2024-10-01 00:30:00 -0700
Last updated 2024-10-02 09:42:27 -0700
</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 @@ -442,7 +442,7 @@
<div id="header">
<h1>How to recover an object from scratch</h1>
<div class="details">
<span id="revdate">2024-09-30</span>
<span id="revdate">2024-10-02</span>
</div>
</div>
<div id="content">
Expand Down Expand Up @@ -967,7 +967,7 @@ <h2 id="_the_adventure_continues">The adventure continues&#8230;&#8203;</h2>
</div>
<div id="footer">
<div id="footer-text">
Last updated 2024-10-01 00:30:00 -0700
Last updated 2024-10-02 09:42:27 -0700
</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 @@ -442,7 +442,7 @@
<div id="header">
<h1>How to revert a faulty merge</h1>
<div class="details">
<span id="revdate">2024-09-30</span>
<span id="revdate">2024-10-02</span>
</div>
</div>
<div id="content">
Expand Down Expand Up @@ -829,7 +829,7 @@ <h1>How to revert a faulty merge</h1>
</div>
<div id="footer">
<div id="footer-text">
Last updated 2024-10-01 00:29:59 -0700
Last updated 2024-10-02 09:42:27 -0700
</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 @@ -442,7 +442,7 @@
<div id="header">
<h1>How to revert an existing commit</h1>
<div class="details">
<span id="revdate">2024-09-30</span>
<span id="revdate">2024-10-02</span>
</div>
</div>
<div id="content">
Expand Down Expand Up @@ -649,7 +649,7 @@ <h1>How to revert an existing commit</h1>
</div>
<div id="footer">
<div id="footer-text">
Last updated 2024-10-01 00:29:59 -0700
Last updated 2024-10-02 09:42:26 -0700
</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 @@ -442,7 +442,7 @@
<div id="header">
<h1>How to separate topic branches</h1>
<div class="details">
<span id="revdate">2024-09-30</span>
<span id="revdate">2024-10-02</span>
</div>
</div>
<div id="content">
Expand Down Expand Up @@ -568,7 +568,7 @@ <h1>How to separate topic branches</h1>
</div>
<div id="footer">
<div id="footer-text">
Last updated 2024-10-01 00:29:59 -0700
Last updated 2024-10-02 09:42:26 -0700
</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 @@ -442,7 +442,7 @@
<div id="header">
<h1>How to setup Git server over http</h1>
<div class="details">
<span id="revdate">2024-09-30</span>
<span id="revdate">2024-10-02</span>
</div>
</div>
<div id="content">
Expand Down Expand Up @@ -882,7 +882,7 @@ <h2 id="_troubleshooting">Troubleshooting:</h2>
</div>
<div id="footer">
<div id="footer-text">
Last updated 2024-10-01 00:29:59 -0700
Last updated 2024-10-02 09:42:26 -0700
</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 @@ -442,7 +442,7 @@
<div id="header">
<h1>How to use the update hook</h1>
<div class="details">
<span id="revdate">2024-09-30</span>
<span id="revdate">2024-10-02</span>
</div>
</div>
<div id="content">
Expand Down Expand Up @@ -648,7 +648,7 @@ <h1>How to use the update hook</h1>
</div>
<div id="footer">
<div id="footer-text">
Last updated 2024-10-01 00:29:59 -0700
Last updated 2024-10-02 09:42:26 -0700
</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 @@ -442,7 +442,7 @@
<div id="header">
<h1>How to use git-daemon</h1>
<div class="details">
<span id="revdate">2024-09-30</span>
<span id="revdate">2024-10-02</span>
</div>
</div>
<div id="content">
Expand Down Expand Up @@ -524,7 +524,7 @@ <h1>How to use git-daemon</h1>
</div>
<div id="footer">
<div id="footer-text">
Last updated 2024-10-01 00:29:59 -0700
Last updated 2024-10-02 09:42:26 -0700
</div>
</div>
</body>
Expand Down
Loading

0 comments on commit f8a0677

Please sign in to comment.