ryanjwessel / pear-cli

🍐 A frictionless tool for tracking pair programming activity on teams
3 stars 1 forks source link

Coauthors are not appended properly when using `git commit -m ""` #1

Closed ryanjwessel closed 3 years ago

ryanjwessel commented 3 years ago

It seems like coauthors are prepended to the commit message when the author uses git commit -m "message", rather than using the vim editor by only entering git commit.

# with git commit -m
Co-authors: Name1, Name2
Intended commit title

# with git commit
Intended commit title

Co-authors: Name1, Name2
ryanjwessel commented 3 years ago

This was addressed in 4bc02efe02b72ebc5908ac67e10f5f0ec42edc5f