Skip to content

Commit

Permalink
Autogenerated HTML docs for v2.45.1-204-gd8ab1
Browse files Browse the repository at this point in the history
  • Loading branch information
gitster committed May 16, 2024
1 parent 81632a6 commit 22f0bfd
Show file tree
Hide file tree
Showing 55 changed files with 538 additions and 310 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-05-13</span>
<span id="revdate">2024-05-16</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-05-13</span>
<span id="revdate">2024-05-16</span>
</div>
<div id="content">
<div class="sect1">
Expand Down
27 changes: 26 additions & 1 deletion RelNotes/2.46.0.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,16 @@ UI, Workflows & Features
* The color parsing code learned to handle 12-bit RGB colors, spelled
as "#RGB" (in addition to "#RRGGBB" that is already supported).

* The operation mode options (like "--get") the "git config" command
uses have been deprecated and replaced with subcommands (like "git
config get").

* "git tag" learned the "--trailer" option to futz with the trailers
in the same way as "git commit" does.

* A new global "--no-advice" option can be used to disable all advice
messages, which is meant to be used only in scripts.


Performance, Internal Implementation, Development Support etc.

Expand All @@ -48,10 +58,19 @@ Performance, Internal Implementation, Development Support etc.
by always instantiating "the_repository" and replacing references
to "the_index" with references to its .index member.


* Git-GUI has a new maintainer, Johannes Sixt.
(merge e18ad8eb26 jc/git-gui-maintainer-update later to maint).

* The "test-tool" has been taught to run testsuite tests in parallel,
bypassing the need to use the "prove" tool.

* The "whitespace check" task that was enabled for GitHub Actions CI
has been ported to GitLab CI.

* The refs API lost functions that implicitly assumes to work on the
primary ref_store by forcing the callers to pass a ref_store as an
argument.


Fixes since v2.45
-----------------
Expand Down Expand Up @@ -109,9 +128,15 @@ Fixes since v2.45
support for the attr.tree configuration variable.
(merge 51441e6460 jc/no-default-attr-tree-in-bare later to maint).

* The "--exit-code" option of "git diff" command learned to work with
the "--ext-diff" option.
(merge 11be65cfa4 rs/external-diff-with-exit-code later to maint).

* Other code cleanup, docfix, build fix, etc.
(merge 4cf6e7bf5e jt/doc-submitting-rerolled-series later to maint).
(merge a5a4cb7b27 rs/diff-parseopts-cleanup later to maint).
(merge 395c130fd8 ma/win32-unix-domain-socket later to maint).
(merge 7df2405b38 jk/ci-macos-gcc13-fix later to maint).
(merge 55702c543e fa/p4-error later to maint).
(merge 2566a77774 vd/doc-merge-tree-x-option later to maint).
(merge b64b0df9da ds/scalar-reconfigure-all-fix 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-05-13</span>
<span id="revdate">2024-05-16</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-05-13</span>
<span id="revdate">2024-05-16</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-05-13</span>
<span id="revdate">2024-05-16</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-05-13</span>
<span id="revdate">2024-05-16</span>
</div>
<div id="content">
<div id="preamble">
Expand Down
Loading

0 comments on commit 22f0bfd

Please sign in to comment.