]> arthur.barton.de Git - bup.git/commitdiff
Convert bup to binary executable and run python subcommands directly
authorRob Browning <rlb@defaultvalue.org>
Sat, 3 Apr 2021 20:17:01 +0000 (15:17 -0500)
committerRob Browning <rlb@defaultvalue.org>
Sat, 3 Apr 2021 20:17:01 +0000 (15:17 -0500)
Don't execute python subcommands in a child process, run them
directly.  Convert bup (and dev/python, etc.) to be C executables.
See the commit messages, comments, and doc changes (e.g. DESIGN) for
more information.

Signed-off-by: Rob Browning <rlb@defaultvalue.org>
Tested-by: Rob Browning <rlb@defaultvalue.org>

Trivial merge