Sometimes you would like to inform someone that you have made a commit and what that commit contains, so you want to copy the link to only one message and paste in another chat.
Currently each commit causes two chat messages, for example:
[Zomis/Calculator] Zomis pushed commit 1b78c459 to master
added support for random parenthesis
I'd like to see something like this instead:
[Zomis/Calculator] Zomis pushed commit 1b78c459 to master: added support for random parenthesis
Sometimes you would like to inform someone that you have made a commit and what that commit contains, so you want to copy the link to only one message and paste in another chat.
Currently each commit causes two chat messages, for example:
[Zomis/Calculator] Zomis pushed commit 1b78c459 to master
added support for random parenthesis
I'd like to see something like this instead:
Feedback appreciated.