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 init -d uses empty branch prefixes for everything #393

@adamrodger

Description

@adamrodger

The new feature that allows branch prefixes to be specified via switches to git flow init defaults everything to empty strings:

https://github.com/petervanderdoes/gitflow-avh/blob/develop/git-flow-init#L93-L98

Since this option takes precedence over the existing options then they always end up being empty:

https://github.com/petervanderdoes/gitflow-avh/blob/develop/git-flow-init#L309

Example output:

$ git flow init -d
Using default branch names.

How to name your supporting branch prefixes?
Feature branches? []
Bugfix branches? []
Release branches? []
Hotfix branches? []
Support branches? []
Version tag prefix? []
Hooks and filters directory? [/tmp/test/.git/hooks]

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