Earlier quoted context omitted.
Git actually is bundling a lot of stuff you probably don't realize. Run 'git instaweb' for example and it will spin up a local CGI server and perl CGI script to give a very simple web UI: https://git-scm.com/docs/git-instaweb Fossil isn't much different in core functionality here. There is a ton of email client integration and functionality in git too that most people who only use GitHub probably have absolutely no i…
> Run 'git instaweb' for example and it will spin up a local CGI server and perl CGI script to give a very simple web UI: ~ $ git instaweb fatal: git was built without support for git-instaweb (NO_PERL=YesPlease).
lighttpd not found. Install lighttpd or use --httpd to specify another httpd daemon.