]> Sergey Matveev's repositories - public-inbox.git/commitdiff
import: init_bare: allow use as method, use in tests
authorEric Wong <e@yhbt.net>
Sun, 19 Apr 2020 23:19:34 +0000 (23:19 +0000)
committerEric Wong <e@yhbt.net>
Mon, 20 Apr 2020 20:18:16 +0000 (20:18 +0000)
Allowing ->init_bare to be used as a method saves some
keystrokes, and we can save a little bit of time on systems with
our vfork(2)-enabled spawn().

This also sets us up for future improvements where we can
avoid spawning a process at all.


No differences found