| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | cmd: added option to return the process directly, allowing to read the ↵ | Sebastian Thiel | 2009-10-14 | 1 | -0/+11 |
| | | | | | | | | 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 ) | ||||
| * | tree: now behaves like a list with string indexing functionality - using a ↵ | Sebastian Thiel | 2009-10-12 | 1 | -0/+1 |
| | | | | | | | 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 | ||||
| * | Fixed remaining tests to deal with the changes | Sebastian Thiel | 2009-10-11 | 1 | -2/+14 |
| | | | | | mode is now generally an int compatible to the stat module | ||||
| * | fixed issue in Ref.name implementation which would not handle components ↵ | Sebastian Thiel | 2009-10-11 | 1 | -2/+2 |
| | | | | | properly | ||||
| * | converted all spaces to tabs ( 4 spaces = 1 tab ) just to allow me and my ↵ | Sebastian Thiel | 2009-10-11 | 3 | -20/+20 |
| | | | | | 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 | 3 | -3/+3 |
| | | |||||
| * | Added license information to all files. | Michael Trier | 2008-07-16 | 3 | -0/+18 |
| | | |||||
| * | style: remove spaces around parens per PEP8 | David Aguilar | 2008-06-01 | 1 | -1/+1 |
| | | | | | Signed-off-by: David Aguilar <davvid@gmail.com> | ||||
| * | tests: add a test for git.foo( istream=fh ) | David Aguilar | 2008-05-29 | 1 | -5/+8 |
| | | | | | | | | | | | 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> | ||||
| * | Moved test stuff around and modified imports to just clean things up a bit. | Michael Trier | 2008-05-07 | 3 | -0/+49 |
