Commit 27c9516
committed
Adds supports for branches called "feature/this_and_that" which are perfectly fine and used by gitflow approach.
The original split is doing:
ref/master/feature/this_and_that -> causing that "feature" is selected as branch name, rather than "feature/this_and_that"
Note: Adapted from pull request #8 by cypreess.1 parent a037231 commit 27c9516
1 file changed
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
103 | | - | |
| 103 | + | |
| 104 | + | |
104 | 105 | | |
105 | 106 | | |
106 | 107 | | |
| |||
122 | 123 | | |
123 | 124 | | |
124 | 125 | | |
125 | | - | |
| 126 | + | |
126 | 127 | | |
127 | 128 | | |
128 | 129 | | |
| |||
0 commit comments