git-cachecow is a tool that caches git repositories locally. Every time a build happens, it uses local caches for pulling. Submodules especially, which are harder to intercept for caching.Will also inflate submodules recursively.With 8 submodules, a...

unpushed

unpushed 1.1.0

unpushed is fork of the "uncommitted" project originally created by Brandon Rhodes (http://bitbucket.org/brandon/uncommitted)."unpushed" adds some features: * support for checking branches for unpushed commits * on-screen notificationPreface from original...

grt

grt 0.1

grt is a tool that aims to provide one stop command-line git repository and Gerrit Code Review management.Historygrt was prototyped during the Summer 2011 hack-@-thon at Return Path with the intion of helping simplify the workflow changes for developers...

git-recipe

git-recipe 0.2.2

git-recipe is a simple buildout recipe for downloading git repositories that uses system git command and its syntax.UsageRecipe clones git repository and checkouts to revision, if it is providedin configuration. You can use recipe like this:...

git-link

git-link 0.2.0

git-link is a git sub-command for getting a repo-browser link to a git object. The motivation behind git-link is that it is often faster to navigate to a git object or path on the command line than it is to click your way to it through a web...

gitchangelog

gitchangelog 2.0.0

gitchangelog is a tool that can translate commit message history to a changelog.SampleThe output is currently fixed to ReSTructured text, but it should be readable is ASCII.Here is a small sample of the git-changelog changelog at work.Current git log...

hgreview

hgreview 0.3

hgreview is a Mercurial extension to work with rietveld code review.It was inspired by the hg nested extension.This extension allow to upload to the rietveld code review website, creating a new issue and remembering its ID for future patches.See hg help...

bzr-git-1480

bzr-git-1480 0.6.6

bzr-git is a Bazaar plugin that adds Git support.This was originally written as a proof of concept at Europython 2006 by Robert Collins, using stgit's convenience methods for accessing gits head and parsing git output. Later, it was adapted to use James...

sapling

sapling 0.0.10

sapling is a git porcelain to manage bidirectional subtree syncing with foreign git repositories.Installation:To install the python library you can do one of the following:1.) use easy_install to install from the PyPI registry:...

gitorious-mrq-monitor is a simple service for following the status of Gitorious merge requests. Currently supports reporting status over IRC.InstallingFrom PyPi: pip install gitorious-mrq-monitorFrom source tree: python setup.py installNote that...