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 memoize common git-path "constant" files 2015-08-10 15:37:14 -07:00
git-am.sh Merge branch 'js/maint-am-skip-performance-regression' 2015-09-14 14:59:13 -07:00
git-checkout.sh Merge branch 'ep/shell-command-substitution' 2014-04-21 10:42:42 -07:00
git-clean.sh
git-clone.sh contrib/examples/git-clone.sh: avoid "test <cond> -a/-o <cond>" 2014-06-09 14:47:06 -07:00
git-commit.sh contrib/examples/git-commit.sh: use the $( ... ) construct for command substitution 2015-12-27 15:33:13 -08:00
git-difftool.perl Merge branch 'js/difftool-builtin' 2017-01-31 13:15:00 -08:00
git-fetch.sh contrib/examples/git-fetch.sh: use the $( ... ) construct for command substitution 2015-12-27 15:33:13 -08:00
git-gc.sh
git-log.sh
git-ls-remote.sh git-ls-remote.sh: use the $( ... ) construct for command substitution 2014-04-17 11:14:59 -07:00
git-merge-ours.sh
git-merge.sh treewide: correct several "up-to-date" to "up to date" 2017-08-23 12:17:22 -07:00
git-notes.sh
git-pull.sh Merge branch 'pt/pull-builtin' 2015-10-14 14:30:21 -07:00
git-remote.perl
git-repack.sh contrib/examples/git-repack.sh: use the $( ... ) construct for command substitution 2015-12-27 15:33:13 -08:00
git-rerere.perl
git-reset.sh comments: fix misuses of "nor" 2014-03-31 15:29:27 -07:00
git-resolve.sh treewide: correct several "up-to-date" to "up to date" 2017-08-23 12:17:22 -07:00
git-revert.sh contrib/examples/git-revert.sh: use the $( ... ) construct for command substitution 2015-12-27 15:33:13 -08:00
git-svnimport.perl
git-svnimport.txt various contrib: Fix links in man pages 2014-08-07 09:43:21 -07:00
git-tag.sh git-tag.sh: use the $( ... ) construct for command substitution 2014-04-17 11:15:00 -07:00
git-verify-tag.sh
git-whatchanged.sh repo-config: remove deprecated alias for "git config" 2013-11-12 14:10:17 -08:00
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.