From 004e0f790f947c9c511a9ac4f905021c7dbfa9e1 Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Wed, 17 May 2023 10:13:09 -0700 Subject: A bit more before -rc1 Signed-off-by: Junio C Hamano --- Documentation/RelNotes/2.41.0.txt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'Documentation/RelNotes') diff --git a/Documentation/RelNotes/2.41.0.txt b/Documentation/RelNotes/2.41.0.txt index e177aff2d0..a4b4b1d826 100644 --- a/Documentation/RelNotes/2.41.0.txt +++ b/Documentation/RelNotes/2.41.0.txt @@ -3,7 +3,7 @@ Git v2.41 Release Notes UI, Workflows & Features - * Allow information carried on the WWW-AUthenticate header to be + * Allow information carried on the WWW-Authenticate header to be passed to the credential helpers. * A new "fetch.hideRefs" option can be used to exclude specified refs @@ -113,6 +113,10 @@ UI, Workflows & Features * "git fetch" learned the "--porcelain" option that emits what it did in a machine-parseable format. + * "git --attr-source= cmd $args" is a new way to have any + command to read attributes not from the working tree but from the + given tree object. + Performance, Internal Implementation, Development Support etc. -- cgit v1.3 From 4a714b37029a4b63dbd22f7d7ed81f7a0d693680 Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Fri, 19 May 2023 08:33:18 -0700 Subject: Git 2.41-rc1 Signed-off-by: Junio C Hamano --- Documentation/RelNotes/2.41.0.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Documentation/RelNotes') diff --git a/Documentation/RelNotes/2.41.0.txt b/Documentation/RelNotes/2.41.0.txt index a4b4b1d826..af9f3fd730 100644 --- a/Documentation/RelNotes/2.41.0.txt +++ b/Documentation/RelNotes/2.41.0.txt @@ -48,7 +48,7 @@ UI, Workflows & Features * "git clone" from an empty repository learned to propagate the choice of the hash algorithm from the source repository to the - newly created repository. + newly created repository over any one of the v0/v1/v2 protocol. * "git mergetool" and "git difftool" learns a new configuration guiDefault to optionally favor configured guitool over non-gui-tool -- cgit v1.3 From 9e49351c3060e1fa6e0d2de64505b7becf157f28 Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Sat, 20 May 2023 05:35:44 +0900 Subject: A few more topics after 2.41-rc1 Signed-off-by: Junio C Hamano --- Documentation/RelNotes/2.41.0.txt | 4 ++++ GIT-VERSION-GEN | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) (limited to 'Documentation/RelNotes') diff --git a/Documentation/RelNotes/2.41.0.txt b/Documentation/RelNotes/2.41.0.txt index af9f3fd730..c77484c6b5 100644 --- a/Documentation/RelNotes/2.41.0.txt +++ b/Documentation/RelNotes/2.41.0.txt @@ -369,6 +369,10 @@ Fixes since v2.40 by git forges to disable replace-refs feature. (merge b6551feadf ds/merge-tree-use-config later to maint). + * A few bugs in the sequencer machinery that results in miscounting + the steps have been corrected. + (merge 170eea9750 js/rebase-count-fixes later to maint). + * Other code cleanup, docfix, build fix, etc. (merge f7111175df as/doc-markup-fix later to maint). (merge 90ff7c9898 fc/test-aggregation-clean-up later to maint). diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN index 9a1111af9b..85d7d7a2f4 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v2.40.GIT +DEF_VER=v2.41.0-rc1 LF=' ' -- cgit v1.3