Skip to content

Commit a2082db

Browse files
committed
Start the 2.45 cycle
Signed-off-by: Junio C Hamano <[email protected]>
1 parent 7ece6ad commit a2082db

File tree

2 files changed

+41
-1
lines changed

2 files changed

+41
-1
lines changed

Documentation/RelNotes/2.45.0.txt

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
Git v2.45 Release Notes
2+
=======================
3+
4+
Backward Compatibility Notes
5+
6+
UI, Workflows & Features
7+
8+
* Integrate the reftable code into the refs framework as a backend.
9+
With "git init --ref-format=reftable", hopefully it would be a lot
10+
more efficient to manage a repository with many references.
11+
12+
* "git checkout -p" and friends learned that that "@" is a synonym
13+
for "HEAD".
14+
15+
16+
Performance, Internal Implementation, Development Support etc.
17+
18+
* The code to iterate over refs with the reftable backend has seen
19+
some optimization.
20+
21+
* More tests that are marked as "ref-files only" have been updated to
22+
improve test coverage of reftable backend.
23+
24+
25+
Fixes since v2.44
26+
-----------------
27+
28+
* "git apply" on a filesystem without filemode support have learned
29+
to take a hint from what is in the index for the path, even when
30+
not working with the "--index" or "--cached" option, when checking
31+
the executable bit match what is required by the preimage in the
32+
patch.
33+
(merge 45b625142d cp/apply-core-filemode later to maint).
34+
35+
* "git column" has been taught to reject negative padding value, as
36+
it would lead to nonsense behaviour including division by zero.
37+
(merge 76fb807faa kh/column-reject-negative-padding later to maint).
38+
39+
* Other code cleanup, docfix, build fix, etc.
40+
(merge f0e578c69c rs/use-xstrncmpz later to maint).

RelNotes

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Documentation/RelNotes/2.44.0.txt
1+
Documentation/RelNotes/2.45.0.txt

0 commit comments

Comments
 (0)