This repository was archived by the owner on Oct 14, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
pull new #6431
Closed
Closed
pull new #6431
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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
Signed-off-by: Stefan Naewe <[email protected]>
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
This reverts commit fff16ed.
Installer for the Windows msysgit environment
Thanks for the MSysGit installer!
current branch, if any. This fixes #127.
Install script depends on Bash-only features, needs slight adjustment!
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
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
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.
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.