summaryrefslogtreecommitdiffstats
path: root/lib/Crawl/Bot/Plugin/Commit.pm
Commit message (Collapse)AuthorAgeFilesLines
* Link to git.develz.org mirror rather than gitorious.Neil Moore2012-11-071-2/+2
| | | | | The gitorious UI refuses to display sufficiently large commits, rather than doing the reasonable thing and degrading to a non-javascript UI.
* Announce commits in reverse order (oldest first).Neil Moore2012-11-071-1/+1
|
* Correctly report new branches.Neil Moore2012-10-261-1/+2
|
* Actually stop at the announce limit...Neil Moore2012-10-111-0/+1
|
* Limit commit announcements.Neil Moore2012-10-111-0/+10
| | | | Announce at most ten commits per update (number is tunable).
* Colour commit announcements.Neil Moore2012-10-111-8/+78
|
* Revert "Disable commit announcements."Neil Moore2012-10-091-1/+1
| | | | | | By popular demand... This reverts commit 29dbdebc5c551ea93f0b88d0f427c349a1db1f37.
* Disable commit announcements.Neil Moore2012-10-051-1/+1
| | | | | | | | Somehow gitorious temporarily gave us a week-old master branch; the following update to normalcy caused over a hundred commits to be announced. This reverts commit e1163ac6aa2bcc324e44e340391bbdbe4fdca6c2.
* Do announce commits to master.Neil Moore2012-10-031-1/+3
|
* Do not announce branch commits merged from master.Neil Moore2012-10-031-1/+1
|
* Re-enable commit announcements.Neil Moore2012-10-021-1/+1
| | | | Since CIA.vc is gone :(
* Re-include the branch in version announcements.Neil Moore2012-08-201-1/+1
|
* Use more detailed format for commit announcements.Neil Moore2012-08-191-2/+11
|
* Whitespace fix.Neil Moore2012-08-191-1/+1
|
* Include "git describe" version string in %git output.Neil Moore2012-07-251-1/+12
|
* Handle UTF-8 commit messages properly.Neil Moore2012-07-141-1/+1
|
* Whitespace fixes.Neil Moore2012-07-081-1/+1
|
* Include gitorious URL in the output of %git.Neil Moore2012-06-121-2/+3
| | | | Also, disable commit notification again.
* Correct grammar.Neil Moore2012-05-041-2/+4
|
* Whitespace fixes.Neil Moore2012-05-041-17/+17
|
* Re-enable commit announcements.Neil Moore2012-05-041-15/+23
| | | | And change the format slightly.
* Send responses to the correct channel/user, not everyone.Neil Moore2012-01-021-3/+7
|
* Add a %git command.Neil Moore2012-01-021-5/+39
|
* Report only new branches, not commits.Neil Moore2012-01-021-16/+19
| | | | | CIA handles commit reporting fairly well as it is; but does not report new branches.
* Use gitorious repo rather than sourceforge.Neil Moore2012-01-021-1/+1
|
* last capture here shouldn't be greedyJesse Luehrs2010-02-151-1/+1
|
* cherry-picks might have the message in the subjectJesse Luehrs2010-02-151-1/+2
|
* tick already fetches at the beginningJesse Luehrs2010-02-151-4/+1
|
* a few more fixesJesse Luehrs2010-02-151-3/+4
|
* minor fixes to the commit pluginJesse Luehrs2010-02-151-5/+8
|
* add a plugin for commit reportingJesse Luehrs2010-02-151-0/+101