about summary refs log tree commit homepage
path: root/MANIFEST
diff options
context:
space:
mode:
authorEric Wong <e@yhbt.net>2020-06-27 10:03:57 +0000
committerEric Wong <e@yhbt.net>2020-06-28 22:29:39 +0000
commitab58bcb9909967503bc4ed810f2053b8ed6efb2e (patch)
tree7230cddec76cd1813060bbc34c5e7b9c66ef3bf1 /MANIFEST
parentd3eba34bc83fc75ded13e3b1c6bd763261452dae (diff)
downloadpublic-inbox-ab58bcb9909967503bc4ed810f2053b8ed6efb2e.tar.gz
Git.pm may not be installed on some systems; or some users have
multiple Perl installations and Git.pm is not available to the
Perl running -watch.  Accomodate both those types of users by
providing our own "git credential" wrapper.
Diffstat (limited to 'MANIFEST')
-rw-r--r--MANIFEST1
1 files changed, 1 insertions, 0 deletions
diff --git a/MANIFEST b/MANIFEST
index f9d1eea5..6de2c725 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -123,6 +123,7 @@ lib/PublicInbox/Filter/Vger.pm
 lib/PublicInbox/GetlineBody.pm
 lib/PublicInbox/Git.pm
 lib/PublicInbox/GitAsyncCat.pm
+lib/PublicInbox/GitCredential.pm
 lib/PublicInbox/GitHTTPBackend.pm
 lib/PublicInbox/GzipFilter.pm
 lib/PublicInbox/HTTP.pm