Skip to content

Commit

Permalink
Autogenerated HTML docs for v2.43.0-561-g23598
Browse files Browse the repository at this point in the history
  • Loading branch information
gitster committed Feb 6, 2024
1 parent 4713b32 commit c2015e3
Show file tree
Hide file tree
Showing 45 changed files with 82 additions and 59 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">2024-02-02</span>
<span id="revdate">2024-02-06</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">2024-02-02</span>
<span id="revdate">2024-02-06</span>
</div>
<div id="content">
<div class="sect1">
Expand Down
23 changes: 23 additions & 0 deletions RelNotes/2.44.0.txt
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,9 @@ UI, Workflows & Features
and the other version are available to custom 3-way merge driver
via %S, %X, and %Y placeholders.

* The write codepath for the reftable data learned to honor
core.fsync configuration.


Performance, Internal Implementation, Development Support etc.

Expand Down Expand Up @@ -134,6 +137,10 @@ Performance, Internal Implementation, Development Support etc.

* Tests on ref API are moved around to prepare for reftable.

* The Makefile often had to say "-L$(path) -R$(path)" that repeats
the path to the same library directory for link time and runtime.
A Makefile template is used to reduce such repetition.


Fixes since v2.43
-----------------
Expand Down Expand Up @@ -265,6 +272,18 @@ Fixes since v2.43
plan to remove it in the future, which was not our intention.
(merge 0009542cab jc/ls-files-doc-update later to maint).

* "git diff --no-index file1 file2" segfaulted while invoking the
external diff driver, which has been corrected.
(merge 85a9a63c92 jk/diff-external-with-no-index later to maint).

* Rewrite //-comments to /* comments */ in files whose comments
prevalently use the latter.
(merge de65079d7b jc/comment-style-fixes later to maint).

* Cirrus CI jobs started breaking because we specified version of
FreeBSD that is no longer available, which has been corrected.
(merge 81fffb66d3 cb/use-freebsd-13-2-at-cirrus-ci later to maint).

* Other code cleanup, docfix, build fix, etc.
(merge 50f1abcff6 js/packfile-h-typofix later to maint).
(merge cbf498eb53 jb/reflog-expire-delete-dry-run-options later to maint).
Expand Down Expand Up @@ -305,3 +324,7 @@ Fixes since v2.43
(merge af3d2c160f jc/majordomo-to-subspace later to maint).
(merge ee9895b0ff sd/negotiate-trace-fix later to maint).
(merge 976d0251ce jc/coc-whitespace-fix later to maint).
(merge 9023198280 jt/p4-spell-re-with-raw-string later to maint).
(merge 36c9c44fa4 tb/pack-bitmap-drop-unused-struct-member later to maint).
(merge 19ed0dff8f js/win32-retry-pipe-write-on-enospc later to maint).
(merge 3cb4384683 jc/t0091-with-unknown-git later to maint).
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">2024-02-02</span>
<span id="revdate">2024-02-06</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">2024-02-02</span>
<span id="revdate">2024-02-06</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">2024-02-02</span>
<span id="revdate">2024-02-06</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">2024-02-02</span>
<span id="revdate">2024-02-06</span>
</div>
<div id="content">
<div id="preamble">
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">2024-02-02</span>
<span id="revdate">2024-02-06</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
2024-02-02 14:31:13 PST
2024-02-06 15:01:54 PST
</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">2024-02-02</span>
<span id="revdate">2024-02-06</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
2024-02-02 14:31:13 PST
2024-02-06 15:01:54 PST
</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">2024-02-02</span>
<span id="revdate">2024-02-06</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
2024-02-02 14:31:13 PST
2024-02-06 15:01:54 PST
</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">2024-02-02</span>
<span id="revdate">2024-02-06</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
2024-02-02 14:31:12 PST
2024-02-06 15:01:53 PST
</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">2024-02-02</span>
<span id="revdate">2024-02-06</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
2024-02-02 14:31:13 PST
2024-02-06 15:01:54 PST
</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">2024-02-02</span>
<span id="revdate">2024-02-06</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
2024-02-02 14:31:13 PST
2024-02-06 15:01:54 PST
</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">2024-02-02</span>
<span id="revdate">2024-02-06</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
2024-02-02 14:31:13 PST
2024-02-06 15:01:54 PST
</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">2024-02-02</span>
<span id="revdate">2024-02-06</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
2024-02-02 14:31:13 PST
2024-02-06 15:01:54 PST
</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">2024-02-02</span>
<span id="revdate">2024-02-06</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
2024-02-02 14:31:13 PST
2024-02-06 15:01:54 PST
</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">2024-02-02</span>
<span id="revdate">2024-02-06</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
2024-02-02 14:31:12 PST
2024-02-06 15:01:53 PST
</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">2024-02-02</span>
<span id="revdate">2024-02-06</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
2024-02-02 14:31:12 PST
2024-02-06 15:01:54 PST
</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">2024-02-02</span>
<span id="revdate">2024-02-06</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
2024-02-02 14:31:12 PST
2024-02-06 15:01:54 PST
</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">2024-02-02</span>
<span id="revdate">2024-02-06</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
2024-02-02 14:31:12 PST
2024-02-06 15:01:54 PST
</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">2024-02-02</span>
<span id="revdate">2024-02-06</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
2024-02-02 14:31:12 PST
2024-02-06 15:01:53 PST
</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">2024-02-02</span>
<span id="revdate">2024-02-06</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
2024-02-02 14:31:12 PST
2024-02-06 15:01:53 PST
</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">2024-02-02</span>
<span id="revdate">2024-02-06</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
2024-02-02 14:31:12 PST
2024-02-06 15:01:53 PST
</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">2024-02-02</span>
<span id="revdate">2024-02-06</span>
</div>
<div id="content">
<div id="preamble">
Expand Down
Loading

0 comments on commit c2015e3

Please sign in to comment.