GitFLow initialize does not use modified branch prefixes

XMLWordPrintable

    • Type: Bug
    • Resolution: Unresolved
    • Priority: Low
    • None
    • Affects Version/s: 3.0.1
    • Component/s: GitFlow
    • None
    • Environment:

      MacBook Pro (15-inch, 2018)

      MacOS Mojave 10.14.2

      java version "1.8.0_191"

      Sourcetree fro Mac standalone

      Embedded Git 2.18.0

      Embedded Git LFS 2.5.2

      Embedded git-flow

    • Severity 3 - Minor

      When initialising a new GitFLow for a repository and specifying a different prefix for feature branch, it is not respected. Steps to reproduce:

      1. Create a new empty repository
      2. Start initialising a new GitFlow
      3. Specify features prefix to be "features/" instead of" feature/"
      4. Click OK
      5. In Finder open the empty repository .git/config
      6. Observe GitFLow config is:

      [gitflow "prefix"]
          feature = feature/

      1. Expected:

      [gitflow "prefix"]
          feature = features/

            Assignee:
            Unassigned
            Reporter:
            Mindaugas Batutis
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: