summaryrefslogtreecommitdiff
path: root/lib/git/method_missing.py
Commit message (Collapse)AuthorAgeFilesLines
* Removed method_missing since it was only used in one place.Michael Trier2008-07-171-26/+0
|
* Added license information to all files.Michael Trier2008-07-161-1/+9
|
* fixed up the getattr stuffFlorian Apolloner2008-06-071-10/+7
|
* use getattr instead of gettatributeFlorian Apolloner2008-06-051-1/+1
|
* renamed git_python to git. Removed pop_key and replaced with dict.pop. Fixed ↵Michael Trier2008-05-301-0/+21
up tests so they pass except for stderr test. Modified version information retrieval.