]> git.ipfire.org Git - thirdparty/git.git/commitdiff
The tenth batch
authorJunio C Hamano <gitster@pobox.com>
Mon, 17 Apr 2023 23:41:04 +0000 (16:41 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 18 Apr 2023 01:05:13 +0000 (18:05 -0700)
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/RelNotes/2.41.0.txt

index 0fc82a83fc98d684d8a62d94cb30d37f7a4e726c..576762319703c6c28003a00a761a3032c360a742 100644 (file)
@@ -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).