We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8652172 + 7ddd1f7 commit 7d1ede1Copy full SHA for 7d1ede1
bin/git-changelog
@@ -221,7 +221,7 @@ commitList() {
221
# git v2.2.0+ supports '%D', like '%d' without the " (", ")" wrapping. One day we should use it instead.
222
_tag="${_tag# }"; _tag="${_tag//[()]/}"
223
# trap tag if it points to last commit (HEAD)
224
- _tag="${_tag##HEAD, }"
+ _tag="${_tag#HEAD*, }"
225
# strip out any additional tags pointing to same commit, remove tag label
226
_tag="${_tag%%,*}"; _tag="${_tag#tag: }"
227
# strip out tags that are actually feature branches (git-flow support)
0 commit comments