You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Specifically, I think a git.io link + the commit message would be great. Example: from the official github irc service thing:
<git-notification> [ponscripter-fork] euank pushed 1 new commit to master: http://git.io/N-WAkA
<git-notification> ponscripter-fork/master f1c2ad5 Euank: Backport SDL2 fix from upstream...
You could likely compact it into one line or tweak it in other ways, but I think it's important to get most of the information there. Specifically, commit link, commit message, repository info, and committer.
The text was updated successfully, but these errors were encountered:
Looks like github combines all of the commits into a comparison page: 8f6743d...69ab144
It then prints the sha and commit message for each commit on a separate line. I'm not sure there is a way to print that in an appealing manner without multiline.
The bot now prints the commit message header from ever commit in a push.
The link generated in push messages now points to a web page showing complete
diff of the entire push.
Not done --
Generating git.io links. This would require reworking the irc message portion to
be asynchronous.
Specifically, I think a git.io link + the commit message would be great. Example: from the official github irc service thing:
You could likely compact it into one line or tweak it in other ways, but I think it's important to get most of the information there. Specifically, commit link, commit message, repository info, and committer.
The text was updated successfully, but these errors were encountered: