Skip to content

Commit

Permalink
Autogenerated HTML docs for v2.44.0-616-g548fe3
Browse files Browse the repository at this point in the history
  • Loading branch information
gitster committed Apr 15, 2024
1 parent 9018cdf commit 766aae7
Show file tree
Hide file tree
Showing 45 changed files with 94 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-04-12</span>
<span id="revdate">2024-04-15</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-04-12</span>
<span id="revdate">2024-04-15</span>
</div>
<div id="content">
<div class="sect1">
Expand Down
35 changes: 35 additions & 0 deletions RelNotes/2.45.0.txt
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,11 @@ UI, Workflows & Features
* "git pack-refs" learned the "--auto" option, which is a useful
addition to be triggered from "git gc --auto".

* "git add -u <pathspec>" and "git commit [-i] <pathspec>" did not
diagnose a pathspec element that did not match any files in certain
situations, unlike "git add <pathspec>" did.


Performance, Internal Implementation, Development Support etc.

* The code to iterate over refs with the reftable backend has seen
Expand Down Expand Up @@ -161,6 +166,13 @@ Performance, Internal Implementation, Development Support etc.
out folks with compilers who have trouble compiling code that uses
the feature.

* Windows binary used to decide the use of unix-domain socket at
build time, but it learned to make the decision at runtime instead.

* The "shared repository" test in the t0610 reftable test failed
under restrictive umask setting (e.g. 007), which has been
corrected.


Fixes since v2.44
-----------------
Expand Down Expand Up @@ -347,6 +359,28 @@ Fixes since v2.44
HEAD state, gave the tracking information for the 'foo' branch,
which was pointless.

* "git apply" has been updated to lift the hardcoded pathname length
limit, which in turn allowed a mksnpath() function that is no
longer used.
(merge 708f7e0590 rs/apply-lift-path-length-limit later to maint).

* A file descriptor leak in an error codepath, used when "git apply
--reject" fails to create the *.rej file, has been corrected.
(merge 2b1f456adf rs/apply-reject-fd-leakfix later to maint).

* A config parser callback function fell through instead of returning
after recognising and processing a variable, wasting cycles, which
has been corrected.
(merge a816ccd642 ds/fetch-config-parse-microfix later to maint).

* Fix was added to work around a regression in libcURL 8.7.0 (which has
already been fixed in their tip of the tree).
(merge 92a209bf24 jk/libcurl-8.7-regression-workaround later to maint).

* The variable that holds the value read from the core.excludefile
configuration variable used to leak, which has been corrected.
(merge 0e0fefb29f jc/unleak-core-excludesfile later to maint).

* Other code cleanup, docfix, build fix, etc.
(merge f0e578c69c rs/use-xstrncmpz later to maint).
(merge 83e6eb7d7a ba/credential-test-clean-fix later to maint).
Expand All @@ -373,3 +407,4 @@ Fixes since v2.44
(merge 7c43bdf07b rs/strbuf-expand-bad-format later to maint).
(merge 8b68b48d5c ds/typofix-core-config-doc later to maint).
(merge 39bb692152 rs/imap-send-use-xsnprintf later to maint).
(merge 8d320cec60 jc/t2104-style-fixes 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-04-12</span>
<span id="revdate">2024-04-15</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-04-12</span>
<span id="revdate">2024-04-15</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-04-12</span>
<span id="revdate">2024-04-15</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-04-12</span>
<span id="revdate">2024-04-15</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-04-12</span>
<span id="revdate">2024-04-15</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-04-12 15:22:49 PDT
2024-04-15 14:40:56 PDT
</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-04-12</span>
<span id="revdate">2024-04-15</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-04-12 15:22:49 PDT
2024-04-15 14:40:56 PDT
</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-04-12</span>
<span id="revdate">2024-04-15</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-04-12 15:22:49 PDT
2024-04-15 14:40:56 PDT
</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-04-12</span>
<span id="revdate">2024-04-15</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-04-12 15:22:48 PDT
2024-04-15 14:40:55 PDT
</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-04-12</span>
<span id="revdate">2024-04-15</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-04-12 15:22:49 PDT
2024-04-15 14:40:56 PDT
</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-04-12</span>
<span id="revdate">2024-04-15</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-04-12 15:22:49 PDT
2024-04-15 14:40:56 PDT
</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-04-12</span>
<span id="revdate">2024-04-15</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-04-12 15:22:49 PDT
2024-04-15 14:40:56 PDT
</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-04-12</span>
<span id="revdate">2024-04-15</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-04-12 15:22:49 PDT
2024-04-15 14:40:56 PDT
</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-04-12</span>
<span id="revdate">2024-04-15</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-04-12 15:22:49 PDT
2024-04-15 14:40:56 PDT
</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-04-12</span>
<span id="revdate">2024-04-15</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-04-12 15:22:48 PDT
2024-04-15 14:40:55 PDT
</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-04-12</span>
<span id="revdate">2024-04-15</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-04-12 15:22:49 PDT
2024-04-15 14:40:56 PDT
</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-04-12</span>
<span id="revdate">2024-04-15</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-04-12 15:22:48 PDT
2024-04-15 14:40:55 PDT
</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-04-12</span>
<span id="revdate">2024-04-15</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-04-12 15:22:48 PDT
2024-04-15 14:40:55 PDT
</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-04-12</span>
<span id="revdate">2024-04-15</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-04-12 15:22:48 PDT
2024-04-15 14:40:55 PDT
</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-04-12</span>
<span id="revdate">2024-04-15</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-04-12 15:22:48 PDT
2024-04-15 14:40:55 PDT
</div>
</div>
</body>
Expand Down
Loading

0 comments on commit 766aae7

Please sign in to comment.