Skip to content

Commit

Permalink
Autogenerated HTML docs for v2.46.0-469-g4590f
Browse files Browse the repository at this point in the history
  • Loading branch information
gitster committed Aug 29, 2024
1 parent 51e120e commit ff8859b
Show file tree
Hide file tree
Showing 45 changed files with 72 additions and 61 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-08-26</span>
<span id="revdate">2024-08-29</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-08-26</span>
<span id="revdate">2024-08-29</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-08-26</span>
<span id="revdate">2024-08-29</span>
</div>
</div>
<div id="content">
Expand Down
15 changes: 13 additions & 2 deletions RelNotes/2.47.0.txt
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ UI, Workflows & Features
that the history leading to a given commit "%(is-base:<commit>)" is
likely based on.

* The command line prompt support used to be littered with bash-isms,
which has been corrected to work with more shells.


Performance, Internal Implementation, Development Support etc.
--------------------------------------------------------------
Expand Down Expand Up @@ -93,9 +96,15 @@ Performance, Internal Implementation, Development Support etc.
object in the config subsystem has been rewritten to pass a
repository object through the callchain.

* Drop unused parameters from functions.
* Unused parameters have been either marked as UNUSED to squelch
-Wunused warnings or dropped from many functions..

* The code in the reftable library has been cleaned up by discarding
unused "generic" interface.

* Mark unused parameters as UNUSED to squelch -Wunused warnings.
* The underlying machinery for "git diff-index" has long been made to
expand the sparse index as needed, but the command fully expanded
the sparse index upfront, which now has been taught not to do.


Fixes since v2.46
Expand Down Expand Up @@ -171,6 +180,8 @@ Fixes since v2.46
which made no sense. These bugs have been corrected.
(merge a72dfab8b8 tb/pseudo-merge-bitmap-fixes later to maint).

* "git rebase -x --quiet" was not quiet, which was corrected.

* Other code cleanup, docfix, build fix, etc.
(merge bb0498b1bb jc/how-to-maintain-updates later to maint).
(merge 0d66f601a9 jc/tests-no-useless-tee 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-08-26</span>
<span id="revdate">2024-08-29</span>
</div>
</div>
<div id="content">
Expand Down
2 changes: 1 addition & 1 deletion 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-08-26</span>
<span id="revdate">2024-08-29</span>
</div>
</div>
<div id="content">
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-08-26</span>
<span id="revdate">2024-08-29</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-08-26</span>
<span id="revdate">2024-08-29</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-08-26</span>
<span id="revdate">2024-08-29</span>
</div>
</div>
<div id="content">
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-08-26</span>
<span id="revdate">2024-08-29</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-08-26 15:45:36 -0700
Last updated 2024-08-29 11:48:17 -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-08-26</span>
<span id="revdate">2024-08-29</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-08-26 15:45:36 -0700
Last updated 2024-08-29 11:48:17 -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-08-26</span>
<span id="revdate">2024-08-29</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-08-26 15:45:35 -0700
Last updated 2024-08-29 11:48:15 -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-08-26</span>
<span id="revdate">2024-08-29</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-08-26 15:45:36 -0700
Last updated 2024-08-29 11:48:17 -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-08-26</span>
<span id="revdate">2024-08-29</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-08-26 15:45:36 -0700
Last updated 2024-08-29 11:48:17 -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-08-26</span>
<span id="revdate">2024-08-29</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-08-26 15:45:36 -0700
Last updated 2024-08-29 11:48:17 -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-08-26</span>
<span id="revdate">2024-08-29</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-08-26 15:45:36 -0700
Last updated 2024-08-29 11:48:17 -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-08-26</span>
<span id="revdate">2024-08-29</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-08-26 15:45:36 -0700
Last updated 2024-08-29 11:48:16 -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-08-26</span>
<span id="revdate">2024-08-29</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-08-26 15:45:35 -0700
Last updated 2024-08-29 11:48:15 -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-08-26</span>
<span id="revdate">2024-08-29</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-08-26 15:45:36 -0700
Last updated 2024-08-29 11:48:16 -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-08-26</span>
<span id="revdate">2024-08-29</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-08-26 15:45:36 -0700
Last updated 2024-08-29 11:48:16 -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-08-26</span>
<span id="revdate">2024-08-29</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-08-26 15:45:36 -0700
Last updated 2024-08-29 11:48:16 -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-08-26</span>
<span id="revdate">2024-08-29</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-08-26 15:45:36 -0700
Last updated 2024-08-29 11:48:16 -0700
</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 @@ -442,7 +442,7 @@
<div id="header">
<h1>How to use the subtree merge strategy</h1>
<div class="details">
<span id="revdate">2024-08-26</span>
<span id="revdate">2024-08-29</span>
</div>
</div>
<div id="content">
Expand Down Expand Up @@ -554,7 +554,7 @@ <h2 id="_additional_tips">Additional tips</h2>
</div>
<div id="footer">
<div id="footer-text">
Last updated 2024-08-26 15:45:35 -0700
Last updated 2024-08-29 11:48:16 -0700
</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 @@ -442,7 +442,7 @@
<div id="header">
<h1>How to use a signed tag in pull requests</h1>
<div class="details">
<span id="revdate">2024-08-26</span>
<span id="revdate">2024-08-29</span>
</div>
</div>
<div id="content">
Expand Down Expand Up @@ -712,7 +712,7 @@ <h2 id="_auditors">Auditors</h2>
</div>
<div id="footer">
<div id="footer-text">
Last updated 2024-08-26 15:45:36 -0700
Last updated 2024-08-29 11:48:16 -0700
</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 @@ -437,7 +437,7 @@
<div id="header">
<h1>Error reporting in git</h1>
<div class="details">
<span id="revdate">2024-08-26</span>
<span id="revdate">2024-08-29</span>
</div>
</div>
<div id="content">
Expand Down
2 changes: 1 addition & 1 deletion technical/api-index.html
Original file line number Diff line number Diff line change
Expand Up @@ -437,7 +437,7 @@
<div id="header">
<h1>Git API Documents</h1>
<div class="details">
<span id="revdate">2024-08-26</span>
<span id="revdate">2024-08-29</span>
</div>
</div>
<div id="content">
Expand Down
Loading

0 comments on commit ff8859b

Please sign in to comment.