Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | renamed find_all to list_all, changed commit to use iterable interface in ↵ | Sebastian Thiel | 2009-10-13 | 1 | -2/+2 |
| | | | | preparation for command changes | ||||
* | Added base for all iteratable objects | Sebastian Thiel | 2009-10-13 | 1 | -0/+38 |
| | |||||
* | refs now take repo as first argument and derive from LazyMixin to allow them ↵ | Sebastian Thiel | 2009-10-12 | 1 | -0/+25 |
| | | | | | | to dynamically retrieve their objects Improved way commits are returned by refs as they now use the path to be sure they always point to the ref even if it changes - previously it would use the sha intead so it would not update after being cached on the ref object | ||||
* | converted all spaces to tabs ( 4 spaces = 1 tab ) just to allow me and my ↵ | Sebastian Thiel | 2009-10-11 | 1 | -12/+12 |
| | | | | editor to work with the files properly. Can convert it back for releaes | ||||
* | Lots of spring cleaning and added in Sphinx documentation. | Michael Trier | 2009-01-24 | 1 | -1/+1 |
| | |||||
* | Added license information to all files. | Michael Trier | 2008-07-16 | 1 | -0/+6 |
| | |||||
* | fixed ↵ | Florian Apolloner | 2008-06-25 | 1 | -1/+16 |
| | | | | http://groups.google.com/group/git-python/browse_thread/thread/b8f3580abf31f9db?hl=en# and passed Git a working_tree again (sort of). | ||||
* | renamed git_python to git. Removed pop_key and replaced with dict.pop. Fixed ↵ | Michael Trier | 2008-05-30 | 1 | -0/+5 |
up tests so they pass except for stderr test. Modified version information retrieval. |