git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
* [PATCH] fix typos in 2.15.0 release notes
@ 2017-11-03 23:15 Jean Carlo Machado
  2017-11-03 23:28 ` Jonathan Nieder
  0 siblings, 1 reply; 5+ messages in thread
From: Jean Carlo Machado @ 2017-11-03 23:15 UTC (permalink / raw)
  To: git; +Cc: Jean Carlo Machado

---
 Documentation/RelNotes/2.15.0.txt | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/Documentation/RelNotes/2.15.0.txt b/Documentation/RelNotes/2.15.0.txt
index 248ba70c3..cdd761bcc 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).
-- 
2.15.0


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* Re: [PATCH] fix typos in 2.15.0 release notes
  2017-11-03 23:15 [PATCH] fix typos in 2.15.0 release notes Jean Carlo Machado
@ 2017-11-03 23:28 ` Jonathan Nieder
  2017-11-04 12:16   ` Jean Carlo Machado
  0 siblings, 1 reply; 5+ messages in thread
From: Jonathan Nieder @ 2017-11-03 23:28 UTC (permalink / raw)
  To: Jean Carlo Machado; +Cc: git

Hi,

Jean Carlo Machado wrote:

> ---
>  Documentation/RelNotes/2.15.0.txt | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)

Thanks!  Can we have your sign-off?  (See
Documentation/SubmittingPatches section 5 "Certify your work" for what
this means.)

Sincerely,
Jonathan

^ permalink raw reply	[flat|nested] 5+ messages in thread

* (no subject)
  2017-11-03 23:28 ` Jonathan Nieder
@ 2017-11-04 12:16   ` Jean Carlo Machado
  2017-11-04 12:16     ` [PATCH] fix typos in 2.15.0 release notes Jean Carlo Machado
  0 siblings, 1 reply; 5+ messages in thread
From: Jean Carlo Machado @ 2017-11-04 12:16 UTC (permalink / raw)
  To: jrnieder; +Cc: contato, git


I hope it's right this time. :)

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [PATCH] fix typos in 2.15.0 release notes
  2017-11-04 12:16   ` Jean Carlo Machado
@ 2017-11-04 12:16     ` Jean Carlo Machado
  2017-11-06  2:33       ` Junio C Hamano
  0 siblings, 1 reply; 5+ messages in thread
From: Jean Carlo Machado @ 2017-11-04 12:16 UTC (permalink / raw)
  To: jrnieder; +Cc: contato, git

Signed-off-by: Jean Carlo Machado <contato@jeancarlomachado.com.br>
---
 Documentation/RelNotes/2.15.0.txt | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/Documentation/RelNotes/2.15.0.txt b/Documentation/RelNotes/2.15.0.txt
index 248ba70c3..cdd761bcc 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).
-- 
2.15.0


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* Re: [PATCH] fix typos in 2.15.0 release notes
  2017-11-04 12:16     ` [PATCH] fix typos in 2.15.0 release notes Jean Carlo Machado
@ 2017-11-06  2:33       ` Junio C Hamano
  0 siblings, 0 replies; 5+ messages in thread
From: Junio C Hamano @ 2017-11-06  2:33 UTC (permalink / raw)
  To: Jean Carlo Machado; +Cc: jrnieder, git

Jean Carlo Machado <contato@jeancarlomachado.com.br> writes:

> Signed-off-by: Jean Carlo Machado <contato@jeancarlomachado.com.br>
> ---
>  Documentation/RelNotes/2.15.0.txt | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)

It is pretty much pointless to update release notes after a release
is made, as the fixed version will not be seen as many people as it
should be.  So the next time it would be appreciated 10x if you send
such a patch before the release happens.

Will queue for the 'maint' track.  Thanks.




^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2017-11-06  2:34 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-11-03 23:15 [PATCH] fix typos in 2.15.0 release notes Jean Carlo Machado
2017-11-03 23:28 ` Jonathan Nieder
2017-11-04 12:16   ` Jean Carlo Machado
2017-11-04 12:16     ` [PATCH] fix typos in 2.15.0 release notes Jean Carlo Machado
2017-11-06  2:33       ` Junio C Hamano

Code repositories for project(s) associated with this public inbox

	https://80x24.org/mirrors/git.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).