From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-Status: No, score=-4.0 required=3.0 tests=ALL_TRUSTED,BAYES_00 shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id 1D7A11FA13 for ; Sat, 19 Sep 2020 09:37:15 +0000 (UTC) From: Eric Wong To: meta@public-inbox.org Subject: [PATCH 5/7] gcf2*: more descriptive package descriptions Date: Sat, 19 Sep 2020 09:37:12 +0000 Message-Id: <20200919093714.21776-6-e@80x24.org> In-Reply-To: <20200919093714.21776-1-e@80x24.org> References: <20200919093714.21776-1-e@80x24.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: Hopefully this allows others to more quickly figure out what's going on. --- lib/PublicInbox/Gcf2.pm | 5 +++-- lib/PublicInbox/Gcf2Client.pm | 2 ++ 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 # License: AGPL-3.0+ -# -# 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 # License: AGPL-3.0+ + +# connects public-inbox processes to public-inbox-gcf2(1) package PublicInbox::Gcf2Client; use strict; use parent 'PublicInbox::Git';