git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
* [PATCH] Documentation/fsck-msgids.txt: remove duplicate 'gitmodulesLarge'
@ 2024-05-22 13:44 Taylor Blau
  0 siblings, 0 replies; only message in thread
From: Taylor Blau @ 2024-05-22 13:44 UTC (permalink / raw
  To: git; +Cc: John Cai, Junio C Hamano

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 --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.
 
-- 
2.45.1.216.g4365c6fcf96


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2024-05-22 13:45 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-22 13:44 [PATCH] Documentation/fsck-msgids.txt: remove duplicate 'gitmodulesLarge' Taylor Blau

Code repositories for project(s) associated with this public inbox

	https://80x24.org/mirrors/git.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).