| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2009-10-14 | cmd: added option to return the process directly, allowing to read the ↵ | Sebastian Thiel | |
| output directly from the output stream commit: now reads commit information directly from the output stream of the process by implementing its iterator method repo: removed log method as it was redundant ( equal to the commits method ) | |||
| 2009-10-12 | tree: now behaves like a list with string indexing functionality - using a ↵ | Sebastian Thiel | |
| dict as cache is a problem as the tree is ordered, added blobs, trees and traverse method repo: remove blob function as blobs are created directly or iterated - primitve types should not clutter the repo interface | |||
| 2009-10-11 | Fixed remaining tests to deal with the changes | Sebastian Thiel | |
| mode is now generally an int compatible to the stat module | |||
| 2009-10-11 | fixed issue in Ref.name implementation which would not handle components ↵ | Sebastian Thiel | |
| properly | |||
| 2009-10-11 | converted all spaces to tabs ( 4 spaces = 1 tab ) just to allow me and my ↵ | Sebastian Thiel | |
| editor to work with the files properly. Can convert it back for releaes | |||
| 2009-01-24 | Lots of spring cleaning and added in Sphinx documentation. | Michael Trier | |
| 2008-07-16 | Added license information to all files. | Michael Trier | |
| 2008-06-01 | style: remove spaces around parens per PEP8 | David Aguilar | |
| Signed-off-by: David Aguilar <davvid@gmail.com> | |||
| 2008-05-29 | tests: add a test for git.foo( istream=fh ) | David Aguilar | |
| This test runs the equivalent of: "git hash-object < fixtures/cat_file_blob" with the new istream mechanism and compares the computed hash. Signed-off-by: David Aguilar <davvid@gmail.com> | |||
| 2008-05-07 | Moved test stuff around and modified imports to just clean things up a bit. | Michael Trier | |
