diff options
-rwxr-xr-x | gitnoti.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -193,7 +193,7 @@ class Bot(irc.IRCClient): frm, to = name.split('..') commits = list(repo.commits_between(frm, to)) else: - commits = repo.commits(name) + commits = repo.commits(name)[:1] except git.errors.GitCommandError: return [] |