To fix this we should change the implementation of commitHashContent(ref:) to instead of filtering content out of getShowNoColor() instead implement something to use the following:
git show --no-color --pretty="tformat:author %an <%ae> %aI%n%n %B"
This has the benefit of us controling what is included and therefore not having to worry about other things we missed.
To fix this we should change the implementation of
commitHashContent(ref:)
to instead of filtering content out ofgetShowNoColor()
instead implement something to use the following:This has the benefit of us controling what is included and therefore not having to worry about other things we missed.