aboutsummaryrefslogtreecommitdiff
path: root/lib/git_python/__init__.py
AgeCommit message (Collapse)Author
2008-05-30renamed git_python to git. Removed pop_key and replaced with dict.pop. Fixed ↵Michael Trier
up tests so they pass except for stderr test. Modified version information retrieval.
2008-05-29git_python: add utils.pop_key to __init__.pyDavid Aguilar
This keeps the interface consistent by importing utils.pop_key into the git_python namespace. Signed-off-by: David Aguilar <davvid@gmail.com>
2008-05-20made subprocess not use a shell...Florian Apolloner
2008-05-07Moved test stuff around and modified imports to just clean things up a bit.Michael Trier
2008-05-07initial projectMichael Trier