summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-10-19Switched to the official bitly API library.hooksJon Bergli Heier1-3/+4
2011-06-01Report invalid repos.Jon Bergli Heier1-1/+5
2011-05-06Added a simple script which writes to gitnotipy's unix socket.Jon Bergli Heier1-0/+11
2011-05-06Updated copyright line.Jon Bergli Heier1-1/+1
2011-05-06Remove removed heads.Jon Bergli Heier1-0/+1
2011-05-06Update repos through an unix socket using repo hooks.Jon Bergli Heier1-71/+72
2011-02-15Call str.encode() in gitmsg().HEADmasterJon Bergli Heier1-1/+1
2011-02-15Do str.encode() when calling irc.msg().Jon Bergli Heier1-7/+9
2011-02-15Fixed class name typo in GitnotipyAmbiguousException.Jon Bergli Heier1-5/+5
2011-02-03Sort some lists.Jon Bergli Heier1-6/+6
2011-02-03Use 'replace' for errors in str.encode().Jon Bergli Heier1-3/+3
2011-02-03Ignore files in root directory.Jon Bergli Heier1-1/+3
2010-12-19Correctly deal with ambiguous repo names.Jon Bergli Heier1-0/+4
2010-12-01Added a parser option for port.Jon Bergli Heier1-1/+2
2010-12-01Merged the show and last commands with branch and tag completion, defaulting ...Jon Bergli Heier1-36/+44
2010-11-28Assume initial commit or orphan branch when no 'last' commit is set or no par...Jon Bergli Heier1-2/+2
2010-11-26Attempted to fix unicode weirdness.Jon Bergli Heier1-4/+4
2010-11-25Convert unicode to string at end of repo_commit_msg().Jon Bergli Heier1-2/+2
2010-11-25Merge branch 'master' of /srv/git/gitnotipyJon Bergli Heier1-3/+20
2010-11-25commit.sha changed to commit.hexshaJon Bergli Heier1-6/+6
2010-10-20Remove unnecessary split in get_commits().Jon Bergli Heier1-2/+1
2010-10-19Catch exception on invalid input to show().Jon Bergli Heier1-1/+3
2010-10-19commit.sha is now commit.hexsha.Jon Bergli Heier1-6/+6
2010-10-01Added copyright and GNU GPL notice to gitnoti.py.Jon Bergli Heier1-0/+16
2010-10-01Announce added and deleted tags.Jon Bergli Heier1-9/+18
2010-10-01Moved repo stuff to the new NotifyRepo class.Jon Bergli Heier1-24/+24
2010-09-28Added the tags command to list repo tags.Jon Bergli Heier1-0/+14
2010-09-28get_repo() should output sane repo names when given ambiguous names.Jon Bergli Heier1-1/+1
2010-05-28Detect deleted branches.Jon Bergli Heier1-1/+9
2010-05-24Properly detect and show commits in new branches.Jon Bergli Heier1-1/+16
2010-05-24Added missing format argument to the branches command.Jon Bergli Heier1-1/+1
2010-05-08Fixed unicode data when using bitly.Jon Bergli Heier1-1/+1
2010-04-25Fetch the correct commit in repo_commit_msg.Jon Bergli Heier1-1/+1
2010-04-13Removed redundant code in get_branch.Jon Bergli Heier1-5/+1
2010-04-13Support branches, second part.Jon Bergli Heier1-8/+43
2010-04-13Support branches, first part.Jon Bergli Heier1-15/+20
2010-02-23Fixed typo in get_repo().Jon Bergli Heier1-1/+1
2010-02-23Removed extra parenthesis in get_repo().Jon Bergli Heier1-1/+1
2010-02-23Fixed repo name join in get_repo().Jon Bergli Heier1-1/+1
2010-02-23Pass target to get_repo().Jon Bergli Heier1-3/+3
2010-02-23Check for empty commit list when printing last commit.Jon Bergli Heier1-1/+1
2010-02-22Don't fail on initial adding of empty repos.Jon Bergli Heier1-1/+1
2010-01-11Fixed "show" not returning the correct commit.Jon Bergli Heier1-1/+1
2010-01-11Added support for detecting multiple commits.Jon Bergli Heier1-18/+68
2009-12-29Added bit.ly support for URLs to web frontends.Jon Bergli Heier1-3/+24
2009-12-29Added support for URLs to web frontends.Jon Bergli Heier1-1/+9
2009-12-27Use inotify to detect changes.Jon Bergli Heier1-42/+88
2009-12-26Don't fail when attempting to read incomplete repos.Jon Bergli Heier1-3/+9
2009-10-17Use repo.heads instead of repo.commits() and check for empty list.Jon Bergli Heier1-3/+5
2009-08-30Set nick before assigning targetJon Bergli Heier1-1/+1