From: "Mark Rushakoff via GitGitGadget" <gitgitgadget@gmail.com>
To: git@vger.kernel.org
Cc: Junio C Hamano <gitster@pobox.com>
Subject: [PATCH 0/1] doc: fix repeated words
Date: Fri, 09 Aug 2019 22:59:13 -0700 (PDT) [thread overview]
Message-ID: <pull.309.git.gitgitgadget@gmail.com> (raw)
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
next reply other threads:[~2019-08-10 5:59 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-08-10 5:59 Mark Rushakoff via GitGitGadget [this message]
2019-08-10 5:59 ` [PATCH 1/1] doc: fix repeated words Mark Rushakoff via GitGitGadget
2019-08-10 6:03 ` Jeff King
2019-08-12 0:40 ` Junio C Hamano
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=pull.309.git.gitgitgadget@gmail.com \
--to=gitgitgadget@gmail.com \
--cc=git@vger.kernel.org \
--cc=gitster@pobox.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.