From: Jakub Narebski Date: Thu, 23 Jun 2011 20:59:26 +0000 (+0200) Subject: git-instaweb: Move all actions at the end of script X-Git-Tag: v1.7.7-rc0~127^2~1 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/c0175f92c7da1c379c25b5a70d53b9d550bcc11d?ds=inline;hp=c0175f92c7da1c379c25b5a70d53b9d550bcc11d git-instaweb: Move all actions at the end of script As a nice side-effect now the order of parameters does not matter: $ git instaweb --httpd=apache2 --start is now (after this patch) the same as $ git instaweb --start --httpd=apache2 Before this commit --start, --stop, --restart (and their subcommand versions start, stop, restart) exited immediately. This is preparatory work for making start/restart check that correct configuration is set up; this change was required to have access in start_httpd to requested web browser etc. Signed-off-by: Jakub Narebski Acked-by: Eric Wong ---