Skip to content

Commit

Permalink
Autogenerated HTML docs for v2.46.1-603-g94b60a
Browse files Browse the repository at this point in the history
  • Loading branch information
gitster committed Sep 20, 2024
1 parent 1e8568d commit 3bf3aec
Show file tree
Hide file tree
Showing 45 changed files with 79 additions and 63 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-18</span>
<span id="revdate">2024-09-20</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-18</span>
<span id="revdate">2024-09-20</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-18</span>
<span id="revdate">2024-09-20</span>
</div>
</div>
<div id="content">
Expand Down
24 changes: 20 additions & 4 deletions RelNotes/2.47.0.txt
Original file line number Diff line number Diff line change
Expand Up @@ -240,17 +240,33 @@ Fixes since v2.46
* In a few corner cases "git diff --exit-code" failed to report
"changes" (e.g., renamed without any content change), which has
been corrected.
(merge 11591850dd rs/diff-exit-code-fix later to maint).

* Cygwin does have /dev/tty support that is needed by things like
single-key input mode.
(merge 39ba986b0e rj/cygwin-has-dev-tty later to maint).

* The interpret-trailers command failed to recognise the end of the
message when the commit log ends in an incomplete line.
(merge c02414a997 bl/trailers-and-incomplete-last-line-fix later to maint).

* "git rebase --autostash" failed to resurrect the autostashed
changes when the command gets aborted after giving back control
asking for hlep in conflict resolution.
(merge bf6ab087d1 pw/rebase-autostash-fix later to maint).

* The "imap-send" now allows to be compiled with NO_OPENSSL and
OPENSSL_SHA1 defined together.
(merge 997950a750 jk/no-openssl-with-openssl-sha1 later to maint).

* The support to customize build options to adjust for older versions
and/or older systems for the interop tests has been improved.
(merge 22ef5f02a8 jk/interop-test-build-options later to maint).

* Update the character width table for Unicode 16.
(merge 44dc651132 bb/unicode-width-table-16 later to maint).

* In Git 2.39, Git.pm stopped working in a bare repository, which has
been corrected.
(merge d3edb0bdde jk/git-pm-bare-repo-fix later to maint).

* Other code cleanup, docfix, build fix, etc.
(merge be10ac7037 jc/mailinfo-header-cleanup later to maint).
(merge 9a36ea37ae jc/doc-skip-fetch-all-and-prefetch later to maint).
(merge 4460e052e0 jc/range-diff-lazy-setup 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-18</span>
<span id="revdate">2024-09-20</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-18</span>
<span id="revdate">2024-09-20</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-18</span>
<span id="revdate">2024-09-20</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-18</span>
<span id="revdate">2024-09-20</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-18</span>
<span id="revdate">2024-09-20</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-18</span>
<span id="revdate">2024-09-20</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-18 18:48:52 -0700
Last updated 2024-09-20 14:34:58 -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-18</span>
<span id="revdate">2024-09-20</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-18 18:48:52 -0700
Last updated 2024-09-20 14:34:58 -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-18</span>
<span id="revdate">2024-09-20</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-18 18:48:51 -0700
Last updated 2024-09-20 14:34:56 -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-18</span>
<span id="revdate">2024-09-20</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-18 18:48:52 -0700
Last updated 2024-09-20 14:34:57 -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-18</span>
<span id="revdate">2024-09-20</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-18 18:48:52 -0700
Last updated 2024-09-20 14:34:57 -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-18</span>
<span id="revdate">2024-09-20</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-18 18:48:52 -0700
Last updated 2024-09-20 14:34:57 -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-18</span>
<span id="revdate">2024-09-20</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-18 18:48:52 -0700
Last updated 2024-09-20 14:34:57 -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-18</span>
<span id="revdate">2024-09-20</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-18 18:48:52 -0700
Last updated 2024-09-20 14:34:57 -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-18</span>
<span id="revdate">2024-09-20</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-18 18:48:51 -0700
Last updated 2024-09-20 14:34:57 -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-18</span>
<span id="revdate">2024-09-20</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-18 18:48:52 -0700
Last updated 2024-09-20 14:34:57 -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-18</span>
<span id="revdate">2024-09-20</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-18 18:48:52 -0700
Last updated 2024-09-20 14:34:57 -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-18</span>
<span id="revdate">2024-09-20</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-18 18:48:52 -0700
Last updated 2024-09-20 14:34:57 -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-18</span>
<span id="revdate">2024-09-20</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-18 18:48:52 -0700
Last updated 2024-09-20 14:34:57 -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-18</span>
<span id="revdate">2024-09-20</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-18 18:48:51 -0700
Last updated 2024-09-20 14:34:57 -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-18</span>
<span id="revdate">2024-09-20</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-18 18:48:52 -0700
Last updated 2024-09-20 14:34:57 -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-09-18</span>
<span id="revdate">2024-09-20</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-09-18</span>
<span id="revdate">2024-09-20</span>
</div>
</div>
<div id="content">
Expand Down
Loading

0 comments on commit 3bf3aec

Please sign in to comment.