mritd / gitflow-toolkit

A simple toolkit for GitFlow.
MIT License
232 stars 18 forks source link

fix(auth): Fix author info for names with spaces #24

Closed NoUseFreak closed 2 years ago

NoUseFreak commented 2 years ago

When running git ci a part of the last name gets lost.

Currently it looks like:

    Signed-off-by: Dries De

and I would expect:

    Signed-off-by: Dries De Peuter <dries@stenic.io>