Skip to content

Commit

Permalink
Autogenerated HTML docs for v2.46.0-581-g57974
Browse files Browse the repository at this point in the history
  • Loading branch information
gitster committed Sep 12, 2024
1 parent dc01b60 commit 4c32b83
Show file tree
Hide file tree
Showing 46 changed files with 85 additions and 59 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-10</span>
<span id="revdate">2024-09-12</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-10</span>
<span id="revdate">2024-09-12</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-10</span>
<span id="revdate">2024-09-12</span>
</div>
</div>
<div id="content">
Expand Down
7 changes: 7 additions & 0 deletions RelNotes/2.46.1.txt
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,11 @@ Fixes since Git 2.46
behave more or less like "git log -p --remerge-diff" but instead it
crashed, forgetting to prepare a temporary object store needed.

* The patch parser in "git patch-id" has been tightened to avoid
getting confused by lines that look like a patch header in the log
message.

* "git bundle unbundle" outside a repository triggered a BUG()
unnecessarily, which has been corrected.

Also contains minor documentation updates and code clean-ups.
19 changes: 19 additions & 0 deletions RelNotes/2.47.0.txt
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,10 @@ UI, Workflows & Features

* "git pack-redundant" has been marked for removal in Git 3.0.

* One-line messages to "die" and other helper functions will get LF
added by these helper functions, but many existing messages had an
unnecessary LF at the end, which have been corrected.


Performance, Internal Implementation, Development Support etc.
--------------------------------------------------------------
Expand Down Expand Up @@ -121,6 +125,9 @@ Performance, Internal Implementation, Development Support etc.
* Make our codebase compilable with the -Werror=unused-parameter
option.

* "git cat-file" works well with the sparse-index, and gets marked as
such.


Fixes since v2.46
-----------------
Expand Down Expand Up @@ -205,6 +212,17 @@ Fixes since v2.46
from the output, which has been corrected.
(merge 6bd2ae67a5 jk/free-commit-buffer-of-skipped-commits later to maint).

* "git verify-pack" and "git index-pack" started dying outside a
repository, which has been corrected.
(merge b2dbf97f47 ps/index-pack-outside-repo-fix later to maint).

* A data corruption bug when multi-pack-index is used and the same
objects are stored in multiple packfiles has been corrected.

* "git pack-refs --auto" for the files backend was too aggressive,
which has been a bit tamed.
(merge c3459ae9ef ps/pack-refs-auto-heuristics later to maint).

* 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 All @@ -216,3 +234,4 @@ Fixes since v2.46
(merge 4881328617 aa/cat-file-batch-output-doc later to maint).
(merge 1609470409 jc/config-doc-update later to maint).
(merge d4dc0efd7d rj/compat-terminal-unused-fix later to maint).
(merge be10ac7037 jc/mailinfo-header-cleanup later to maint).
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-10</span>
<span id="revdate">2024-09-12</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-09-10</span>
<span id="revdate">2024-09-12</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-09-10</span>
<span id="revdate">2024-09-12</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-10</span>
<span id="revdate">2024-09-12</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-10</span>
<span id="revdate">2024-09-12</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-09-10</span>
<span id="revdate">2024-09-12</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-09-10 13:23:33 -0700
Last updated 2024-09-12 12:34:29 -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-10</span>
<span id="revdate">2024-09-12</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-09-10 13:23:33 -0700
Last updated 2024-09-12 12:34:29 -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-10</span>
<span id="revdate">2024-09-12</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-09-10 13:23:32 -0700
Last updated 2024-09-12 12:34:28 -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-10</span>
<span id="revdate">2024-09-12</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-09-10 13:23:33 -0700
Last updated 2024-09-12 12:34:29 -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-10</span>
<span id="revdate">2024-09-12</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-09-10 13:23:33 -0700
Last updated 2024-09-12 12:34:29 -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-10</span>
<span id="revdate">2024-09-12</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-09-10 13:23:33 -0700
Last updated 2024-09-12 12:34:29 -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-10</span>
<span id="revdate">2024-09-12</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-09-10 13:23:33 -0700
Last updated 2024-09-12 12:34:29 -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-10</span>
<span id="revdate">2024-09-12</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-09-10 13:23:33 -0700
Last updated 2024-09-12 12:34:29 -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-10</span>
<span id="revdate">2024-09-12</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-09-10 13:23:32 -0700
Last updated 2024-09-12 12:34:28 -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-10</span>
<span id="revdate">2024-09-12</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-09-10 13:23:33 -0700
Last updated 2024-09-12 12:34:28 -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-10</span>
<span id="revdate">2024-09-12</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-09-10 13:23:32 -0700
Last updated 2024-09-12 12:34:28 -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-10</span>
<span id="revdate">2024-09-12</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-09-10 13:23:32 -0700
Last updated 2024-09-12 12:34:28 -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-10</span>
<span id="revdate">2024-09-12</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-09-10 13:23:32 -0700
Last updated 2024-09-12 12:34:28 -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-09-10</span>
<span id="revdate">2024-09-12</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-09-10 13:23:32 -0700
Last updated 2024-09-12 12:34:28 -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-09-10</span>
<span id="revdate">2024-09-12</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-09-10 13:23:32 -0700
Last updated 2024-09-12 12:34:28 -0700
</div>
</div>
</body>
Expand Down
Loading

0 comments on commit 4c32b83

Please sign in to comment.