On Sun, Jun 8, 2014 at 3:25 PM, B Harder <[email protected]> wrote:
> Fossil certainly will spawn external programs if you: > > 1) start a commit w/o a command-line commit message > > 2) run a did with an external diff-command configured. > > , maybe others. > > 3) A new process is started to handle each incoming HTTP request when you run "fossil ui" or "fossil server". 4) "gpg" is run in a separate process to sign checkins, if you have checkin signing enabled. 5) "ssh" is run as a separate process if you push or pull using the "ssh:" protocol. 6) The "fossil all sync" command (as well as other subcommands under "all") starts a second fossil instance in a separate process for each repository to be synced. -- D. Richard Hipp [email protected]
_______________________________________________ fossil-users mailing list [email protected] http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

