Branch: refs/heads/master
Home: https://github.com/jenkinsci/backend-ircbot
Commit: 1c90ac481f1b8b70085505cf19b8f793ad947954
https://github.com/jenkinsci/backend-ircbot/commit/1c90ac481f1b8b70085505cf19b8f793ad947954
Author: Christopher Orr <[email protected]>
Date: 2013-01-05 (Sat, 05 Jan 2013)
Changed paths:
M src/main/java/org/jenkinsci/backend/ircbot/IrcBotImpl.java
Log Message:
-----------
Allow using the full GitHub URL when forking a repo.
e.g. "fork https://github.com/foo/bar as baz-plugin" is now recognised.
Makes things a bit easier when copy-pasting from the mailing list.
Commit: 240c967943fbf3b23d8215a8ebee2b066d89c9ef
https://github.com/jenkinsci/backend-ircbot/commit/240c967943fbf3b23d8215a8ebee2b066d89c9ef
Author: Christopher Orr <[email protected]>
Date: 2013-01-05 (Sat, 05 Jan 2013)
Changed paths:
M src/main/java/org/jenkinsci/backend/ircbot/IrcBotImpl.java
Log Message:
-----------
Don't match on single-digit issue numbers.
This is a quick fix for people asking about "jenkins-1.456.deb"
which the IRC bot would always interpret as JIRA issue "JENKINS-1".
Compare:
https://github.com/jenkinsci/backend-ircbot/compare/78ea690f32e7...240c967943fb