- 14 Feb, 2011 1 commit
-
-
Vincent Driessen authored
-
- 11 Feb, 2011 1 commit
-
-
Vincent Driessen authored
Using --recursive simplifies instructions related to the submodule initialization for shFlags.
-
- 06 Feb, 2011 2 commits
-
-
Vincent Driessen authored
-
Vincent Driessen authored
Thanks Joseph! I've added you to the AUTHORS file, too.
-
- 05 Feb, 2011 2 commits
-
-
Vincent Driessen authored
--- Not sure if its of interest to you, but I implemented a --defaults flag in git-flow-init so the script doesnt have to prompt for branch names. My goal is to now make a change in my gitolite install so every new rep is initialized with the git flow model. Resolves issue 88. Great work on git-flow. Im really liking it. Joseph
-
Joseph A. Levin authored
Added support for using defaults without prompts when using git flow init.
-
- 04 Feb, 2011 2 commits
-
-
Vincent Driessen authored
In particular, this fixes the case where a dot in a version name (not too uncommon ;)) unintentionally matches a pre-existing tag. For example, if these tags exist: 1.0.1 1.0b2 And you try to start a new release for 1.0.2, git-flow prevented it, since the '.' matches the 'b' in 1.0b2. This resulted in the invalid error message: Tag '1.0.2' already exists. Pick another name. -
raybec authored
Original commit message: Allows wget to work rather than failing silently. The actual error is "ERROR: certificate common name `*.github.com' doesn't match requested host name `github.com'." Tested on Ubuntu 10.10. Not tested on Windows, so I haven't changed that line. Signed-off-by:Vincent Driessen <vincent@datafox.nl>
-
- 03 Feb, 2011 2 commits
-
-
Vincent Driessen authored
This is the real fix for the incorrect fix that I reverted in the previous commit. parse_cmdline was used to DRY up the source, but this introduced a bug because the "eval set" line changes the positional parameters semantics, but does it in the wrong context, so the calling function never receives the changes. This closes at least the GitHub issues #54 and #86.
-
Vincent Driessen authored
This patch was originally contributed as a workaround for the cases where there were flags that took the first argument position. This fix was just plain wrong and this commit reverts it.
-
- 31 Jan, 2011 2 commits
-
-
Vincent Driessen authored
that should be on top.
-
Vincent Driessen authored
Thanks Mark and David!
-
- 06 Dec, 2010 2 commits
-
-
Vincent Driessen authored
-
Vincent Driessen authored
-
- 02 Dec, 2010 1 commit
-
-
Stefan Schüßler authored
-
- 11 Nov, 2010 1 commit
-
-
Vincent Driessen authored
-
- 03 Nov, 2010 2 commits
-
-
Brian St. Pierre authored
-
Brian St. Pierre authored
On some systems, /bin/sh is a symlink to dash. "local" here wants to create variables for multiple words on the line. Added quotes so that these are not treated as multiple variables.
-
- 02 Nov, 2010 1 commit
-
-
Alexander Groß authored
-
- 31 Oct, 2010 1 commit
-
-
Vincent Driessen authored
-
- 25 Oct, 2010 1 commit
-
-
Vincent Driessen authored
I hope this makes it easier for people to contribute to git-flow.
-
- 20 Oct, 2010 1 commit
-
-
Vincent Driessen authored
-
- 18 Oct, 2010 5 commits
-
-
Vincent Driessen authored
-
Vincent Driessen authored
-
Vincent Driessen authored
-
Vincent Driessen authored
-
Vincent Driessen authored
By setting the environmental variable POSIXLY_CORRECT, getopt behaves strictly POSIX-compatible. This fixes the incorrect getopt parsing style that breaks git-flow in several flavours of Linux. Many thanks to Thiana for figuring this one out. This should fix issues #28 and #29.
-
- 08 Oct, 2010 2 commits
-
-
Vincent Driessen authored
This fixes issue #59.
-
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 1 commit
-
-
Felipe Talavera authored
-