Skip to content

Support Windows line endings in git config #10

@AnNeufang

Description

@AnNeufang

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

  1. Use normal project setup with latest ReleaseFab version
  2. Switch git config "core.autocrlf" to input
  3. Create dummy commit (maybe also with CR/LF inside editor for commit message)
  4. Create tag for documentation
  5. Create new delivery for the tag inside ReleaseFab
  6. See error:
    image

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions