Merge branch 'jm/relnotes-2.15-typofix' into maint

Typofix.

* jm/relnotes-2.15-typofix:
  fix typos in 2.15.0 release notes
This commit is contained in:
Junio C Hamano 2017-11-15 12:05:04 +09:00
commit 2d35c507d2

View File

@ -65,7 +65,7 @@ UI, Workflows & Features
learned to take the 'unfold' and 'only' modifiers to normalize its learned to take the 'unfold' and 'only' modifiers to normalize its
output, e.g. "git log --format=%(trailers:only,unfold)". output, e.g. "git log --format=%(trailers:only,unfold)".
* "gitweb" shows a link to visit the 'raw' contents of blbos in the * "gitweb" shows a link to visit the 'raw' contents of blobs in the
history overview page. history overview page.
* "[gc] rerereResolved = 5.days" used to be invalid, as the variable * "[gc] rerereResolved = 5.days" used to be invalid, as the variable
@ -115,7 +115,7 @@ Performance, Internal Implementation, Development Support etc.
* The filter-process interface learned to allow a process with long * The filter-process interface learned to allow a process with long
latency give a "delayed" response. latency give a "delayed" response.
* Many uses of comparision callback function the hashmap API uses * Many uses of comparison callback function the hashmap API uses
cast the callback function type when registering it to cast the callback function type when registering it to
hashmap_init(), which defeats the compile time type checking when hashmap_init(), which defeats the compile time type checking when
the callback interface changes (e.g. gaining more parameters). the callback interface changes (e.g. gaining more parameters).