diff mbox series

Documentation/fsck-msgids.txt: remove duplicate 'gitmodulesLarge'

Message ID ad1342d101112f52f45c2dfef4c369f7676aa9c6.1716385486.git.me@ttaylorr.com (mailing list archive)
State New
Headers show
Series Documentation/fsck-msgids.txt: remove duplicate 'gitmodulesLarge' | expand

Commit Message

Taylor Blau May 22, 2024, 1:44 p.m. UTC
Commit f6534dbda47 (fsck: document msg-id, 2022-10-25) introduced the
various fsck errors/warnings/etc into documentation, but included a
duplicate entry for `gitmodulesLarge`.

Drop the latter one, ensuring that the `gitmodules`-related fsck msg-ids
stay in alphabetical order.

After applying this commit, the following shows that we have no more
duplicate entries:

    perl -ne '
      if (/^`([a-zA-Z]+)/) { $ids{$1}++ }
      END { print "$_\n" for grep { $ids{$_} > 1 } keys %ids }' \
      Documentation/fsck-msgids.txt

Signed-off-by: Taylor Blau <me@ttaylorr.com>
---
 Documentation/fsck-msgids.txt | 3 ---
 1 file changed, 3 deletions(-)
diff mbox series

Patch

diff --git a/Documentation/fsck-msgids.txt b/Documentation/fsck-msgids.txt
index 5edc06c658..68b8bb492b 100644
--- a/Documentation/fsck-msgids.txt
+++ b/Documentation/fsck-msgids.txt
@@ -79,9 +79,6 @@ 
 `gitmodulesParse`::
 	(INFO) Could not parse `.gitmodules` blob.
 
-`gitmodulesLarge`;
-	(ERROR) `.gitmodules` blob is too large to parse.
-
 `gitmodulesPath`::
 	(ERROR) `.gitmodules` path is invalid.