Skip to content
This repository was archived by the owner on Jun 19, 2023. It is now read-only.
This repository was archived by the owner on Jun 19, 2023. It is now read-only.

git flow hotfix finish -b still back-merges to develop #390

@adamrodger

Description

@adamrodger

if ! git_is_branch_merged_into "$MERGE_BRANCH" "$DEVELOP_BRANCH"; then

When git flow hotfix finish is passed the -b flag then it's not supposed to merge master to develop, but it does.

Steps:

git flow init -d
git flow hotfix start 1.0.1
git commit --allow-empty -m "hotfix commit"
git flow hotfix finish -b 1.0.1

The only difference between with and without -b is the way in which the merge is made to develop. What I want is for no merge to develop at all.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions