The tenth batch
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
parent
3c957e6d39
commit
667fcf4e15
@ -50,6 +50,17 @@ UI, Workflows & Features
|
|||||||
choice of the hash algorithm from the source repository to the
|
choice of the hash algorithm from the source repository to the
|
||||||
newly created repository.
|
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.
|
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
|
* "git sparse-checkout" command learns a debugging aid for the sparse
|
||||||
rule definitions.
|
rule definitions.
|
||||||
|
|
||||||
|
* "git write-tree" learns to work better with sparse-index.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Fixes since v2.40
|
Fixes since v2.40
|
||||||
-----------------
|
-----------------
|
||||||
@ -193,6 +207,12 @@ Fixes since v2.40
|
|||||||
/usr/bin/perl, which have been corrected.
|
/usr/bin/perl, which have been corrected.
|
||||||
(merge c1917156a0 jk/use-perl-path-consistently later to maint).
|
(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.
|
* Other code cleanup, docfix, build fix, etc.
|
||||||
(merge f7111175df as/doc-markup-fix later to maint).
|
(merge f7111175df as/doc-markup-fix later to maint).
|
||||||
(merge 90ff7c9898 fc/test-aggregation-clean-up later to maint).
|
(merge 90ff7c9898 fc/test-aggregation-clean-up later to maint).
|
||||||
|
Loading…
Reference in New Issue
Block a user