]> git.ipfire.org Git - thirdparty/git.git/commit - Documentation/git-fast-export.txt
doc: fix repeated words
authorMark Rushakoff <mark.rushakoff@gmail.com>
Sat, 10 Aug 2019 05:59:14 +0000 (22:59 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 12 Aug 2019 00:40:07 +0000 (17:40 -0700)
commit24966cd9820a6b0d4e348807b07cb9af8ba84fc7
treed12bdffb8aa0f4cf53a7ec6d24a074360366bfa1
parent2e27de94d485a6da0c8e264c165e55100f1a13a8
doc: fix repeated words

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.

There were many false positives by this grep command, including
deliberate repeated words like "really really" or valid uses of "that
that" which I left alone, of course.

I also did not correct any of the legitimate, accidentally repeated
words in old RelNotes.

Signed-off-by: Mark Rushakoff <mark.rushakoff@gmail.com>
Acked-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/config/color.txt
Documentation/config/stash.txt
Documentation/git-fast-export.txt
Documentation/git-fast-import.txt
Documentation/git-pack-objects.txt
Documentation/git-push.txt
Documentation/git-repack.txt
Documentation/technical/hash-function-transition.txt
Documentation/technical/protocol-v2.txt