summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
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
to 'master'.
2010-11-28Assume initial commit or orphan branch when no 'last' commit is set or no ↵Jon Bergli Heier1-2/+2
parents exists.
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
This also fixes the while-loop not hanging forever when the lock file is deleted.
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
This will summarize the shortstat for the commits, and add the number of commits to the message. Added the "show" command; this will show a specific commit or a summary for a range of commits.
2009-12-29Added bit.ly support for URLs to web frontends.Jon Bergli Heier1-3/+24
This is an optional feature and requires python-bitly to work. User name and api key is read from the user's .netrc, using the password field for the api key.
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
This replaces the manual polling used earlier. Note that we still need to "poll" inotify to detect changes.
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
2009-08-29Detect removal of repos.Jon Bergli Heier1-3/+10
Use optparse to get LoopingCall interval. Fixed new_paths iterator.
2009-08-29Strip .git when printing repo nameJon Bergli Heier1-4/+4
2009-08-29Imported project gitnotipyJon Bergli Heier1-0/+108