commit | de95e004ab8f70269e0e32a327f8d7bbeb5a2aac | [log] [tgz] |
---|---|---|
author | Vincent Driessen <vincent@datafox.nl> | 周四 7月 22 15:11:17 2010 +0200 |
committer | Vincent Driessen <vincent@datafox.nl> | 周四 7月 22 15:17:46 2010 +0200 |
tree | e8075025f1227803ae283e73b6fed66267e082c9 | |
parent | ec0b854b3e37e586b61f19782f38d6babcc9c230 [diff] |
Change the default behaviour of all scripts to NOT fetch. This already was the default behaviour of git-flow-feature, but now it is the default for the other scripts, too. RATIONALE: Due to limitations on some platforms (and some implementations of getopt), it's impossible to turn off the -f (fetch) option. Therefore, it must now be set explicitly. Also, this makes git-flow work in stand-alone repositories (i.e. repos that do not have an origin remote at all).