Closed cdosborn closed 7 years ago
This is somewhat of an edge case. Currently GHActivity breaks if a commit was pushed w/o a message.
GHActivity
Return a title of "" if the commit message is empty. This is similar to how git log --oneline prints commits lacking a message.
git log --oneline
Merged, thanks.
This is somewhat of an edge case. Currently
GHActivity
breaks if a commit was pushed w/o a message.Return a title of "" if the commit message is empty. This is similar to how
git log --oneline
prints commits lacking a message.