Skip to content

Commit bf995e7

Browse files
committed
Git 2.45-rc1
Signed-off-by: Junio C Hamano <[email protected]>
1 parent 5c7ffaf commit bf995e7

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

Documentation/RelNotes/2.45.0.txt

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,11 @@ UI, Workflows & Features
9696
* The filename used for rejected hunks "git apply --reject" creates
9797
was limited to PATH_MAX, which has been lifted.
9898

99+
* When "git bisect" reports the commit it determined to be the
100+
culprit, we used to show it in a format that does not honor common
101+
UI tweaks, like log.date and log.decorate. The code has been
102+
taught to use "git show" to follow more customizations.
103+
99104

100105
Performance, Internal Implementation, Development Support etc.
101106

@@ -431,6 +436,11 @@ Fixes since v2.44
431436
machinery got confused and segfaulted, which has been corrected.
432437
(merge 167395bb47 mr/rerere-crash-fix later to maint).
433438

439+
* The "receive-pack" program (which responds to "git push") was not
440+
converted to run "git maintenance --auto" when other codepaths that
441+
used to run "git gc --auto" were updated, which has been corrected.
442+
(merge 7bf3057d9c ps/run-auto-maintenance-in-receive-pack later to maint).
443+
434444
* Other code cleanup, docfix, build fix, etc.
435445
(merge f0e578c69c rs/use-xstrncmpz later to maint).
436446
(merge 83e6eb7d7a ba/credential-test-clean-fix later to maint).

GIT-VERSION-GEN

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/sh
22

33
GVF=GIT-VERSION-FILE
4-
DEF_VER=v2.45.0-rc0
4+
DEF_VER=v2.45.0-rc1
55

66
LF='
77
'

0 commit comments

Comments
 (0)