git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
* [PATCH 0/1] doc: fix repeated words
@ 2019-08-10  5:59 Mark Rushakoff via GitGitGadget
  2019-08-10  5:59 ` [PATCH 1/1] " Mark Rushakoff via GitGitGadget
  0 siblings, 1 reply; 4+ messages in thread
From: Mark Rushakoff via GitGitGadget @ 2019-08-10  5:59 UTC (permalink / raw)
  To: git; +Cc: Junio C Hamano

Inspired by 21416f0a07 ("restore: fix typo in docs", 2019-08-03), I ran "git
grep -E '(\b[a-zA-Z]+) \1\b' -- Documentation/" to find other cases where
words were duplicated, e.g. "the the", and in most cases removed one of the
repeated words.

Mark Rushakoff (1):
  doc: fix repeated words

 Documentation/config/color.txt                       | 2 +-
 Documentation/config/stash.txt                       | 2 +-
 Documentation/git-fast-export.txt                    | 2 +-
 Documentation/git-fast-import.txt                    | 2 +-
 Documentation/git-pack-objects.txt                   | 2 +-
 Documentation/git-push.txt                           | 2 +-
 Documentation/git-repack.txt                         | 2 +-
 Documentation/technical/hash-function-transition.txt | 2 +-
 Documentation/technical/protocol-v2.txt              | 2 +-
 9 files changed, 9 insertions(+), 9 deletions(-)


base-commit: 2e27de94d485a6da0c8e264c165e55100f1a13a8
Published-As: https://github.com/gitgitgadget/git/releases/tag/pr-309%2Fmark-rushakoff%2Fdocs%2Ffix-repeated-words-v1
Fetch-It-Via: git fetch https://github.com/gitgitgadget/git pr-309/mark-rushakoff/docs/fix-repeated-words-v1
Pull-Request: https://github.com/gitgitgadget/git/pull/309
-- 
gitgitgadget

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2019-08-12  0:41 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-08-10  5:59 [PATCH 0/1] doc: fix repeated words Mark Rushakoff via GitGitGadget
2019-08-10  5:59 ` [PATCH 1/1] " Mark Rushakoff via GitGitGadget
2019-08-10  6:03   ` Jeff King
2019-08-12  0:40     ` Junio C Hamano

Code repositories for project(s) associated with this public inbox

	https://80x24.org/mirrors/git.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).