diff options
| author | Junio C Hamano <gitster@pobox.com> | 2024-02-26 17:23:44 -0800 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2024-02-26 18:10:25 -0800 |
| commit | a2082dbdd315aa4dd3f315545e5b3ab3b3e2d894 (patch) | |
| tree | 3b0f6d3de226f2517a976d39e63aa3247e1b9b45 /Documentation/RelNotes | |
| parent | 7ece6ad823fdc4a0bb3f0d43921a887ad3cb8775 (diff) | |
| download | git-a2082dbdd315aa4dd3f315545e5b3ab3b3e2d894.tar.gz git-a2082dbdd315aa4dd3f315545e5b3ab3b3e2d894.zip | |
Start the 2.45 cycle
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/RelNotes')
| -rw-r--r-- | Documentation/RelNotes/2.45.0.txt | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/Documentation/RelNotes/2.45.0.txt b/Documentation/RelNotes/2.45.0.txt new file mode 100644 index 0000000000..4f5a01c611 --- /dev/null +++ b/Documentation/RelNotes/2.45.0.txt @@ -0,0 +1,40 @@ +Git v2.45 Release Notes +======================= + +Backward Compatibility Notes + +UI, Workflows & Features + + * Integrate the reftable code into the refs framework as a backend. + With "git init --ref-format=reftable", hopefully it would be a lot + more efficient to manage a repository with many references. + + * "git checkout -p" and friends learned that that "@" is a synonym + for "HEAD". + + +Performance, Internal Implementation, Development Support etc. + + * The code to iterate over refs with the reftable backend has seen + some optimization. + + * More tests that are marked as "ref-files only" have been updated to + improve test coverage of reftable backend. + + +Fixes since v2.44 +----------------- + + * "git apply" on a filesystem without filemode support have learned + to take a hint from what is in the index for the path, even when + not working with the "--index" or "--cached" option, when checking + the executable bit match what is required by the preimage in the + patch. + (merge 45b625142d cp/apply-core-filemode later to maint). + + * "git column" has been taught to reject negative padding value, as + it would lead to nonsense behaviour including division by zero. + (merge 76fb807faa kh/column-reject-negative-padding later to maint). + + * Other code cleanup, docfix, build fix, etc. + (merge f0e578c69c rs/use-xstrncmpz later to maint). |
