@@ -77,7 +77,8 @@ UI, Workflows & Features
77
77
* "git archive" learned to handle files that are larger than 8GB and
78
78
commits far in the future than expressible by the traditional US-TAR
79
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
+
81
82
82
83
* A new configuration variable core.sshCommand has been added to
83
84
specify what value for GIT_SSH_COMMAND to use per repository.
@@ -306,7 +307,7 @@ Performance, Internal Implementation, Development Support etc.
306
307
changes and attempts to find matches. This has been optimized by
307
308
lazily computing the full patch-id (which is expensive) to be
308
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).
310
311
311
312
* A handful of tests that were broken under gettext-poison build have
312
313
been fixed.
@@ -660,11 +661,15 @@ notes for details).
660
661
to avoid this (on Windows, this is mapped to O_NOINHERIT).
661
662
(merge 05d1ed6 bw/mingw-avoid-inheriting-fd-to-lockfile later to maint).
662
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
+
663
668
* Other minor clean-ups and documentation updates
664
669
(merge 02a8cfa rs/merge-add-strategies-simplification later to maint).
665
670
(merge af4941d rs/merge-recursive-string-list-init later to maint).
666
671
(merge 1eb47f1 rs/use-strbuf-add-unique-abbrev later to maint).
667
672
(merge ddd0bfa jk/tighten-alloc later to maint).
668
673
(merge ecf30b2 rs/mailinfo-lib later to maint).
669
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).
0 commit comments