summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2016-08-17 21:09:17 (GMT)
committerJunio C Hamano <gitster@pobox.com>2016-08-17 21:09:17 (GMT)
commitd63263a4dee8fc7da9b97bbdedf9c0d1f33024d4 (patch)
treeb7df78b7fe48097d4291f5d93e318bb2759cc83e /Documentation
parent187c80ba93d6c4aa069d7b1bd9dd34f61f9dae2f (diff)
downloadgit-d63263a4dee8fc7da9b97bbdedf9c0d1f33024d4.zip
git-d63263a4dee8fc7da9b97bbdedf9c0d1f33024d4.tar.gz
git-d63263a4dee8fc7da9b97bbdedf9c0d1f33024d4.tar.bz2
RelNotes: final batch of topics before -rc1
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/RelNotes/2.10.0.txt13
1 files changed, 13 insertions, 0 deletions
diff --git a/Documentation/RelNotes/2.10.0.txt b/Documentation/RelNotes/2.10.0.txt
index f4e6a68..4f7460b 100644
--- a/Documentation/RelNotes/2.10.0.txt
+++ b/Documentation/RelNotes/2.10.0.txt
@@ -296,6 +296,9 @@ Performance, Internal Implementation, Development Support etc.
compared only for changes that touch the same set of paths.
(merge b3dfeeb kw/patch-ids-optim later to maint).
+ * A handful of tests that were broken under gettext-poison build have
+ been fixed.
+
Also contains various documentation updates and code clean-ups.
@@ -590,7 +593,17 @@ notes for details).
that strips the trailing slash of '/'.
(merge 189d035 js/mv-dir-to-new-directory later to maint).
+ * The "t/" hierarchy is prone to get an unusual pathname; "make test"
+ has been taught to make sure they do not contain paths that cannot
+ be checked out on Windows (and the mechanism can be reusable to
+ catch pathnames that are not portable to other platforms as need
+ arises).
+ (merge c2cafd3 js/test-lint-pathname later to maint).
+
* Other minor clean-ups and documentation updates
(merge 02a8cfa rs/merge-add-strategies-simplification later to maint).
(merge af4941d rs/merge-recursive-string-list-init later to maint).
(merge 1eb47f1 rs/use-strbuf-add-unique-abbrev later to maint).
+ (merge ddd0bfa jk/tighten-alloc later to maint).
+ (merge ecf30b2 rs/mailinfo-lib later to maint).
+ (merge 0eb75ce sg/reflog-past-root later to maint).