]> Sergey Matveev's repositories - public-inbox.git/commitdiff
gcf2*: more descriptive package descriptions
authorEric Wong <e@80x24.org>
Sat, 19 Sep 2020 09:37:12 +0000 (09:37 +0000)
committerEric Wong <e@80x24.org>
Sat, 19 Sep 2020 21:39:45 +0000 (21:39 +0000)
Hopefully this allows others to more quickly figure out what's
going on.

lib/PublicInbox/Gcf2.pm
lib/PublicInbox/Gcf2Client.pm

index 6ac3aa188b9a50f32b244d5ecb799a2aa16b45b5..fe76b1fdaaf2a61881d08c51718ba4f680d0a98e 100644 (file)
@@ -1,7 +1,8 @@
 # Copyright (C) 2020 all contributors <meta@public-inbox.org>
 # License: AGPL-3.0+ <https://www.gnu.org/licenses/agpl-3.0.txt>
-#
-# git-cat-file based on libgit2
+
+# backend for public-inbox-gcf2(1) (git-cat-file based on libgit2,
+# other libgit2 stuff may go here, too)
 package PublicInbox::Gcf2;
 use strict;
 use PublicInbox::Spawn qw(which popen_rd);
index 5120698f2e689ca751c0aeeb75da8bf910f41cef..a048cd1a6e26bcbe799647115bc18c38f46c1d73 100644 (file)
@@ -1,5 +1,7 @@
 # Copyright (C) 2020 all contributors <meta@public-inbox.org>
 # License: AGPL-3.0+ <https://www.gnu.org/licenses/agpl-3.0.txt>
+
+# connects public-inbox processes to public-inbox-gcf2(1)
 package PublicInbox::Gcf2Client;
 use strict;
 use parent 'PublicInbox::Git';