From: Eric Wong Date: Sun, 19 Apr 2020 23:19:34 +0000 (+0000) Subject: import: init_bare: allow use as method, use in tests X-Git-Tag: v1.5.0~63 X-Git-Url: http://www.git.stargrave.org/?p=public-inbox.git;a=commitdiff_plain;h=d55abcc42bde846d9047491125dd2b32645dafd8;hp=d55abcc42bde846d9047491125dd2b32645dafd8 import: init_bare: allow use as method, use in tests 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. ---