1
0
mirror of https://github.com/git/git.git synced 2024-09-29 07:22:56 +02:00
git/contrib/examples
Martin Ågren 7560f547e6 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>
2017-08-23 12:17:22 -07:00
..
builtin-fetch--tool.c
git-am.sh
git-checkout.sh
git-clean.sh
git-clone.sh
git-commit.sh
git-difftool.perl
git-fetch.sh
git-gc.sh
git-log.sh
git-ls-remote.sh
git-merge-ours.sh
git-merge.sh
git-notes.sh
git-pull.sh
git-remote.perl
git-repack.sh
git-rerere.perl
git-reset.sh
git-resolve.sh
git-revert.sh
git-svnimport.perl
git-svnimport.txt
git-tag.sh
git-verify-tag.sh
git-whatchanged.sh
README

These are original scripted implementations, kept primarily for their
reference value to any aspiring plumbing users who want to learn how
pieces can be fit together.