@@ -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
5662Performance, 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).
0 commit comments