-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Low
-
None
-
Affects Version/s: 2.7.3
-
Component/s: General
-
Environment:
SourceTree 2.7.3
git-flow-avh 1.11.0
Git-Flow settings in .git/config
{{[gitflow "branch"] }}
{{ master = master }}
develop = develop
{{[gitflow "prefix"] }}
{{ feature = paul.oflynn/ }}
{{ bugfix = paul.oflynn/ }}
{{ release = release/ }}
{{ hotfix = paul.oflynn/ }}
{{ support = paul.oflynn/ }}
versiontag =
SourceTree 2.7.3 git-flow-avh 1.11.0 Git-Flow settings in .git/config {{ [gitflow "branch"] }} {{ master = master }} develop = develop {{ [gitflow "prefix"] }} {{ feature = paul.oflynn/ }} {{ bugfix = paul.oflynn/ }} {{ release = release/ }} {{ hotfix = paul.oflynn/ }} {{ support = paul.oflynn/ }} versiontag =
-
Severity 3 - Minor
We have one extra 'folder' that I think is unexpected by ST. For example, if using the cmd line, this is what we would do to start a feature:
git flow feature start 181/DEV-12345_Deploy_03
which results in a branch name of:
paul.oflynn/181/DEV-12345_Deploy_03
When we try to 'finish' this from ST, the feature list is blank. However we can finish it just fine from cmd line. We can also finish features in ST as long as they don't have the '181' folder in the feature name. ST should be able to handle this extra folder, it is not uncommon... Thanks.