Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Corrected a bunch of whitespace that makes some folks crazy. Added Sebastian ↵ | Michael Trier | 2010-03-03 | 3 | -6/+6 |
| | | | | to the AUTHORS file. | ||||
* | 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 |