summaryrefslogtreecommitdiff
path: root/lib/git_python/errors.py
Commit message (Collapse)AuthorAgeFilesLines
* renamed git_python to git. Removed pop_key and replaced with dict.pop. Fixed ↵Michael Trier2008-05-301-8/+0
| | | | up tests so they pass except for stderr test. Modified version information retrieval.
* errors: add a GitCommandError classDavid Aguilar2008-05-291-0/+3
| | | | | | | The next commit will raise GitCommandError when a flag is passed to method_missing and the exit status is non-zero. Signed-off-by: David Aguilar <davvid@gmail.com>
* initial projectMichael Trier2008-05-071-0/+5