Re: [PATCH 2/2] treewide: correct several "up-to-date" to "up to date"

2017-08-24 Thread Martin Ågren
On 24 August 2017 at 05:51, STEVEN WHITE wrote: > On Wed, Aug 23, 2017 at 10:49 AM, Martin Ågren wrote: >> Follow the Oxford style, which says to use "up-to-date" before the noun, >> but "up to date" after it. Don't change plumbing (specifically >> send-pack.c, but transport.c (git push) also has

Re: [PATCH 2/2] treewide: correct several "up-to-date" to "up to date"

2017-08-23 Thread STEVEN WHITE
These corrections all look great (English-language-wise). :) On Wed, Aug 23, 2017 at 10:49 AM, Martin Ågren wrote: > Follow the Oxford style, which says to use "up-to-date" before the noun, > but "up to date" after it. Don't change plumbing (specifically > send-pack.c, but transport.c (git push)

[PATCH 2/2] treewide: correct several "up-to-date" to "up to date"

2017-08-23 Thread Martin Ågren
Follow the Oxford style, which says to use "up-to-date" before the noun, but "up to date" after it. Don't change plumbing (specifically send-pack.c, but transport.c (git push) also has the same string). This was produced by grepping for "up-to-date" and "up to date". It turned out we only had to e