about summary refs log tree commit homepage
path: root/MANIFEST
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2016-12-13 21:56:39 +0000
committerEric Wong <e@80x24.org>2016-12-14 00:22:55 +0000
commit00488f0cfe9f81d04cd65d09ea783e860c937401 (patch)
tree24e4d9282d5e7098fc6cbdcc9d5615c46513661f /MANIFEST
parentf9d4f28d9761011d3c7ffad9e2c9d1e54b65c519 (diff)
parent6cdb0221d18b2caed4d0caebf7c20d6eb159497d (diff)
downloadpublic-inbox-00488f0cfe9f81d04cd65d09ea783e860c937401.tar.gz
* origin/repobrowse: (98 commits)
  t/repobrowse_git_httpd.t: ensure signature exists for split
  t/repobrowse_git_tree.t: fix test for lack of bold
  repobrowse: fix alignment of gitlink entries
  repobrowse: show invalid type for tree views
  repobrowse: do not bold directory names in tree view
  repobrowse: reduce checks for response fh
  repobrowse: larger, short-lived buffer for reading patches
  repobrowse: reduce risk of callback reference cycles
  repobrowse: snapshot support for cgit compatibility
  test: disable warning for Plack::Test::Impl
  repobrowse: avoid confusing linkification for "diff"
  repobrowse: git commit view uses pi-httpd.async
  repobrowse: more consistent variable naming for /commit/
  repobrowse: show roughly equivalent "diff-tree" invocation
  repobrowse: reduce local variables for state management
  repobrowse: summary handles multiple README types
  repobrowse: remove bold decorations from diff view
  repobrowse: common git diff parsing code
  repobrowse: implement diff view for compatibility
  examples/repobrowse.psgi: disable Chunked response by default
  ...
Diffstat (limited to 'MANIFEST')
-rw-r--r--MANIFEST30
1 files changed, 30 insertions, 0 deletions
diff --git a/MANIFEST b/MANIFEST
index 3388b1a1..8e0681a2 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -34,6 +34,7 @@ examples/public-inbox-httpd@.service
 examples/public-inbox-nntpd.socket
 examples/public-inbox-nntpd@.service
 examples/public-inbox.psgi
+examples/repobrowse.psgi
 examples/unsubscribe-milter.socket
 examples/unsubscribe-milter@.service
 examples/unsubscribe-psgi.socket
@@ -74,6 +75,25 @@ lib/PublicInbox/NewsWWW.pm
 lib/PublicInbox/ParentPipe.pm
 lib/PublicInbox/ProcessPipe.pm
 lib/PublicInbox/Qspawn.pm
+lib/PublicInbox/Repobrowse.pm
+lib/PublicInbox/RepobrowseBase.pm
+lib/PublicInbox/RepobrowseConfig.pm
+lib/PublicInbox/RepobrowseGit.pm
+lib/PublicInbox/RepobrowseGitAtom.pm
+lib/PublicInbox/RepobrowseGitBlob.pm
+lib/PublicInbox/RepobrowseGitCommit.pm
+lib/PublicInbox/RepobrowseGitDiff.pm
+lib/PublicInbox/RepobrowseGitDiffCommon.pm
+lib/PublicInbox/RepobrowseGitFallback.pm
+lib/PublicInbox/RepobrowseGitLog.pm
+lib/PublicInbox/RepobrowseGitPatch.pm
+lib/PublicInbox/RepobrowseGitPlain.pm
+lib/PublicInbox/RepobrowseGitQuery.pm
+lib/PublicInbox/RepobrowseGitSnapshot.pm
+lib/PublicInbox/RepobrowseGitSummary.pm
+lib/PublicInbox/RepobrowseGitTag.pm
+lib/PublicInbox/RepobrowseGitTree.pm
+lib/PublicInbox/RepobrowseRoot.pm
 lib/PublicInbox/SaPlugin/ListMirror.pm
 lib/PublicInbox/Search.pm
 lib/PublicInbox/SearchIdx.pm
@@ -136,6 +156,7 @@ t/httpd-corner.psgi
 t/httpd-corner.t
 t/httpd-unix.t
 t/httpd.t
+t/hval.t
 t/import.t
 t/inbox.t
 t/init.t
@@ -153,6 +174,15 @@ t/psgi_attach.t
 t/psgi_mount.t
 t/psgi_text.t
 t/qspawn.t
+t/repobrowse.t
+t/repobrowse_common_git.perl
+t/repobrowse_git.t
+t/repobrowse_git_atom.t
+t/repobrowse_git_commit.t
+t/repobrowse_git_httpd.t
+t/repobrowse_git_plain.t
+t/repobrowse_git_snapshot.t
+t/repobrowse_git_tree.t
 t/search.t
 t/spamcheck_spamc.t
 t/spawn.t