Git 2.45
[alt-git.git] / Documentation / RelNotes / 2.43.2.txt
blob5895e23a54639ef72995f7de381ff787cd673368
1 Git 2.43.2 Release Notes
2 ========================
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.
10 Fixes since Git 2.43.1
11 ----------------------
13  * Update to a new feature recently added, "git show-ref --exists".
15  * Rename detection logic ignored the final line of a file if it is an
16    incomplete line.
18  * "git diff --no-rename A B" did not disable rename detection but did
19    not trigger an error from the command line parser.
21  * "git diff --no-index file1 file2" segfaulted while invoking the
22    external diff driver, which has been corrected.
24  * Rewrite //-comments to /* comments */ in files whose comments
25    prevalently use the latter.
27  * A failed "git tag -s" did not necessarily result in an error
28    depending on the crypto backend, which has been corrected.
30  * "git stash" sometimes was silent even when it failed due to
31    unwritable index file, which has been corrected.
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.
37 Also contains documentation updates, code clean-ups and minor fixups.