RelNotes: final batch of topics before -rc1
Junio C Hamano committed
Aug 17, 2016 at 14:09 UTC
d63263a4dee8fc7da9b97bbdedf9c0d1f33024d4
1 file changed
+13
Documentation/RelNotes/2.10.0.txt
+13
@@ -296,6 +296,9 @@ Performance, Internal Implementation, Development Support etc.
296
compared only for changes that touch the same set of paths.
297
(merge b3dfeeb kw/patch-ids-optim later to maint).
298
299
+ * A handful of tests that were broken under gettext-poison build have
300
+ been fixed.
301
+
302
303
Also contains various documentation updates and code clean-ups.
304
@@ -590,7 +593,17 @@ notes for details).
593
that strips the trailing slash of '/'.
594
(merge 189d035 js/mv-dir-to-new-directory later to maint).
595
596
+ * The "t/" hierarchy is prone to get an unusual pathname; "make test"
597
+ has been taught to make sure they do not contain paths that cannot
598
+ be checked out on Windows (and the mechanism can be reusable to
599
+ catch pathnames that are not portable to other platforms as need
600
+ arises).
601
+ (merge c2cafd3 js/test-lint-pathname later to maint).
602
+
603
* Other minor clean-ups and documentation updates
604
(merge 02a8cfa rs/merge-add-strategies-simplification later to maint).
605
(merge af4941d rs/merge-recursive-string-list-init later to maint).
606
(merge 1eb47f1 rs/use-strbuf-add-unique-abbrev later to maint).
607
+ (merge ddd0bfa jk/tighten-alloc later to maint).
608
+ (merge ecf30b2 rs/mailinfo-lib later to maint).
609
+ (merge 0eb75ce sg/reflog-past-root later to maint).