- 08 Oct, 2010 1 commit
-
-
Vincent Driessen authored
This implementation does not rely on Bash-specific functionality.
-
- 05 Oct, 2010 10 commits
-
-
Vincent Driessen authored
This is useful for small projects.
-
Vincent Driessen authored
Simply step aside to the master branch instead.
-
Vincent Driessen authored
-
Vincent Driessen authored
-
Nowell Strite authored
For example, you could set the versiontag prefix to be: git config --global gitflow.prefix.versiontag "production/\$(date +%Y/%m/%d/)" which would result in tag names like: production/2010/09/22/my-hotfix-or-feature-name NOTE: Although this is a useful addition in the current version of git-flow, in a future reimplementation of it in Python, this will be replaced by hook scripts, so be sure not to rely on this feature too much for now. -
Guillaume-Jean Herbiet authored
-
Vincent Driessen authored
-
Vincent Driessen authored
-
Vincent Driessen authored
-
Vincent Driessen authored
-
- 01 Oct, 2010 5 commits
-
-
Felipe Talavera authored
-
Felipe Talavera authored
-
Felipe Talavera authored
-
Felipe Talavera authored
-
Felipe Talavera authored
-
- 23 Sep, 2010 1 commit
-
-
Vincent Driessen authored
This reverts commit 19a6e24a. This was a local experiment that I pushed to Github accidentally.
-
- 22 Sep, 2010 1 commit
-
-
Vincent Driessen authored
-
- 15 Sep, 2010 1 commit
-
-
Vincent Driessen authored
This makes it easy to download the submodule from behind a corporate firewall.
-
- 06 Sep, 2010 5 commits
-
-
Vincent Driessen authored
-
Vincent Driessen authored
-
Vincent Driessen authored
-
Vincent Driessen authored
-
eddie cianci authored
-
- 25 Aug, 2010 2 commits
-
-
Vincent Driessen authored
-
Vincent Driessen authored
Thanks Alexander Groß.
-
- 24 Aug, 2010 1 commit
-
-
Vincent Driessen authored
This has been requested by at least 10 people now, so it might be time for one.
-
- 22 Aug, 2010 1 commit
-
-
Adam Gibbins authored
-
- 21 Aug, 2010 1 commit
-
-
Vincent Driessen authored
-
- 20 Aug, 2010 2 commits
- 19 Aug, 2010 2 commits
-
-
Vincent Driessen authored
I thought Markdown did support URL recognition automatically.
-
Vincent Driessen authored
-
- 22 Jul, 2010 7 commits
-
-
Vincent Driessen authored
Conflicts: git-flow-version
-
Vincent Driessen authored
-
Vincent Driessen authored
-
Vincent Driessen authored
-
Vincent Driessen authored
-
Vincent Driessen authored
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).
-
Vincent Driessen authored
Also, invite users to help out on the git-flow completion for zsh. Personal itch that needs some serious scratching :)
-