diff options
author | Martin Ågren <martin.agren@gmail.com> | 2017-08-23 19:49:35 +0200 |
---|---|---|
committer | Pratyush Yadav <me@yadavpratyush.com> | 2019-09-24 19:48:27 +0530 |
commit | faf420e05a96ff167f41161f3feebce4c31cf044 (patch) | |
tree | 3c5ac2f526f0b10cd0ccf4d11e644390849520b8 /po/README | |
parent | Fix build with core.autocrlf=true (diff) | |
download | tgif-faf420e05a96ff167f41161f3feebce4c31cf044.tar.xz |
treewide: correct several "up-to-date" to "up to date"
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 edit in one direction, removing the hyphens.
Fix a typo in Documentation/git-diff-index.txt while we're there.
Reported-by: Jeffrey Manian <jeffrey.manian@gmail.com>
Reported-by: STEVEN WHITE <stevencharleswhitevoices@gmail.com>
Signed-off-by: Martin Ågren <martin.agren@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Signed-off-by: Pratyush Yadav <me@yadavpratyush.com>
Diffstat (limited to 'po/README')
-rw-r--r-- | po/README | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -165,7 +165,7 @@ to contribute an update. This may be because you would want to improve the translation of existing messages, or because the git-gui software itself was updated and there are new messages that need translation. -In any case, make sure you are up-to-date before starting your work: +In any case, make sure you are up to date before starting your work: $ git checkout master $ git pull |