about summary refs log tree commit homepage
path: root/script/public-inbox-init
DateCommit message (Expand)
2020-09-02init+convert: create non-existing directory hierarchies
2020-09-02script/*: fold $usage into $help, support `-h' instead of -?
2020-08-20init+index: support --skip-docdata for Xapian
2020-08-20init: drop -N alias for --skip-artnum
2020-08-20init: support --newsgroup option
2020-08-20init: support --help and -?
2020-08-10index: cleanup internal variables
2020-08-10avoid File::Temp::tempfile in more places
2020-07-26t/init.t: don't modify ~/.public-inbox/
2020-07-17config: reject `\n' in `inboxdir'
2020-06-23init: add --skip-artnum parameter
2020-06-23init: refer to inboxes as "inbox" or "inboxes" in errors
2020-06-23init: add -j / --jobs parameter
2020-02-06treewide: run update-copyrights from gnulib for 2019
2020-01-27init: use Import::run_die instead of system()
2020-01-06treewide: "require" + "use" cleanup and docs
2019-11-16init: pass global variables into subs
2019-10-16config: support "inboxdir" in addition to "mainrepo"
2019-10-05init: implement locking
2019-10-05init: favor --skip-epoch instead of --skip
2019-09-09run update-copyrights from gnulib for 2019
2019-05-23doc: various updates to reflect current state
2019-05-23v1writable: retire in favor of InboxWritable
2019-05-22init: preserve permissions for git prior to 2.1.0
2019-05-15admin: improve warnings and errors for missing modules
2019-05-15lazy load Xapian and make it optional for v2
2019-05-14v1writable: new wrapper which is closer to v2writable
2018-12-28init: allow --skip of old epochs for -V2 repos
2018-12-27init: do not set publicinbox.$NAME.indexlevel by default
2018-07-19public-inbox-init: Initialize indexlevel
2018-04-04init: s/GIT_DIR/REPO_DIR/ in usage
2018-03-29v2writable: initializing an existing inbox is idempotent
2018-03-20InboxWritable: add mbox/maildir parsing + import logic
2018-03-19v2writable: allow disabling parallelization
2018-02-28v2/ui: get nntpd and init tests running on v2
2018-02-07update copyrights for 2018
2016-12-12init: preserve permissions of existing config file
2016-09-02init: enable pack bitmaps by default
2016-05-16declare Inbox object for reusability
2016-05-14rename most instances of "list" to "inbox"
2016-02-27move executables to script/ directory