]> Sergey Matveev's repositories - public-inbox.git/commitdiff
Merge remote-tracking branch 'origin/edit' into next
authorEric Wong <e@80x24.org>
Fri, 14 Jun 2019 16:23:00 +0000 (16:23 +0000)
committerEric Wong <e@80x24.org>
Fri, 14 Jun 2019 16:23:00 +0000 (16:23 +0000)
* origin/edit:
  edit: unlink temporary file when done
  v2writable: replace: kill git processes before reindexing
  edit: drop unwanted headers before noop check
  edit|purge: improve output on rewrites
  edit: new tool to perform edits
  doc: document the --prune option for -index
  admin: expose ->config
  AdminEdit: move editability checks from -purge
  admin: beef up resolve_inboxes to handle purge options
  purge: start moving common options to AdminEdit module
  admin: remove warning arg for unconfigured inboxes
  v2writable: implement ->replace call
  import: switch to "replace_oids" interface for purge
  import: extract_author_info becomes extract_commit_info
  v2writable: consolidate overview and indexing call

1  2 
Documentation/include.mk
Documentation/public-inbox-index.pod

index 10bd29f0ed21b101423680e6160c3cfa5c7f12f1,f5f46d0bbac8e2331cdca716922f73b9a856a84e..8501adc86873393e9c89aa82c91ecbd23a64c72f
@@@ -32,7 -32,7 +32,8 @@@ podtext = $(PODTEXT) $(PODTEXT_OPTS
  # MakeMaker only seems to support manpage sections 1 and 3...
  m1 =
  m1 += public-inbox-compact
 +m1 += public-inbox-convert
+ m1 += public-inbox-edit
  m1 += public-inbox-httpd
  m1 += public-inbox-index
  m1 += public-inbox-mda
Simple merge