Skip to content
This repository was archived by the owner on Oct 14, 2025. It is now read-only.

Conversation

@yanjf2015
Copy link

No description provided.

nvie and others added 30 commits February 14, 2011 07:47
This installer:
- detects the Git installation path
- checks prereqs (git, getopt.exe)
- delete old gitflow install
- install gitflow files

"Access denied" errors are detected and the user is given advice in that case (
use full administrator rights).
…an ambiguous entry, e.g. looking for "1.0.1" in "0.1.0 0.1.1 0.1.2 1.0".
…check was always false

- Added fetching develop branch from origin when fetch flag is on in feature finish
This allows a user to create a symbolic link to git-flow in their
personal bin directory (e.g. ~/bin) without having to add the source
tree to their $PATH or do a system install.
Add debian/ubuntu packaging
Thanks Kiall for the Debian package files!
Set GITFLOW_DIR correctly if git-flow is a symbolic link
Installer for the Windows msysgit environment
Thanks for the MSysGit installer!
Install script depends on Bash-only features, needs slight adjustment!
mykehsd and others added 27 commits April 19, 2012 11:14
Adding an optional (false by default) -S option to 'git flow feature finish' to allow squashing
the commit
… which gets called if subargument is not help
…r branch exists, but develop does not

Without this change, init picks 'master' as both the production and integration branch and fails. With it, init detects the clash and behaves the same as if only master exists, picking 'develop' as integration branch
This option ('-f' because '-F' was already taken) maps to the 'tag -F' option, and avoids the
problem with issue #98 (#98) on Mac
Fix init -d behaviour when master branch exists, and 1+ other branches exist, but develop does not
Support reading the tag message from a file in release/hotfix finish
Fix broken link to original blog-post
fixes pull existing feature from remote.
small bug fix in gif-flow-feature
Added 'init()' function to git-flow-{feature,release,hotfix,support}
make the installer for msysgit search in ~/bin as well
This patch tags commits on the original (release/hotfix branch) instead
of tagging the merge commit on the master branch.  This keeps the
history git-describe friendly.  (For related discussions, see #49, #85,
As explained by Peter van der Does, the init command does not have the
init function, nor does it need one.
Prevent error message on git flow init.
@yanjf2015 yanjf2015 closed this Oct 23, 2018
@yanjf2015 yanjf2015 reopened this Oct 23, 2018
@yanjf2015 yanjf2015 closed this Oct 23, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.