| 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. |