Uploaded image for project: 'Sourcetree for Windows'
  1. Sourcetree for Windows
  2. SRCTREEWIN-13615

Bug in the display when doing the "git flow finish feature".

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • Low
    • None
    • 3.4.4
    • Git
    • Minor

    Description

      (I am not very good at English, so I apologize in advance.)

      When you try to "git flow finish feature" a Feature branch based on the Support branch, the branch shown in the Preview of the "Finish Feature dialog" is "develop".

      Example:

      1. You have a tag of v0.0.2 on your master branch.
      2. Run "git flow support v0.0.2 v0.0.2" in a terminal.
      3. Using the gitflow GUI, start the v0.0.2.1 feature based on support/v0.0.2.
      4. Commit any changes to the feature v0.0.2.1.
      5. Try to complete the feature v0.0.2.1 using the gitflow GUI.

      Expected behavior:
      The branch shown in the Preview of the "Finish Feature dialog" will be "support/v0.0.2".

      Actual behavior:
      The branch that appears in the Preview of the "Finish Feature dialog" will be "develop".

      Additional information:
      The actual merge destination will be "support/v0.0.2", which is consistent with the expected behavior.
      I think it's just that the branch shown in the dialog is wrong.
      In the config file, the base contains the original branch name when the branch was created using gitflow.
      It looks like you need to read that and display it.

      [gitflow "branch.feature/v0.0.2.1"]
      	base = support/v0.0.2
      

       

      Attachments

        Activity

          People

            Unassigned Unassigned
            a324825fe2d1 anko sentya
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated: