Skip to content

Commit 5b18e70

Browse files
committed
A few more fixes before the final 2.10
Signed-off-by: Junio C Hamano <[email protected]>
1 parent 934b1ca commit 5b18e70

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

Documentation/RelNotes/2.10.0.txt

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,8 @@ UI, Workflows & Features
7777
* "git archive" learned to handle files that are larger than 8GB and
7878
commits far in the future than expressible by the traditional US-TAR
7979
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+
8182

8283
* A new configuration variable core.sshCommand has been added to
8384
specify what value for GIT_SSH_COMMAND to use per repository.
@@ -306,7 +307,7 @@ Performance, Internal Implementation, Development Support etc.
306307
changes and attempts to find matches. This has been optimized by
307308
lazily computing the full patch-id (which is expensive) to be
308309
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).
310311

311312
* A handful of tests that were broken under gettext-poison build have
312313
been fixed.
@@ -660,11 +661,15 @@ notes for details).
660661
to avoid this (on Windows, this is mapped to O_NOINHERIT).
661662
(merge 05d1ed6 bw/mingw-avoid-inheriting-fd-to-lockfile later to maint).
662663

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+
663668
* Other minor clean-ups and documentation updates
664669
(merge 02a8cfa rs/merge-add-strategies-simplification later to maint).
665670
(merge af4941d rs/merge-recursive-string-list-init later to maint).
666671
(merge 1eb47f1 rs/use-strbuf-add-unique-abbrev later to maint).
667672
(merge ddd0bfa jk/tighten-alloc later to maint).
668673
(merge ecf30b2 rs/mailinfo-lib later to maint).
669674
(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).

0 commit comments

Comments
 (0)