Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-11-25 | Merge branch 'master' of /srv/git/gitnotipy | Jon Bergli Heier | 1 | -3/+20 | |
2010-11-25 | commit.sha changed to commit.hexsha | Jon Bergli Heier | 1 | -6/+6 | |
2010-10-20 | Remove unnecessary split in get_commits(). | Jon Bergli Heier | 1 | -2/+1 | |
2010-10-19 | Catch exception on invalid input to show(). | Jon Bergli Heier | 1 | -1/+3 | |
2010-10-19 | commit.sha is now commit.hexsha. | Jon Bergli Heier | 1 | -6/+6 | |
2010-10-01 | Added copyright and GNU GPL notice to gitnoti.py. | Jon Bergli Heier | 1 | -0/+16 | |
2010-10-01 | Announce added and deleted tags. | Jon Bergli Heier | 1 | -9/+18 | |
2010-10-01 | Moved repo stuff to the new NotifyRepo class. | Jon Bergli Heier | 1 | -24/+24 | |
2010-09-28 | Added the tags command to list repo tags. | Jon Bergli Heier | 1 | -0/+14 | |
2010-09-28 | get_repo() should output sane repo names when given ambiguous names. | Jon Bergli Heier | 1 | -1/+1 | |
2010-05-28 | Detect deleted branches. | Jon Bergli Heier | 1 | -1/+9 | |
This also fixes the while-loop not hanging forever when the lock file is deleted. | |||||
2010-05-24 | Properly detect and show commits in new branches. | Jon Bergli Heier | 1 | -1/+16 | |
2010-05-24 | Added missing format argument to the branches command. | Jon Bergli Heier | 1 | -1/+1 | |
2010-05-08 | Fixed unicode data when using bitly. | Jon Bergli Heier | 1 | -1/+1 | |
2010-04-25 | Fetch the correct commit in repo_commit_msg. | Jon Bergli Heier | 1 | -1/+1 | |
2010-04-13 | Removed redundant code in get_branch. | Jon Bergli Heier | 1 | -5/+1 | |
2010-04-13 | Support branches, second part. | Jon Bergli Heier | 1 | -8/+43 | |
2010-04-13 | Support branches, first part. | Jon Bergli Heier | 1 | -15/+20 | |
2010-02-23 | Fixed typo in get_repo(). | Jon Bergli Heier | 1 | -1/+1 | |
2010-02-23 | Removed extra parenthesis in get_repo(). | Jon Bergli Heier | 1 | -1/+1 | |
2010-02-23 | Fixed repo name join in get_repo(). | Jon Bergli Heier | 1 | -1/+1 | |
2010-02-23 | Pass target to get_repo(). | Jon Bergli Heier | 1 | -3/+3 | |
2010-02-23 | Check for empty commit list when printing last commit. | Jon Bergli Heier | 1 | -1/+1 | |
2010-02-22 | Don't fail on initial adding of empty repos. | Jon Bergli Heier | 1 | -1/+1 | |
2010-01-11 | Fixed "show" not returning the correct commit. | Jon Bergli Heier | 1 | -1/+1 | |
2010-01-11 | Added support for detecting multiple commits. | Jon Bergli Heier | 1 | -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-29 | Added bit.ly support for URLs to web frontends. | Jon Bergli Heier | 1 | -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-29 | Added support for URLs to web frontends. | Jon Bergli Heier | 1 | -1/+9 | |
2009-12-27 | Use inotify to detect changes. | Jon Bergli Heier | 1 | -42/+88 | |
This replaces the manual polling used earlier. Note that we still need to "poll" inotify to detect changes. | |||||
2009-12-26 | Don't fail when attempting to read incomplete repos. | Jon Bergli Heier | 1 | -3/+9 | |
2009-10-17 | Use repo.heads instead of repo.commits() and check for empty list. | Jon Bergli Heier | 1 | -3/+5 | |
2009-08-30 | Set nick before assigning target | Jon Bergli Heier | 1 | -1/+1 | |
2009-08-29 | Detect removal of repos. | Jon Bergli Heier | 1 | -3/+10 | |
Use optparse to get LoopingCall interval. Fixed new_paths iterator. | |||||
2009-08-29 | Strip .git when printing repo name | Jon Bergli Heier | 1 | -4/+4 | |
2009-08-29 | Imported project gitnotipy | Jon Bergli Heier | 1 | -0/+108 | |