Skip to content

Commit edae91a

Browse files
committed
Git 2.44-rc1
Signed-off-by: Junio C Hamano <[email protected]>
2 parents 4cde9f0 + efb050b commit edae91a

File tree

3 files changed

+38
-20
lines changed

3 files changed

+38
-20
lines changed

Documentation/RelNotes/2.43.2.txt

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
Git 2.43.2 Release Notes
2+
========================
3+
4+
Relative to Git 2.43.1, this release has two important fixes to allow
5+
"git imap-send" to be built with NO_CURL defined, and to restore the
6+
forced flushing behaviour when GIT_FLUSH=1 is set. It also contains
7+
other, unexciting, fixes that have already been merged to the 'master'
8+
branch of the development towards the next major release.
9+
10+
Fixes since Git 2.43.1
11+
----------------------
12+
13+
* Update to a new feature recently added, "git show-ref --exists".
14+
15+
* Rename detection logic ignored the final line of a file if it is an
16+
incomplete line.
17+
18+
* "git diff --no-rename A B" did not disable rename detection but did
19+
not trigger an error from the command line parser.
20+
21+
* "git diff --no-index file1 file2" segfaulted while invoking the
22+
external diff driver, which has been corrected.
23+
24+
* Rewrite //-comments to /* comments */ in files whose comments
25+
prevalently use the latter.
26+
27+
* A failed "git tag -s" did not necessarily result in an error
28+
depending on the crypto backend, which has been corrected.
29+
30+
* "git stash" sometimes was silent even when it failed due to
31+
unwritable index file, which has been corrected.
32+
33+
* Recent conversion to allow more than 0/1 in GIT_FLUSH broke the
34+
mechanism by flipping what yes/no means by mistake, which has been
35+
corrected.
36+
37+
Also contains documentation updates, code clean-ups and minor fixups.

Documentation/RelNotes/2.44.0.txt

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -254,21 +254,18 @@ Fixes since v2.43
254254
data from commit-graph too early, which has been corrected.
255255

256256
* Update to a new feature recently added, "git show-ref --exists".
257-
(merge 0aabeaa562 tc/show-ref-exists-fix later to maint).
258257

259258
* oss-fuzz tests are built and run in CI.
260259
(merge c4a9cf1df3 js/oss-fuzz-build-in-ci later to maint).
261260

262261
* Rename detection logic ignored the final line of a file if it is an
263262
incomplete line.
264-
(merge 1c5bc6971e en/diffcore-delta-final-line-fix later to maint).
265263

266264
* GitHub CI update.
267265
(merge 0188b2c8e0 pb/ci-github-skip-logs-for-broken-tests later to maint).
268266

269267
* "git diff --no-rename A B" did not disable rename detection but did
270268
not trigger an error from the command line parser.
271-
(merge 457f96252f rs/parse-options-with-keep-unknown-abbrev-fix later to maint).
272269

273270
* "git archive --remote=<remote>" learned to talk over the smart
274271
http (aka stateless) transport.
@@ -285,11 +282,9 @@ Fixes since v2.43
285282

286283
* "git diff --no-index file1 file2" segfaulted while invoking the
287284
external diff driver, which has been corrected.
288-
(merge 85a9a63c92 jk/diff-external-with-no-index later to maint).
289285

290286
* Rewrite //-comments to /* comments */ in files whose comments
291287
prevalently use the latter.
292-
(merge de65079d7b jc/comment-style-fixes later to maint).
293288

294289
* Cirrus CI jobs started breaking because we specified version of
295290
FreeBSD that is no longer available, which has been corrected.
@@ -301,33 +296,19 @@ Fixes since v2.43
301296

302297
* A failed "git tag -s" did not necessarily result in an error
303298
depending on the crypto backend, which has been corrected.
304-
(merge 6931049c32 jc/sign-buffer-failure-propagation-fix later to maint).
305299

306300
* "git stash" sometimes was silent even when it failed due to
307301
unwritable index file, which has been corrected.
308-
(merge d2058cb2f0 ps/report-failure-from-git-stash later to maint).
309302

310303
* "git show-ref --verify" did not show things like "CHERRY_PICK_HEAD",
311304
which has been corrected.
312305

313306
* Recent conversion to allow more than 0/1 in GIT_FLUSH broke the
314307
mechanism by flipping what yes/no means by mistake, which has been
315308
corrected.
316-
(merge b40ba17e44 cp/git-flush-is-an-env-bool later to maint).
317309

318310
* Other code cleanup, docfix, build fix, etc.
319311
(merge 5aea3955bc rj/clarify-branch-doc-m later to maint).
320312
(merge 9cce3be2df bk/bisect-doc-fix later to maint).
321-
(merge 8f50984cf4 ne/doc-filter-blob-limit-fix later to maint).
322-
(merge f10b0989b8 la/strvec-comment-fix later to maint).
323313
(merge 8430b438f6 vd/fsck-submodule-url-test later to maint).
324-
(merge f10031fadd nb/rebase-x-shell-docfix later to maint).
325-
(merge af3d2c160f jc/majordomo-to-subspace later to maint).
326-
(merge ee9895b0ff sd/negotiate-trace-fix later to maint).
327-
(merge 976d0251ce jc/coc-whitespace-fix later to maint).
328-
(merge 9023198280 jt/p4-spell-re-with-raw-string later to maint).
329-
(merge 36c9c44fa4 tb/pack-bitmap-drop-unused-struct-member later to maint).
330-
(merge 19ed0dff8f js/win32-retry-pipe-write-on-enospc later to maint).
331314
(merge 3cb4384683 jc/t0091-with-unknown-git later to maint).
332-
(merge 841dbd40a3 jc/bisect-doc later to maint).
333-
(merge 78307f1a89 pb/template-for-single-commit-pr later to maint).

GIT-VERSION-GEN

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/sh
22

33
GVF=GIT-VERSION-FILE
4-
DEF_VER=v2.44.0-rc0
4+
DEF_VER=v2.44.0-rc1
55

66
LF='
77
'

0 commit comments

Comments
 (0)