]> git.ipfire.org Git - thirdparty/git.git/commit
global: Fix duplicate word typos
authorSven Strickroth <email@cs-ware.de>
Mon, 21 Oct 2024 15:12:26 +0000 (17:12 +0200)
committerTaylor Blau <me@ttaylorr.com>
Mon, 21 Oct 2024 20:05:04 +0000 (16:05 -0400)
commitc32d4a8cfe467f5cc5df70b87db27fa210d63d4b
treef11d027ad34b150594f2227cfa03c0c41905158f
parent34b6ce9b30747131b6e781ff718a45328aa887d0
global: Fix duplicate word typos

Used regex to find these typos:

    (?<!struct )(?<=\s)([a-z]{1,}) \1(?=\s)

Signed-off-by: Sven Strickroth <email@cs-ware.de>
Signed-off-by: Taylor Blau <me@ttaylorr.com>
Documentation/RelNotes/2.45.0.txt
Documentation/RelNotes/2.46.0.txt
Documentation/git-format-patch.txt
Documentation/gitprotocol-v2.txt
Documentation/howto/keep-canonical-history-correct.txt
builtin/difftool.c
ci/lib.sh
fsmonitor.c
oidtree.c
read-cache-ll.h
refs/reftable-backend.c