A few more fixes before the final 2.10
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Junio C Hamano committed
Aug 31, 2016 at 10:21 UTC
5b18e70009487bb156cac18546d6f91105338f4c
1 file changed
+8
-3
Documentation/RelNotes/2.10.0.txt
+8
-3
@@ -77,7 +77,8 @@ UI, Workflows & Features
77
* "git archive" learned to handle files that are larger than 8GB and
78
commits far in the future than expressible by the traditional US-TAR
79
format.
80
- (merge 5caeeb8 jk/big-and-future-archive-tar later to maint).
80
+ (merge 560b0e8 jk/big-and-future-archive-tar later to maint).
81
+
82
83
* A new configuration variable core.sshCommand has been added to
84
specify what value for GIT_SSH_COMMAND to use per repository.
@@ -306,7 +307,7 @@ Performance, Internal Implementation, Development Support etc.
307
changes and attempts to find matches. This has been optimized by
308
lazily computing the full patch-id (which is expensive) to be
309
compared only for changes that touch the same set of paths.
309
- (merge b3dfeeb kw/patch-ids-optim later to maint).
310
+ (merge ba67504 kw/patch-ids-optim later to maint).
311
312
* A handful of tests that were broken under gettext-poison build have
313
been fixed.
@@ -660,6 +661,10 @@ notes for details).
661
to avoid this (on Windows, this is mapped to O_NOINHERIT).
662
(merge 05d1ed6 bw/mingw-avoid-inheriting-fd-to-lockfile later to maint).
663
664
+ * Correct an age-old calco (is that a typo-like word for calc)
665
+ in the documentation.
666
+ (merge 7841c48 ls/packet-line-protocol-doc-fix later to maint).
667
+
668
* Other minor clean-ups and documentation updates
669
(merge 02a8cfa rs/merge-add-strategies-simplification later to maint).
670
(merge af4941d rs/merge-recursive-string-list-init later to maint).
@@ -667,4 +672,4 @@ notes for details).
672
(merge ddd0bfa jk/tighten-alloc later to maint).
673
(merge ecf30b2 rs/mailinfo-lib later to maint).
674
(merge 0eb75ce sg/reflog-past-root later to maint).
670
- (merge 175d38c hv/doc-commit-reference-style later to maint).
675
+ (merge 4369523 hv/doc-commit-reference-style later to maint).