]> Sergey Matveev's repositories - public-inbox.git/commit
Merge remote-tracking branch 'origin/lei' into eidx
authorEric Wong <e@80x24.org>
Fri, 1 Jan 2021 04:58:39 +0000 (04:58 +0000)
committerEric Wong <e@80x24.org>
Fri, 1 Jan 2021 04:58:39 +0000 (04:58 +0000)
commitd49c0789d208e66121bfb68ff0c48d7612a7cd8e
treef59296dc3c63c8ca1dd8445821f43777333ba30e
parent8862c33ae93eea1af6246cd3c7a81e0a122186bf
parent0c8106d44f317175e122744b43407bf067183175
Merge remote-tracking branch 'origin/lei' into eidx

* origin/lei: (28 commits)
  lei: rename proposed "query" command to "q", add JSON output
  lei_xsearch: cross-(inbox|extindex) search
  lei: extinbox: start implementing in config file
  lei: revise output routines
  lei: support for -$DIGIT and -$SIG CLI switches
  build: add lei.sh + "make symlink-install" target
  lei: start working on bash completion
  lei: drop $SIG{__DIE__}, add oneshot fallbacks
  lei: restore default __DIE__ handler for event loop
  on_destroy: generic localized END
  lei_store: keyword extraction from mbox and Maildir
  lei_store: relax GIT_COMMITTER_IDENT check
  lei: micro-optimize startup time
  lei: rename $client => $self and bless
  lei: help: show actual paths being operated on
  lei: support pass-through for `lei config'
  rename LeiDaemon package to PublicInbox::LEI
  search: simplify initialization, add ->xdb_shards_flat
  lei_store: simplify git_epoch_max, slightly
  lei: support `daemon-env' for modifying long-lived env
  ...