summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2023-04-17 16:41:04 -0700
committerJunio C Hamano <gitster@pobox.com>2023-04-17 18:05:13 -0700
commit667fcf4e15379790f0b609d6a83d578e69f20301 (patch)
treedd7c15e34c0f43416e3971612031ea6dfac49d89
parent3c957e6d399452897209d90fc0528a77bb093df3 (diff)
downloadgit-667fcf4e15379790f0b609d6a83d578e69f20301.tar.gz
The tenth batch
Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r--Documentation/RelNotes/2.41.0.txt20
1 files changed, 20 insertions, 0 deletions
diff --git a/Documentation/RelNotes/2.41.0.txt b/Documentation/RelNotes/2.41.0.txt
index 0fc82a83fc..5767623197 100644
--- a/Documentation/RelNotes/2.41.0.txt
+++ b/Documentation/RelNotes/2.41.0.txt
@@ -50,6 +50,17 @@ UI, Workflows & Features
choice of the hash algorithm from the source repository to the
newly created repository.
+ * "git mergetool" and "git difftool" learns a new configuration
+ guiDefault to optionally favor configured guitool over non-gui-tool
+ automatically when $DISPLAY is set.
+
+ * "git branch -d origin/master" would say "no such branch", but it is
+ likely a missed "-r" if refs/remotes/origin/master exists. The
+ command has been taught to give such a hint in its error message.
+
+ * Clean-up of the code path that deals with merge strategy option
+ handling in "git rebase".
+
Performance, Internal Implementation, Development Support etc.
@@ -88,6 +99,9 @@ Performance, Internal Implementation, Development Support etc.
* "git sparse-checkout" command learns a debugging aid for the sparse
rule definitions.
+ * "git write-tree" learns to work better with sparse-index.
+
+
Fixes since v2.40
-----------------
@@ -193,6 +207,12 @@ Fixes since v2.40
/usr/bin/perl, which have been corrected.
(merge c1917156a0 jk/use-perl-path-consistently later to maint).
+ * Documentation mark-up fix.
+ (merge 78b6369e67 la/mfc-markup-fix later to maint).
+
+ * Doc toolchain update to remove old workaround for AsciiDoc.
+ (merge 8806120de6 fc/remove-header-workarounds-for-asciidoc 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).