]> Sergey Matveev's repositories - public-inbox.git/commit
convert: fix --no-index switch
authorEric Wong <e@yhbt.net>
Sun, 2 Feb 2020 06:52:20 +0000 (06:52 +0000)
committerEric Wong <e@yhbt.net>
Sun, 2 Feb 2020 17:29:57 +0000 (17:29 +0000)
commit4bb77753fbbc30ab396a1b01d70cf65b629b6276
tree4a27d0deef4e32a8a88c57960027344e321a3b28
parent2fef8c4500fc00a15b36552c2a22da1582af033d
convert: fix --no-index switch

The (currently undocumented) "--no-index" flag did not trigger
the V2Writable->done call necessary to make the import
successful.

Fixes: eea47b676127bcdb ("convert: preserve highwater mark from v1 msgmap")
script/public-inbox-convert
t/convert-compact.t