diff options
author | Junio C Hamano <gitster@pobox.com> | 2022-08-06 00:54:46 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2022-08-06 00:54:46 +0200 |
commit | 95d1613a9fce4bcfc82d8ba48eb3224388f0b7e1 (patch) | |
tree | 6a23ce1ba1e568c595e05efc2992443f16e34e10 /Documentation | |
parent | Merge branch 'tb/cat-file-z' (diff) | |
parent | Downmerge a bit more for 2.37.x (diff) | |
download | git-95d1613a9fce4bcfc82d8ba48eb3224388f0b7e1.tar.xz git-95d1613a9fce4bcfc82d8ba48eb3224388f0b7e1.zip |
Sync with 'maint'
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/RelNotes/2.37.2.txt | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/Documentation/RelNotes/2.37.2.txt b/Documentation/RelNotes/2.37.2.txt index d4acf9e5de..300fb095c4 100644 --- a/Documentation/RelNotes/2.37.2.txt +++ b/Documentation/RelNotes/2.37.2.txt @@ -44,4 +44,21 @@ Fixes since v2.37.1 * Certain diff options are currently ignored when combined-diff is shown; mark them as incompatible with the feature. + * "git clone" from a repository with some ref whose HEAD is unborn + did not set the HEAD in the resulting repository correctly, which + has been corrected. + + * mkstemp() emulation on Windows has been improved. + + * Add missing documentation for "include" and "includeIf" features in + "git config" file format, which incidentally teaches the command + line completion to include them in its offerings. + + * Avoid "white/black-list" in documentation and code comments. + + * Workaround for a compiler warning against use of die() in + osx-keychain (in contrib/). + + * Workaround for a false positive compiler warning. + Also contains minor documentation updates and code clean-ups. |