@@ -52,6 +52,12 @@ UI, Workflows & Features
52
52
* The knobs to tweak how reftable files are written have been made
53
53
available as configuration variables.
54
54
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
+
55
61
56
62
Performance, Internal Implementation, Development Support etc.
57
63
@@ -74,7 +80,6 @@ Performance, Internal Implementation, Development Support etc.
74
80
to "the_index" with references to its .index member.
75
81
76
82
* Git-GUI has a new maintainer, Johannes Sixt.
77
- (merge e18ad8eb26 jc/git-gui-maintainer-update later to maint).
78
83
79
84
* The "test-tool" has been taught to run testsuite tests in parallel,
80
85
bypassing the need to use the "prove" tool.
@@ -151,20 +156,17 @@ Fixes since v2.45
151
156
* Tests that try to corrupt in-repository files in chunked format did
152
157
not work well on macOS due to its broken "mv", which has been
153
158
worked around.
154
- (merge 861dc19ba8 jc/test-workaround-broken-mv later to maint).
155
159
156
160
* The maximum size of attribute files is enforced more consistently.
157
161
(merge c793f9cb08 tb/attr-limits later to maint).
158
162
159
163
* Unbreak CI jobs so that we do not attempt to use Python 2 that has
160
164
been removed from the platform.
161
- (merge 5ca0c455f1 ps/ci-python-2-deprecation later to maint).
162
165
163
166
* Git 2.43 started using the tree of HEAD as the source of attributes
164
167
in a bare repository, which has severe performance implications.
165
168
For now, revert the change, without ripping out a more explicit
166
169
support for the attr.tree configuration variable.
167
- (merge 51441e6460 jc/no-default-attr-tree-in-bare later to maint).
168
170
169
171
* The "--exit-code" option of "git diff" command learned to work with
170
172
the "--ext-diff" option.
@@ -173,7 +175,6 @@ Fixes since v2.45
173
175
* Windows CI running in GitHub Actions started complaining about the
174
176
order of arguments given to calloc(); the imported regex code uses
175
177
the wrong order almost consistently, which has been corrected.
176
- (merge f01301aabe jc/compat-regex-calloc-fix later to maint).
177
178
178
179
* Expose "name conflict" error when a ref creation fails due to D/F
179
180
conflict in the ref namespace, to improve an error message given by
@@ -182,7 +183,6 @@ Fixes since v2.45
182
183
183
184
* The SubmittingPatches document now refers folks to manpages
184
185
translation project.
185
- (merge 558a5b8cd0 jc/doc-manpages-l10n later to maint).
186
186
187
187
* The documentation for "git diff --name-only" has been clarified
188
188
that it is about showing the names in the post-image tree.
@@ -202,11 +202,13 @@ Fixes since v2.45
202
202
and friends, which broke "git-lfs", "git-annex", and other use
203
203
cases, so that we can rebuild necessary counterparts in the open.
204
204
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
+
205
210
* Other code cleanup, docfix, build fix, etc.
206
- (merge 4cf6e7bf5e jt/doc-submitting-rerolled-series later to maint).
207
211
(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).
210
212
(merge 55702c543e fa/p4-error later to maint).
211
213
(merge 2566a77774 vd/doc-merge-tree-x-option later to maint).
212
214
(merge b64b0df9da ds/scalar-reconfigure-all-fix later to maint).
0 commit comments