@@ -50,6 +50,17 @@ UI, Workflows & Features
5050 choice of the hash algorithm from the source repository to the
5151 newly created repository.
5252
53+ * "git mergetool" and "git difftool" learns a new configuration
54+ guiDefault to optionally favor configured guitool over non-gui-tool
55+ automatically when $DISPLAY is set.
56+
57+ * "git branch -d origin/master" would say "no such branch", but it is
58+ likely a missed "-r" if refs/remotes/origin/master exists. The
59+ command has been taught to give such a hint in its error message.
60+
61+ * Clean-up of the code path that deals with merge strategy option
62+ handling in "git rebase".
63+
5364
5465Performance, Internal Implementation, Development Support etc.
5566
@@ -88,6 +99,9 @@ Performance, Internal Implementation, Development Support etc.
8899 * "git sparse-checkout" command learns a debugging aid for the sparse
89100 rule definitions.
90101
102+ * "git write-tree" learns to work better with sparse-index.
103+
104+
91105
92106Fixes since v2.40
93107-----------------
@@ -193,6 +207,12 @@ Fixes since v2.40
193207 /usr/bin/perl, which have been corrected.
194208 (merge c1917156a0 jk/use-perl-path-consistently later to maint).
195209
210+ * Documentation mark-up fix.
211+ (merge 78b6369e67 la/mfc-markup-fix later to maint).
212+
213+ * Doc toolchain update to remove old workaround for AsciiDoc.
214+ (merge 8806120de6 fc/remove-header-workarounds-for-asciidoc later to maint).
215+
196216 * Other code cleanup, docfix, build fix, etc.
197217 (merge f7111175df as/doc-markup-fix later to maint).
198218 (merge 90ff7c9898 fc/test-aggregation-clean-up later to maint).
0 commit comments