-
Notifications
You must be signed in to change notification settings - Fork 72
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of github.com:git/git
* 'master' of github.com:git/git: (51 commits) Hopefully the last batch of fixes before 2.44 final Git 2.43.2 A few more fixes before -rc1 write-or-die: fix the polarity of GIT_FLUSH environment variable A few more topics before -rc1 completion: add and use __git_compute_second_level_config_vars_for_section completion: add and use __git_compute_first_level_config_vars_for_section completion: complete 'submodule.*' config variables completion: add space after config variable names also in Bash 3 receive-pack: use find_commit_header() in check_nonce() ci(linux32): add a note about Actions that must not be updated ci: bump remaining outdated Actions versions unit-tests: do show relative file paths on non-Windows, too receive-pack: use find_commit_header() in check_cert_push_options() prune: mark rebase autostash and orig-head as reachable sequencer: unset GIT_CHERRY_PICK_HELP for 'exec' commands ref-filter.c: sort formatted dates by byte value ssh signing: signal an error with a negative return value bisect: document command line arguments for "bisect start" bisect: document "terms" subcommand more fully ...
- Loading branch information
Showing
62 changed files
with
1,119 additions
and
539 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,4 +4,7 @@ a mailing list ([email protected]) for code submissions, code reviews, and | |
bug reports. Nevertheless, you can use GitGitGadget (https://gitgitgadget.github.io/) | ||
to conveniently send your Pull Requests commits to our mailing list. | ||
|
||
For a single-commit pull request, please *leave the pull request description | ||
empty*: your commit message itself should describe your changes. | ||
|
||
Please read the "guidelines for contributing" linked above! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
Git 2.43.2 Release Notes | ||
======================== | ||
|
||
Relative to Git 2.43.1, this release has two important fixes to allow | ||
"git imap-send" to be built with NO_CURL defined, and to restore the | ||
forced flushing behaviour when GIT_FLUSH=1 is set. It also contains | ||
other, unexciting, fixes that have already been merged to the 'master' | ||
branch of the development towards the next major release. | ||
|
||
Fixes since Git 2.43.1 | ||
---------------------- | ||
|
||
* Update to a new feature recently added, "git show-ref --exists". | ||
|
||
* Rename detection logic ignored the final line of a file if it is an | ||
incomplete line. | ||
|
||
* "git diff --no-rename A B" did not disable rename detection but did | ||
not trigger an error from the command line parser. | ||
|
||
* "git diff --no-index file1 file2" segfaulted while invoking the | ||
external diff driver, which has been corrected. | ||
|
||
* Rewrite //-comments to /* comments */ in files whose comments | ||
prevalently use the latter. | ||
|
||
* A failed "git tag -s" did not necessarily result in an error | ||
depending on the crypto backend, which has been corrected. | ||
|
||
* "git stash" sometimes was silent even when it failed due to | ||
unwritable index file, which has been corrected. | ||
|
||
* Recent conversion to allow more than 0/1 in GIT_FLUSH broke the | ||
mechanism by flipping what yes/no means by mistake, which has been | ||
corrected. | ||
|
||
Also contains documentation updates, code clean-ups and minor fixups. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.