summaryrefslogtreecommitdiff
path: root/gitnoti.py
AgeCommit message (Collapse)AuthorFilesLines
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