supybot-git
supybot-git copied to clipboard
A Git plugin for Supybot (a Python IRC bot)
PR for GitPython support updates.
``` ERROR 2017-08-17T14:28:21 Git: Exception in _poll repository glideblog: 'GitCmdObjectDB' object has no attribute 'update_cache' ERROR 2017-08-17T14:28:31 Git: Exception in _poll repository glideblog: 'GitCmdObjectDB' object has no attribute 'update_cache' ERROR...
I have applied python3 fixes and modified some additional code, everything appears to be working; however, polling does not. I see nothing in the logs for polling, I have changed...
I was trying to install this but everytime i load it it raises an exception telling me I have an unsupported version of GitPython. But when I try to check...
https://github.com/mmueller/supybot-git/issues/19
- at the beginning of the code - without using 'global' - raise callbacks.Error like it should do, instead of base Exception.
This should be helpful: http://docs.python.org/2/library/2to3.html
Enabling this plugin breaks supybot from being able to connect to an IRC server. Supybot reports itself as 'Connecting..', but does not connect until the Git plugin is disabled.
I added this with only one or two lines in one function. Edit: Here is a diff: ``` diff diff --git a/plugin.py b/plugin.py index b85389b..742f205 100644 --- a/plugin.py +++ b/plugin.py...
Motivation : In irc long url is ugly, and in all source system url is very long some thing like that gitlab.mydomain.org/groupspace/projectname/commit/hashcommitsha1 Suggestion : - %(sl) Automatic call free short...