summaryrefslogtreecommitdiffstats
path: root/lib/Crawl/Bot/Plugin/Commit.pm
Commit message (Collapse)AuthorAgeFilesLines
* optionally mirror the checkout to another repositoryHEADmasterJesse Luehrs2014-08-171-0/+11
|
* Commit: handle zero insertions/etc as well.Neil Moore2014-07-141-1/+1
|
* Commit: handle only one insertion/deletion/file changed.Neil Moore2014-07-141-3/+3
|
* Revert "Abbreviate cherry-picks by default again"Neil Moore2014-06-061-1/+1
| | | | | | | Now I remember why this was enabled: so that people know what fixes are being pulled into the stable version without having to query that branch. This reverts commit 9f3ef72f1a1baffa2ec8d70899a19eaece02a0d6.
* Abbreviate cherry-picks by default againNeil Moore2014-04-041-1/+1
|
* Actually fix "and 1 more commits".Neil Moore2014-02-131-3/+4
|
* Don't add a stray "r" before untagged commit hashesNeil Moore2013-12-261-10/+21
|
* Include committer when it differs from author.Neil Moore2013-07-311-14/+28
|
* New %branch command.Neil Moore2013-06-251-4/+12
|
* Announce only playable branches in ##crawl.Neil Moore2013-06-251-3/+16
|
* Use s-z.org gitweb for commit links.Neil Moore2013-05-301-2/+8
|
* Colour commit queries differently from announcments.Neil Moore2013-05-301-1/+2
|
* Avoid a useless (and ungrammatical) "... and 1 more commits" message.Neil Moore2013-01-301-2/+7
| | | | | | | Printing that message is in many ways just as spammy as going ahead and printing the last commit. This means it's possible to go over announce_limit by one commit, but the total number of messages in one batch is still at most announce_limit + 1.
* Add some debugging messages.Neil Moore2012-12-121-0/+4
|
* 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