Skip to content

Commit faf420e

Browse files
Martin Ågrenprati0100
Martin Ågren
authored andcommitted
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 <[email protected]> Reported-by: STEVEN WHITE <[email protected]> Signed-off-by: Martin Ågren <[email protected]> Signed-off-by: Junio C Hamano <[email protected]> Signed-off-by: Pratyush Yadav <[email protected]>
1 parent b71c6c3 commit faf420e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

po/README

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ to contribute an update. This may be because you would want to improve
165165
the translation of existing messages, or because the git-gui software
166166
itself was updated and there are new messages that need translation.
167167

168-
In any case, make sure you are up-to-date before starting your work:
168+
In any case, make sure you are up to date before starting your work:
169169

170170
$ git checkout master
171171
$ git pull

0 commit comments

Comments
 (0)