FredrikNoren / ungit

The easiest way to use git. On any platform. Anywhere.
MIT License
10.44k stars 637 forks source link

Add command-line flag to stop ungit from opening a browser on launch #170

Closed dbkaplun closed 11 years ago

FredrikNoren commented 11 years ago

Either leave launchBrowser to the default (true) and use ungit --no-b to start without a browser, or set it to false in the config (after which you'd need to use ungit -b to launch it with the browser)