Skip to content

Commit

Permalink
Autogenerated HTML docs for v2.43.0-76-g1a87c
Browse files Browse the repository at this point in the history
  • Loading branch information
gitster committed Dec 10, 2023
1 parent cb119ab commit 9c919c7
Show file tree
Hide file tree
Showing 244 changed files with 1,846 additions and 333 deletions.
4 changes: 2 additions & 2 deletions 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">2023-11-20</span>
<span id="revdate">2023-12-09</span>
</div>
<div id="content">
<div class="sect1">
Expand Down Expand Up @@ -2097,7 +2097,7 @@ <h3 id="after-approval">After Review Approval</h3>
<div id="footer">
<div id="footer-text">
Last updated
2023-11-07 12:13:08 JST
2023-11-06 19:13:08 PST
</div>
</div>
</body>
Expand Down
4 changes: 2 additions & 2 deletions 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">2023-11-20</span>
<span id="revdate">2023-12-09</span>
</div>
<div id="content">
<div class="sect1">
Expand Down Expand Up @@ -1737,7 +1737,7 @@ <h2 id="_wrapping_up">Wrapping Up</h2>
<div id="footer">
<div id="footer-text">
Last updated
2023-07-18 03:51:48 JST
2023-07-17 11:51:48 PDT
</div>
</div>
</body>
Expand Down
43 changes: 43 additions & 0 deletions RelNotes/2.44.0.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
Git v2.44 Release Notes
=======================

UI, Workflows & Features

* "git add" and "git stash" learned to support the ":(attr:...)"
magic pathspec.

* "git rebase --autosquash" is now enabled for non-interactive rebase,
but it is still incompatible with the apply backend.


Performance, Internal Implementation, Development Support etc.

* Process to add some form of low-level unit tests has started.

* Add support for GitLab CI.

* "git for-each-ref --no-sort" still sorted the refs alphabetically
which paid non-trivial cost. It has been redefined to show output
in an unspecified order, to allow certain optimizations to take
advantage of.


Fixes since v2.43
-----------------

* The way CI testing used "prove" could lead to running the test
suite twice needlessly, which has been corrected.
(merge e7e03ef995 js/ci-discard-prove-state later to maint).

* Update ref-related tests.

* "git format-patch --encode-email-headers" ignored the option when
preparing the cover letter, which has been corrected.

* Newer versions of Getopt::Long started giving warnings against our
(ab)use of it in "git send-email". Bump the minimum version
requirement for Perl to 5.8.1 (from September 2002) to allow
simplifying our implementation.
(merge 6ff658cc78 tz/send-email-negatable-options later to maint).

* Other code cleanup, docfix, build fix, etc.
4 changes: 2 additions & 2 deletions 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">2023-11-20</span>
<span id="revdate">2023-12-09</span>
</div>
<div id="content">
<div class="sect1">
Expand Down Expand Up @@ -975,7 +975,7 @@ <h2 id="_see_also">See Also</h2>
<div id="footer">
<div id="footer-text">
Last updated
2023-10-24 06:43:46 JST
2023-10-23 14:43:46 PDT
</div>
</div>
</body>
Expand Down
4 changes: 2 additions & 2 deletions 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">2023-11-20</span>
<span id="revdate">2023-12-09</span>
</div>
<div id="content">
<div class="sect1">
Expand Down Expand Up @@ -1518,7 +1518,7 @@ <h3 id="_gnus">Gnus</h3>
<div id="footer">
<div id="footer-text">
Last updated
2023-11-21 01:57:08 JST
2023-11-20 08:57:08 PST
</div>
</div>
</body>
Expand Down
4 changes: 2 additions & 2 deletions 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">2023-11-20</span>
<span id="revdate">2023-12-09</span>
</div>
<div id="content">
<div class="sect1">
Expand Down Expand Up @@ -806,7 +806,7 @@ <h4 id="_a_href_https_www_kernel_org_doc_html_v4_10_process_coding_style_html_yo
<div id="footer">
<div id="footer-text">
Last updated
2023-10-24 06:43:46 JST
2023-10-23 14:43:46 PDT
</div>
</div>
</body>
Expand Down
4 changes: 2 additions & 2 deletions 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">2023-11-20</span>
<span id="revdate">2023-12-09</span>
</div>
<div id="content">
<div id="preamble">
Expand All @@ -751,7 +751,7 @@ <h1>Everyday Git With 20 Commands Or So</h1>
<div id="footer">
<div id="footer-text">
Last updated
2020-03-11 07:02:33 JST
2020-03-10 15:02:33 PDT
</div>
</div>
</body>
Expand Down
2 changes: 1 addition & 1 deletion git-add.html
Original file line number Diff line number Diff line change
Expand Up @@ -1425,7 +1425,7 @@ <h2 id="_git">GIT</h2>
<div id="footer">
<div id="footer-text">
Last updated
2023-02-23 08:29:29 JST
2023-02-22 15:29:29 PST
</div>
</div>
</body>
Expand Down
2 changes: 1 addition & 1 deletion git-am.html
Original file line number Diff line number Diff line change
Expand Up @@ -1289,7 +1289,7 @@ <h2 id="_git">GIT</h2>
<div id="footer">
<div id="footer-text">
Last updated
2023-10-30 08:42:00 JST
2023-10-29 16:42:00 PDT
</div>
</div>
</body>
Expand Down
2 changes: 1 addition & 1 deletion git-annotate.html
Original file line number Diff line number Diff line change
Expand Up @@ -1089,7 +1089,7 @@ <h2 id="_git">GIT</h2>
<div id="footer">
<div id="footer-text">
Last updated
2022-10-29 03:53:56 JST
2022-10-28 11:53:56 PDT
</div>
</div>
</body>
Expand Down
2 changes: 1 addition & 1 deletion git-apply.html
Original file line number Diff line number Diff line change
Expand Up @@ -1248,7 +1248,7 @@ <h2 id="_git">GIT</h2>
<div id="footer">
<div id="footer-text">
Last updated
2023-10-24 06:43:46 JST
2023-10-23 14:43:46 PDT
</div>
</div>
</body>
Expand Down
2 changes: 1 addition & 1 deletion git-archimport.html
Original file line number Diff line number Diff line change
Expand Up @@ -905,7 +905,7 @@ <h2 id="_git">GIT</h2>
<div id="footer">
<div id="footer-text">
Last updated
2021-12-11 07:52:02 JST
2021-12-10 14:52:02 PST
</div>
</div>
</body>
Expand Down
2 changes: 1 addition & 1 deletion git-archive.html
Original file line number Diff line number Diff line change
Expand Up @@ -1159,7 +1159,7 @@ <h2 id="_git">GIT</h2>
<div id="footer">
<div id="footer-text">
Last updated
2023-10-24 06:43:46 JST
2023-10-23 14:43:46 PDT
</div>
</div>
</body>
Expand Down
2 changes: 1 addition & 1 deletion git-bisect.html
Original file line number Diff line number Diff line change
Expand Up @@ -1244,7 +1244,7 @@ <h2 id="_git">GIT</h2>
<div id="footer">
<div id="footer-text">
Last updated
2023-10-31 15:29:48 JST
2023-10-30 23:29:48 PDT
</div>
</div>
</body>
Expand Down
2 changes: 1 addition & 1 deletion git-blame.html
Original file line number Diff line number Diff line change
Expand Up @@ -1498,7 +1498,7 @@ <h2 id="_git">GIT</h2>
<div id="footer">
<div id="footer-text">
Last updated
2023-10-24 06:43:46 JST
2023-10-23 14:43:46 PDT
</div>
</div>
</body>
Expand Down
2 changes: 1 addition & 1 deletion git-branch.html
Original file line number Diff line number Diff line change
Expand Up @@ -1592,7 +1592,7 @@ <h2 id="_git">GIT</h2>
<div id="footer">
<div id="footer-text">
Last updated
2023-10-30 08:42:00 JST
2023-10-29 16:42:00 PDT
</div>
</div>
</body>
Expand Down
2 changes: 1 addition & 1 deletion git-bugreport.html
Original file line number Diff line number Diff line change
Expand Up @@ -880,7 +880,7 @@ <h2 id="_git">GIT</h2>
<div id="footer">
<div id="footer-text">
Last updated
2023-10-24 06:43:46 JST
2023-10-23 14:43:46 PDT
</div>
</div>
</body>
Expand Down
2 changes: 1 addition & 1 deletion git-bundle.html
Original file line number Diff line number Diff line change
Expand Up @@ -1104,7 +1104,7 @@ <h2 id="_git">GIT</h2>
<div id="footer">
<div id="footer-text">
Last updated
2023-03-20 07:16:41 JST
2023-03-19 15:16:41 PDT
</div>
</div>
</body>
Expand Down
2 changes: 1 addition & 1 deletion git-cat-file.html
Original file line number Diff line number Diff line change
Expand Up @@ -1342,7 +1342,7 @@ <h2 id="_git">GIT</h2>
<div id="footer">
<div id="footer-text">
Last updated
2023-10-19 05:44:22 JST
2023-10-18 13:44:22 PDT
</div>
</div>
</body>
Expand Down
2 changes: 1 addition & 1 deletion git-check-attr.html
Original file line number Diff line number Diff line change
Expand Up @@ -970,7 +970,7 @@ <h2 id="_git">GIT</h2>
<div id="footer">
<div id="footer-text">
Last updated
2023-10-24 06:43:46 JST
2023-10-23 14:43:46 PDT
</div>
</div>
</body>
Expand Down
2 changes: 1 addition & 1 deletion git-check-ignore.html
Original file line number Diff line number Diff line change
Expand Up @@ -924,7 +924,7 @@ <h2 id="_git">GIT</h2>
<div id="footer">
<div id="footer-text">
Last updated
2023-10-24 06:43:46 JST
2023-10-23 14:43:46 PDT
</div>
</div>
</body>
Expand Down
2 changes: 1 addition & 1 deletion git-check-mailmap.html
Original file line number Diff line number Diff line change
Expand Up @@ -811,7 +811,7 @@ <h2 id="_git">GIT</h2>
<div id="footer">
<div id="footer-text">
Last updated
2021-01-26 11:03:13 JST
2021-01-25 18:03:13 PST
</div>
</div>
</body>
Expand Down
2 changes: 1 addition & 1 deletion git-check-ref-format.html
Original file line number Diff line number Diff line change
Expand Up @@ -963,7 +963,7 @@ <h2 id="_git">GIT</h2>
<div id="footer">
<div id="footer-text">
Last updated
2023-10-24 06:43:46 JST
2023-10-23 14:43:46 PDT
</div>
</div>
</body>
Expand Down
2 changes: 1 addition & 1 deletion git-checkout-index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1020,7 +1020,7 @@ <h2 id="_git">GIT</h2>
<div id="footer">
<div id="footer-text">
Last updated
2023-10-24 06:43:46 JST
2023-10-23 14:43:46 PDT
</div>
</div>
</body>
Expand Down
2 changes: 1 addition & 1 deletion git-checkout.html
Original file line number Diff line number Diff line change
Expand Up @@ -1633,7 +1633,7 @@ <h2 id="_git">GIT</h2>
<div id="footer">
<div id="footer-text">
Last updated
2023-10-24 06:43:46 JST
2023-10-23 14:43:46 PDT
</div>
</div>
</body>
Expand Down
2 changes: 1 addition & 1 deletion git-cherry-pick.html
Original file line number Diff line number Diff line change
Expand Up @@ -1217,7 +1217,7 @@ <h2 id="_git">GIT</h2>
<div id="footer">
<div id="footer-text">
Last updated
2023-01-22 10:52:14 JST
2023-01-21 17:52:14 PST
</div>
</div>
</body>
Expand Down
2 changes: 1 addition & 1 deletion git-cherry.html
Original file line number Diff line number Diff line change
Expand Up @@ -915,7 +915,7 @@ <h2 id="_git">GIT</h2>
<div id="footer">
<div id="footer-text">
Last updated
2020-03-11 07:02:33 JST
2020-03-10 15:02:33 PDT
</div>
</div>
</body>
Expand Down
2 changes: 1 addition & 1 deletion git-citool.html
Original file line number Diff line number Diff line change
Expand Up @@ -776,7 +776,7 @@ <h2 id="_git">GIT</h2>
<div id="footer">
<div id="footer-text">
Last updated
2020-03-11 07:02:33 JST
2020-03-10 15:02:33 PDT
</div>
</div>
</body>
Expand Down
2 changes: 1 addition & 1 deletion git-clean.html
Original file line number Diff line number Diff line change
Expand Up @@ -992,7 +992,7 @@ <h2 id="_git">GIT</h2>
<div id="footer">
<div id="footer-text">
Last updated
2023-10-24 06:43:46 JST
2023-10-23 14:43:46 PDT
</div>
</div>
</body>
Expand Down
2 changes: 1 addition & 1 deletion git-clone.html
Original file line number Diff line number Diff line change
Expand Up @@ -1513,7 +1513,7 @@ <h2 id="_git">GIT</h2>
<div id="footer">
<div id="footer-text">
Last updated
2023-04-21 07:18:02 JST
2023-04-20 15:18:02 PDT
</div>
</div>
</body>
Expand Down
2 changes: 1 addition & 1 deletion git-column.html
Original file line number Diff line number Diff line change
Expand Up @@ -1015,7 +1015,7 @@ <h2 id="_git">GIT</h2>
<div id="footer">
<div id="footer-text">
Last updated
2022-09-15 05:23:11 JST
2022-09-14 13:23:11 PDT
</div>
</div>
</body>
Expand Down
2 changes: 1 addition & 1 deletion git-commit-graph.html
Original file line number Diff line number Diff line change
Expand Up @@ -989,7 +989,7 @@ <h2 id="_git">GIT</h2>
<div id="footer">
<div id="footer-text">
Last updated
2022-10-29 03:53:56 JST
2022-10-28 11:53:56 PDT
</div>
</div>
</body>
Expand Down
2 changes: 1 addition & 1 deletion git-commit-tree.html
Original file line number Diff line number Diff line change
Expand Up @@ -1029,7 +1029,7 @@ <h2 id="_git">GIT</h2>
<div id="footer">
<div id="footer-text">
Last updated
2020-04-25 15:01:58 JST
2020-04-24 23:01:58 PDT
</div>
</div>
</body>
Expand Down
2 changes: 1 addition & 1 deletion git-commit.html
Original file line number Diff line number Diff line change
Expand Up @@ -1840,7 +1840,7 @@ <h2 id="_git">GIT</h2>
<div id="footer">
<div id="footer-text">
Last updated
2023-10-05 07:43:56 JST
2023-10-04 15:43:56 PDT
</div>
</div>
</body>
Expand Down
Loading

0 comments on commit 9c919c7

Please sign in to comment.