| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2009-10-18 | diff method now checks for git-diff errrs that can easily occour if the ↵ | Sebastian Thiel | |
| repository is bare and if there is no index or second tree specified | |||
| 2009-10-17 | Removed a few diff-related test cases that fail now as the respective method ↵ | Sebastian Thiel | |
| is missing - these tests have to be redone in test-diff module accordingly | |||
| 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-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 | |
