Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2020-02-06 00:26:03 +0300
committerJunio C Hamano <gitster@pobox.com>2020-02-06 01:35:00 +0300
commitde93cc14ab7e8db7645d8dbe4fd2603f76d5851f (patch)
tree8a0a8d2c848df818e1b0390fc6c046c6a79d3ecc /Documentation/RelNotes/2.26.0.txt
parentea46d9097bd9f5c215cad65e090884869a4c3451 (diff)
The third batch for 2.26
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/RelNotes/2.26.0.txt')
-rw-r--r--Documentation/RelNotes/2.26.0.txt31
1 files changed, 31 insertions, 0 deletions
diff --git a/Documentation/RelNotes/2.26.0.txt b/Documentation/RelNotes/2.26.0.txt
index e79dd9cc37..8ef5ba3f70 100644
--- a/Documentation/RelNotes/2.26.0.txt
+++ b/Documentation/RelNotes/2.26.0.txt
@@ -29,6 +29,13 @@ Performance, Internal Implementation, Development Support etc.
* Replace "git config --bool" calls with "git config --type=bool" in
sample templates.
+ * The effort to move "git-add--interactive" to C continues.
+
+ * Improve error message generation for "git submodule add".
+
+ * Preparation of test scripts for the day when the object names will
+ use SHA-256 continues.
+
Fixes since v2.25
-----------------
@@ -87,6 +94,28 @@ Fixes since v2.25
* "git fetch --refmap=" option has got a better documentation.
(merge b40a50264a ds/refmap-doc later to maint).
+ * "git checkout X" did not correctly fail when X is not a local
+ branch but could name more than one remote-tracking branches
+ (i.e. to be dwimmed as the starting point to create a corresponding
+ local branch), which has been corrected.
+ (merge fa74180d08 am/checkout-file-and-ref-ref-ambiguity later to maint).
+
+ * Corner case bugs in "git clean" that stems from a (necessarily for
+ performance reasons) awkward calling convention in the directory
+ enumeration API has been corrected.
+ (merge 0cbb60574e en/fill-directory-fixes-more later to maint).
+
+ * A fetch that is told to recursively fetch updates in submodules
+ inevitably produces reams of output, and it becomes hard to spot
+ error messages. The command has been taught to enumerate
+ submodules that had errors at the end of the operation.
+ (merge 0222540827 es/fetch-show-failed-submodules-atend later to maint).
+
+ * The "--recurse-submodules" option of various subcommands did not
+ work well when run in an alternate worktree, which has been
+ corrected.
+ (merge a9472afb63 pb/recurse-submodule-in-worktree-fix later to maint).
+
* Other code cleanup, docfix, build fix, etc.
(merge 26f924d50e en/simplify-check-updates-in-unpack-trees later to maint).
(merge 065027ee1a en/string-list-can-be-custom-sorted later to maint).
@@ -98,3 +127,5 @@ Fixes since v2.25
(merge c513a958b6 ss/t6025-modernize later to maint).
(merge 69e104d70e bc/author-committer-doc later to maint).
(merge 7a2dc95cbc bc/misconception-doc later to maint).
+ (merge b441717256 dl/test-must-fail-fixes later to maint).
+ (merge d031049da3 mt/sparse-checkout-doc-update later to maint).