aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2026-02-05 15:07:22 -0800
committerJunio C Hamano <gitster@pobox.com>2026-02-05 15:42:01 -0800
commit3e0db84c88c57e70ac8be8c196dfa92c5d656fbc (patch)
tree0190e8637cbdc239488dfe6add4d9eec01b57929
parent96614e799ca044376f717745dd48d6d4a3da84e9 (diff)
downloadgit-3e0db84c88c57e70ac8be8c196dfa92c5d656fbc.tar.xz
Start 2.54 cycle
Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r--Documentation/RelNotes/2.54.0.adoc39
-rwxr-xr-xGIT-VERSION-GEN2
l---------RelNotes2
3 files changed, 41 insertions, 2 deletions
diff --git a/Documentation/RelNotes/2.54.0.adoc b/Documentation/RelNotes/2.54.0.adoc
new file mode 100644
index 0000000000..20c660d82a
--- /dev/null
+++ b/Documentation/RelNotes/2.54.0.adoc
@@ -0,0 +1,39 @@
+Git v2.54 Release Notes
+=======================
+
+UI, Workflows & Features
+------------------------
+
+ * "git add -p" and friends note what the current status of the hunk
+ being shown is.
+
+
+Performance, Internal Implementation, Development Support etc.
+--------------------------------------------------------------
+
+ * Avoid local submodule repository directory paths overlapping with
+ each other by encoding submodule names before using them as path
+ components.
+
+
+Fixes since v2.53
+-----------------
+
+ * HTTP transport failed to authenticate in some code paths, which has
+ been corrected.
+ (merge ed0f7a62f7 ap/http-probe-rpc-use-auth later to maint).
+
+ * The computation of column width made by "git diff --stat" was
+ confused when pathnames contain non-ASCII characters.
+ (merge 04f5d95ef7 lp/diff-stat-utf8-display-width-fix later to maint).
+
+ * The "-z" and "--max-depth" documentation (and implementation of
+ "-z") in the "git last-modified" command have been updated.
+ (merge 9dcc09bed1 tc/last-modified-options-cleanup later to maint).
+
+ * Other code cleanup, docfix, build fix, etc.
+ (merge d79fff4a11 jk/remote-tracking-ref-leakfix later to maint).
+ (merge 7a747f972d dd/t5403-modernise later to maint).
+ (merge 81021871ea sp/myfirstcontribution-include-update later to maint).
+ (merge 49223593fd ac/sparse-checkout-string-list-cleanup later to maint).
+ (merge a824421d36 sp/t5500-cleanup later to maint).
diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN
index 86730d0da7..44240e07b8 100755
--- a/GIT-VERSION-GEN
+++ b/GIT-VERSION-GEN
@@ -1,6 +1,6 @@
#!/bin/sh
-DEF_VER=v2.53.0
+DEF_VER=v2.53.GIT
LF='
'
diff --git a/RelNotes b/RelNotes
index 6dfd3d1bcf..84ef7387ad 120000
--- a/RelNotes
+++ b/RelNotes
@@ -1 +1 @@
-Documentation/RelNotes/2.53.0.adoc \ No newline at end of file
+Documentation/RelNotes/2.54.0.adoc \ No newline at end of file