All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/1] Documentation: fix various repeat word typos
@ 2022-09-11 10:23 Jacob Stopak
  2022-09-11 10:23 ` [PATCH 1/1] " Jacob Stopak
  0 siblings, 1 reply; 6+ messages in thread
From: Jacob Stopak @ 2022-09-11 10:23 UTC (permalink / raw)
  To: git; +Cc: Jacob Stopak

First contribution :D!

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.

Hope to contribute a code change one of these days!

Jacob Stopak (1):
  Documentation: fix various repeat word typos

 Documentation/CodingGuidelines                         | 2 +-
 Documentation/config/transfer.txt                      | 2 +-
 Documentation/git-bundle.txt                           | 2 +-
 Documentation/git-update-index.txt                     | 2 +-
 Documentation/git-upload-pack.txt                      | 2 +-
 Documentation/howto/keep-canonical-history-correct.txt | 2 +-
 Documentation/technical/remembering-renames.txt        | 2 +-
 7 files changed, 7 insertions(+), 7 deletions(-)


base-commit: dd3f6c4cae7e3b15ce984dce8593ff7569650e24
-- 
2.32.0 (Apple Git-132)


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

end of thread, other threads:[~2022-09-12 18:16 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-09-11 10:23 [PATCH 0/1] Documentation: fix various repeat word typos Jacob Stopak
2022-09-11 10:23 ` [PATCH 1/1] " Jacob Stopak
2022-09-11 16:36   ` Eric Sunshine
2022-09-12 16:14     ` Junio C Hamano
2022-09-12 17:58       ` Jacob Stopak
2022-09-12 18:16         ` Junio C Hamano

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.