Skip to content

Commit 4766414

Browse files
committed
Autogenerated HTML docs for v2.45.2-409-g7b0de
1 parent 0e706d6 commit 4766414

Some content is hidden

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

46 files changed

+71
-69
lines changed

DecisionMaking.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>Decision-Making Process in the Git Project</h1>
738-
<span id="revdate">2024-05-31</span>
738+
<span id="revdate">2024-06-03</span>
739739
</div>
740740
<div id="content">
741741
<div class="sect1">

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-31</span>
738+
<span id="revdate">2024-06-03</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-31</span>
738+
<span id="revdate">2024-06-03</span>
739739
</div>
740740
<div id="content">
741741
<div class="sect1">

RelNotes/2.46.0.txt

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,12 @@ UI, Workflows & Features
5252
* The knobs to tweak how reftable files are written have been made
5353
available as configuration variables.
5454

55+
* When "git push" notices that the commit at the tip of the ref on
56+
the other side it is about to overwrite does not exist locally, it
57+
used to first try fetching it if the local repository is a partial
58+
clone. The command has been taught not to do so and immediately
59+
fail instead.
60+
5561

5662
Performance, Internal Implementation, Development Support etc.
5763

@@ -74,7 +80,6 @@ Performance, Internal Implementation, Development Support etc.
7480
to "the_index" with references to its .index member.
7581

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

7984
* The "test-tool" has been taught to run testsuite tests in parallel,
8085
bypassing the need to use the "prove" tool.
@@ -151,20 +156,17 @@ Fixes since v2.45
151156
* Tests that try to corrupt in-repository files in chunked format did
152157
not work well on macOS due to its broken "mv", which has been
153158
worked around.
154-
(merge 861dc19ba8 jc/test-workaround-broken-mv later to maint).
155159

156160
* The maximum size of attribute files is enforced more consistently.
157161
(merge c793f9cb08 tb/attr-limits later to maint).
158162

159163
* Unbreak CI jobs so that we do not attempt to use Python 2 that has
160164
been removed from the platform.
161-
(merge 5ca0c455f1 ps/ci-python-2-deprecation later to maint).
162165

163166
* Git 2.43 started using the tree of HEAD as the source of attributes
164167
in a bare repository, which has severe performance implications.
165168
For now, revert the change, without ripping out a more explicit
166169
support for the attr.tree configuration variable.
167-
(merge 51441e6460 jc/no-default-attr-tree-in-bare later to maint).
168170

169171
* The "--exit-code" option of "git diff" command learned to work with
170172
the "--ext-diff" option.
@@ -173,7 +175,6 @@ Fixes since v2.45
173175
* Windows CI running in GitHub Actions started complaining about the
174176
order of arguments given to calloc(); the imported regex code uses
175177
the wrong order almost consistently, which has been corrected.
176-
(merge f01301aabe jc/compat-regex-calloc-fix later to maint).
177178

178179
* Expose "name conflict" error when a ref creation fails due to D/F
179180
conflict in the ref namespace, to improve an error message given by
@@ -182,7 +183,6 @@ Fixes since v2.45
182183

183184
* The SubmittingPatches document now refers folks to manpages
184185
translation project.
185-
(merge 558a5b8cd0 jc/doc-manpages-l10n later to maint).
186186

187187
* The documentation for "git diff --name-only" has been clarified
188188
that it is about showing the names in the post-image tree.
@@ -202,11 +202,13 @@ Fixes since v2.45
202202
and friends, which broke "git-lfs", "git-annex", and other use
203203
cases, so that we can rebuild necessary counterparts in the open.
204204

205+
* "git init" in an already created directory, when the user
206+
configuration has includeif.onbranch, started to fail recently,
207+
which has been corrected.
208+
(merge 407997c1dd ps/fix-reinit-includeif-onbranch later to maint).
209+
205210
* Other code cleanup, docfix, build fix, etc.
206-
(merge 4cf6e7bf5e jt/doc-submitting-rerolled-series later to maint).
207211
(merge a5a4cb7b27 rs/diff-parseopts-cleanup later to maint).
208-
(merge 395c130fd8 ma/win32-unix-domain-socket later to maint).
209-
(merge 7df2405b38 jk/ci-macos-gcc13-fix later to maint).
210212
(merge 55702c543e fa/p4-error later to maint).
211213
(merge 2566a77774 vd/doc-merge-tree-x-option later to maint).
212214
(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-31</span>
738+
<span id="revdate">2024-06-03</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-31</span>
738+
<span id="revdate">2024-06-03</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-31</span>
738+
<span id="revdate">2024-06-03</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-31</span>
738+
<span id="revdate">2024-06-03</span>
739739
</div>
740740
<div id="content">
741741
<div id="preamble">

git-remote-helpers.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>git-remote-helpers</h1>
738-
<span id="revdate">2024-05-31</span>
738+
<span id="revdate">2024-06-03</span>
739739
</div>
740740
<div id="content">
741741
<div id="preamble">

howto/coordinate-embargoed-releases.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1038,7 +1038,7 @@ <h3 id="_example_mail_to_a_href_mailto_oss_security_lists_openwall_com_oss_secur
10381038
<div id="footer">
10391039
<div id="footer-text">
10401040
Last updated
1041-
2024-06-01 18:27:24 PDT
1041+
2024-06-03 15:11:03 PDT
10421042
</div>
10431043
</div>
10441044
</body>

0 commit comments

Comments
 (0)