about summary refs log tree commit homepage
DateCommit message (Expand)
2019-06-14searchidx: require PublicInbox::Inbox (or InboxWritable) ref
2019-06-14Makefile.PL: add test scripts to syntax checks
2019-06-14t/www_listing: favor HTTP::Tiny over Net::HTTP
2019-06-14edit: fix portability of editor invocation
2019-06-14Merge remote-tracking branch 'origin/reshard' into next
2019-06-14Merge remote-tracking branch 'origin/manifest' into next
2019-06-14Merge remote-tracking branch 'origin/edit' into next
2019-06-14xcpdb: support resharding v2 repos
2019-06-14xcpdb: use destination shard as progress prefix
2019-06-14xapcmd: preserve indexlevel based on the destination
2019-06-14v2writable: use a smaller default for Xapian partitions
2019-06-14git: remove cat_file sub callback interface
2019-06-14nntp: filter out duplicate Message-IDs for leafnode
2019-06-13nntp: ensure Message-ID is not folded for leafnode
2019-06-13nntp: add Path: header for leafnode
2019-06-13Makefile.PL: "dsyn" target to check syntax of changed files
2019-06-13doc: update dependencies for CentOS 7.x
2019-06-13t/common.perl: fix error message for git requirements
2019-06-13searchmsg: remove unused ->get subroutine
2019-06-12searchidx: improve error message when Xapian fails
2019-06-12edit: unlink temporary file when done
2019-06-10v2writable: replace: kill git processes before reindexing
2019-06-10edit: drop unwanted headers before noop check
2019-06-10edit|purge: improve output on rewrites
2019-06-10git: ensure ->modified returns an integer
2019-06-10doc: index.pod: fix mismatched =back
2019-06-10doc: generate manpage and HTML from -convert POD
2019-06-10doc: clean-doc target removes *.8 manpages
2019-06-09edit: new tool to perform edits
2019-06-09doc: document the --prune option for -index
2019-06-09admin: expose ->config
2019-06-09AdminEdit: move editability checks from -purge
2019-06-09admin: beef up resolve_inboxes to handle purge options
2019-06-09purge: start moving common options to AdminEdit module
2019-06-09admin: remove warning arg for unconfigured inboxes
2019-06-09v2writable: implement ->replace call
2019-06-09import: switch to "replace_oids" interface for purge
2019-06-09import: extract_author_info becomes extract_commit_info
2019-06-09v2writable: consolidate overview and indexing call
2019-06-09www: support $INBOX/git/$EPOCH.git for v2 cloning
2019-06-09www: wire up /$INBOX/manifest.js.gz, too
2019-06-09wwwlisting: generate grokmirror-compatible manifest.js.gz
2019-06-09wwwlisting: allow hiding entries from manifest
2019-06-05scripts: add README to describe its purpose
2019-06-05scripts: require ASCII digits in a few places
2019-06-05tighten up digit matches to ASCII for git output
2019-06-04t: avoid "subtest" for Perl 5.10.1 compatibility
2019-06-04Merge branch 'charclass'
2019-06-04MANIFEST: add examples/nginx_proxy
2019-06-04examples: add sample nginx configuration