about summary refs log tree commit homepage
path: root/lib
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2020-09-19 09:37:12 +0000
committerEric Wong <e@80x24.org>2020-09-19 21:39:45 +0000
commit3750b2e2952e55fe4a04c73fc78f25c5e07d0525 (patch)
tree7779afd57d97ef2f65146162744f61cdb23a0c91 /lib
parentdc03cabb5d167618797e9e8a6ec615bda7b0638b (diff)
downloadpublic-inbox-3750b2e2952e55fe4a04c73fc78f25c5e07d0525.tar.gz
Hopefully this allows others to more quickly figure out what's
going on.
Diffstat (limited to 'lib')
-rw-r--r--lib/PublicInbox/Gcf2.pm5
-rw-r--r--lib/PublicInbox/Gcf2Client.pm2
2 files changed, 5 insertions, 2 deletions
diff --git a/lib/PublicInbox/Gcf2.pm b/lib/PublicInbox/Gcf2.pm
index 6ac3aa18..fe76b1fd 100644
--- a/lib/PublicInbox/Gcf2.pm
+++ b/lib/PublicInbox/Gcf2.pm
@@ -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);
diff --git a/lib/PublicInbox/Gcf2Client.pm b/lib/PublicInbox/Gcf2Client.pm
index 5120698f..a048cd1a 100644
--- a/lib/PublicInbox/Gcf2Client.pm
+++ b/lib/PublicInbox/Gcf2Client.pm
@@ -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';