about summary refs log tree commit homepage
path: root/lib/PublicInbox/GitHTTPBackend.pm
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2019-01-07 09:09:51 +0000
committerEric Wong <e@80x24.org>2019-01-09 11:44:52 +0000
commita9cab9c477b74b3b828c26aa64e70d88c9d6744c (patch)
treef0205f3253aad322c6a7e074b3939d1d345e1b56 /lib/PublicInbox/GitHTTPBackend.pm
parente683624b96fdc2587a2e45895d22b373c8a6413b (diff)
downloadpublic-inbox-a9cab9c477b74b3b828c26aa64e70d88c9d6744c.tar.gz
Hopefully this helps people familiarize themselves with
the source code.
Diffstat (limited to 'lib/PublicInbox/GitHTTPBackend.pm')
-rw-r--r--lib/PublicInbox/GitHTTPBackend.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/PublicInbox/GitHTTPBackend.pm b/lib/PublicInbox/GitHTTPBackend.pm
index 6efe5b31..54ccfa05 100644
--- a/lib/PublicInbox/GitHTTPBackend.pm
+++ b/lib/PublicInbox/GitHTTPBackend.pm
@@ -2,7 +2,7 @@
 # License: AGPL-3.0+ <https://www.gnu.org/licenses/agpl-3.0.txt>
 
 # when no endpoints match, fallback to this and serve a static file
-# or smart HTTP
+# or smart HTTP.  This is our wrapper for git-http-backend(1)
 package PublicInbox::GitHTTPBackend;
 use strict;
 use warnings;