Skip to content

Commit 22f0bfd

Browse files
committed
Autogenerated HTML docs for v2.45.1-204-gd8ab1
1 parent 81632a6 commit 22f0bfd

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

55 files changed

+538
-310
lines changed

MyFirstContribution.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -735,7 +735,7 @@
735735
<body class="article">
736736
<div id="header">
737737
<h1>My First Contribution to the Git Project</h1>
738-
<span id="revdate">2024-05-13</span>
738+
<span id="revdate">2024-05-16</span>
739739
</div>
740740
<div id="content">
741741
<div class="sect1">

MyFirstObjectWalk.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -735,7 +735,7 @@
735735
<body class="article">
736736
<div id="header">
737737
<h1>My First Object Walk</h1>
738-
<span id="revdate">2024-05-13</span>
738+
<span id="revdate">2024-05-16</span>
739739
</div>
740740
<div id="content">
741741
<div class="sect1">

RelNotes/2.46.0.txt

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,16 @@ UI, Workflows & Features
2727
* The color parsing code learned to handle 12-bit RGB colors, spelled
2828
as "#RGB" (in addition to "#RRGGBB" that is already supported).
2929

30+
* The operation mode options (like "--get") the "git config" command
31+
uses have been deprecated and replaced with subcommands (like "git
32+
config get").
33+
34+
* "git tag" learned the "--trailer" option to futz with the trailers
35+
in the same way as "git commit" does.
36+
37+
* A new global "--no-advice" option can be used to disable all advice
38+
messages, which is meant to be used only in scripts.
39+
3040

3141
Performance, Internal Implementation, Development Support etc.
3242

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

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

64+
* The "test-tool" has been taught to run testsuite tests in parallel,
65+
bypassing the need to use the "prove" tool.
66+
67+
* The "whitespace check" task that was enabled for GitHub Actions CI
68+
has been ported to GitLab CI.
69+
70+
* The refs API lost functions that implicitly assumes to work on the
71+
primary ref_store by forcing the callers to pass a ref_store as an
72+
argument.
73+
5574

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

131+
* The "--exit-code" option of "git diff" command learned to work with
132+
the "--ext-diff" option.
133+
(merge 11be65cfa4 rs/external-diff-with-exit-code later to maint).
134+
112135
* Other code cleanup, docfix, build fix, etc.
113136
(merge 4cf6e7bf5e jt/doc-submitting-rerolled-series later to maint).
114137
(merge a5a4cb7b27 rs/diff-parseopts-cleanup later to maint).
115138
(merge 395c130fd8 ma/win32-unix-domain-socket later to maint).
116139
(merge 7df2405b38 jk/ci-macos-gcc13-fix later to maint).
117140
(merge 55702c543e fa/p4-error later to maint).
141+
(merge 2566a77774 vd/doc-merge-tree-x-option later to maint).
142+
(merge b64b0df9da ds/scalar-reconfigure-all-fix later to maint).

ReviewingGuidelines.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -735,7 +735,7 @@
735735
<body class="article">
736736
<div id="header">
737737
<h1>Reviewing Patches in the Git Project</h1>
738-
<span id="revdate">2024-05-13</span>
738+
<span id="revdate">2024-05-16</span>
739739
</div>
740740
<div id="content">
741741
<div class="sect1">

SubmittingPatches.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -735,7 +735,7 @@
735735
<body class="article">
736736
<div id="header">
737737
<h1>Submitting Patches</h1>
738-
<span id="revdate">2024-05-13</span>
738+
<span id="revdate">2024-05-16</span>
739739
</div>
740740
<div id="content">
741741
<div class="sect1">

ToolsForGit.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -735,7 +735,7 @@
735735
<body class="article">
736736
<div id="header">
737737
<h1>Tools for developing Git</h1>
738-
<span id="revdate">2024-05-13</span>
738+
<span id="revdate">2024-05-16</span>
739739
</div>
740740
<div id="content">
741741
<div class="sect1">

everyday.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -735,7 +735,7 @@
735735
<body class="article">
736736
<div id="header">
737737
<h1>Everyday Git With 20 Commands Or So</h1>
738-
<span id="revdate">2024-05-13</span>
738+
<span id="revdate">2024-05-16</span>
739739
</div>
740740
<div id="content">
741741
<div id="preamble">

0 commit comments

Comments
 (0)