aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2024-04-23 15:07:15 -0700
committerJunio C Hamano <gitster@pobox.com>2024-04-23 15:07:15 -0700
commitd95f3e8691c1cba156beb6189d8229bc2ee0caab (patch)
tree1c1e09bac6bdd3f05738430bf2c2dea1e7054c1d
parentMerge branch 'aj/stash-staged-fix' into next (diff)
parentGit 2.45-rc1 (diff)
downloadgit-next.tar.xz
git-next.zip
Sync with Git 2.45-rc1next
-rw-r--r--Documentation/RelNotes/2.45.0.txt10
-rwxr-xr-xGIT-VERSION-GEN2
2 files changed, 11 insertions, 1 deletions
diff --git a/Documentation/RelNotes/2.45.0.txt b/Documentation/RelNotes/2.45.0.txt
index 96629b44f98..e31bb70d156 100644
--- a/Documentation/RelNotes/2.45.0.txt
+++ b/Documentation/RelNotes/2.45.0.txt
@@ -96,6 +96,11 @@ UI, Workflows & Features
* The filename used for rejected hunks "git apply --reject" creates
was limited to PATH_MAX, which has been lifted.
+ * When "git bisect" reports the commit it determined to be the
+ culprit, we used to show it in a format that does not honor common
+ UI tweaks, like log.date and log.decorate. The code has been
+ taught to use "git show" to follow more customizations.
+
Performance, Internal Implementation, Development Support etc.
@@ -431,6 +436,11 @@ Fixes since v2.44
machinery got confused and segfaulted, which has been corrected.
(merge 167395bb47 mr/rerere-crash-fix later to maint).
+ * The "receive-pack" program (which responds to "git push") was not
+ converted to run "git maintenance --auto" when other codepaths that
+ used to run "git gc --auto" were updated, which has been corrected.
+ (merge 7bf3057d9c ps/run-auto-maintenance-in-receive-pack later to maint).
+
* Other code cleanup, docfix, build fix, etc.
(merge f0e578c69c rs/use-xstrncmpz later to maint).
(merge 83e6eb7d7a ba/credential-test-clean-fix later to maint).
diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN
index dabd2b5b896..c92f98b3db9 100755
--- a/GIT-VERSION-GEN
+++ b/GIT-VERSION-GEN
@@ -1,7 +1,7 @@
#!/bin/sh
GVF=GIT-VERSION-FILE
-DEF_VER=v2.45.0-rc0
+DEF_VER=v2.45.0-rc1
LF='
'