Is there an existing issue for this?
Current Behavior
The git plugin is not able to parse commit messages that were performed in a workspace with Windows style (CR/LF) line endings.
This happens for example if the git config "core.autocrlf" is set to "true".
Expected Behavior
Git commits should be parsed regardless of the line endings used
Steps To Reproduce
- Use normal project setup with latest ReleaseFab version
- Switch git config "core.autocrlf" to input
- Create dummy commit (maybe also with CR/LF inside editor for commit message)
- Create tag for documentation
- Create new delivery for the tag inside ReleaseFab
- See error:

Is there an existing issue for this?
Current Behavior
The git plugin is not able to parse commit messages that were performed in a workspace with Windows style (CR/LF) line endings.
This happens for example if the git config "core.autocrlf" is set to "true".
Expected Behavior
Git commits should be parsed regardless of the line endings used
Steps To Reproduce