Documentation: fix various repeat word typos
commitc9dba103dd1dc75a27edca3e2420be5a1b266e17
authorJacob Stopak <jacob@initialcommit.io>
Sun, 11 Sep 2022 10:23:20 +0000 (11 03:23 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 12 Sep 2022 18:04:55 +0000 (12 11:04 -0700)
tree2e7de8fe212538c86db121255dd210389b364fb0
parentdd3f6c4cae7e3b15ce984dce8593ff7569650e24
Documentation: fix various repeat word typos

Inspired by 24966cd982 ("doc: fix repeated words", 08-09-2019),
I ran "egrep -R "\<([a-zA-Z]+)\> \<\1\>" ./Documentation/*" to
find current cases of repeated words such as "the the" that were
quite clearly typos.

There were many false positives reported, such as "really really"
or valid uses of "that that" which I left alone.

Signed-off-by: Jacob Stopak <jacob@initialcommit.io>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/CodingGuidelines
Documentation/config/transfer.txt
Documentation/git-bundle.txt
Documentation/git-update-index.txt
Documentation/git-upload-pack.txt
Documentation/technical/remembering-renames.txt