From: Junio C Hamano Date: Thu, 9 Nov 2017 05:31:25 +0000 (+0900) Subject: Merge branch 'jm/relnotes-2.15-typofix' X-Git-Tag: v2.16.0-rc0~154 X-Git-Url: https://www.git.lorimer.id.au/gitweb.git/diff_plain/5ee882da537bcd939eae564330a775601cf65a58?hp=7668cbc60578f99a4c048f8f8f38787930b8147b Merge branch 'jm/relnotes-2.15-typofix' Typofix. * jm/relnotes-2.15-typofix: fix typos in 2.15.0 release notes --- diff --git a/Documentation/RelNotes/2.15.0.txt b/Documentation/RelNotes/2.15.0.txt index 248ba70c3d..cdd761bcc2 100644 --- a/Documentation/RelNotes/2.15.0.txt +++ b/Documentation/RelNotes/2.15.0.txt @@ -65,7 +65,7 @@ UI, Workflows & Features learned to take the 'unfold' and 'only' modifiers to normalize its 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. * "[gc] rerereResolved = 5.days" used to be invalid, as the variable @@ -109,13 +109,13 @@ Performance, Internal Implementation, Development Support etc. * Conversion from uchar[20] to struct object_id continues. * Start using selected c99 constructs in small, stable and - essentialpart of the system to catch people who care about + essential part of the system to catch people who care about older compilers that do not grok them. * The filter-process interface learned to allow a process with long 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 hashmap_init(), which defeats the compile time type checking when the callback interface changes (e.g. gaining more parameters).