| tests: add a test for git.foo( istream=fh ) |
|
More...
|
over 17 years ago
|
| git.py: add support for passing in a stdin input stream |
|
More...
|
over 17 years ago
|
| git.py: always use "git foo" and never "git-foo" |
|
More...
|
over 17 years ago
|
| utils: add a pop_key helper function |
|
More...
|
over 17 years ago
|
| git.py: add support for a GIT_PYTHON_TRACE environment variable |
|
More...
|
over 17 years ago
|
| tests: update test_git.py to use the new single-character flag style |
|
More...
|
over 17 years ago
|
| git.py: properly handle single-character flags with arguments |
|
More...
|
over 17 years ago
|
| gitignore: ignore eggs, .pyo's and /build |
|
More...
|
over 17 years ago
|
| Merge git://gitorious.org/git-python/apollo13 |
|
More...
|
over 17 years ago
|
| Fixed up problem where name doesn't exist on root of tree. |
|
More...
|
over 17 years ago
|
| removed stupid print |
|
More...
|
over 17 years ago
|
| use ~/foo instead of /foo for repo. |
|
More...
|
over 17 years ago
|
| fixed errors in the test, two permission errors remaining, thx to mock?!?! Also removed the shell_escape tests... |
|
More...
|
over 17 years ago
|
| removed some unused stuff |
|
More...
|
over 17 years ago
|
| made subprocess not use a shell... |
|
More...
|
over 17 years ago
|
| removed some more spaces |
|
More...
|
over 17 years ago
|
| fixed incorrect test import |
|
More...
|
over 17 years ago
|
| added /me as author |
|
More...
|
over 17 years ago
|
| removed unneeded spaces |
|
More...
|
over 17 years ago
|
| added .gitignore to ignore *.pyc files and the egg-info stuff. |
|
More...
|
over 17 years ago
|
| Missing os import. Thanks apollo13. |
|
More...
|
over 17 years ago
|
| added in note about how to handle date time information. Fixed up repo tests for the removal of the shared option. |
|
More...
|
over 17 years ago
|
| lots of little fixes. Corrected problem with creating bare repo. Added Repo.create alias. |
|
More...
|
over 17 years ago
|
| Corrected problem with tree.__len__ getting confused with zero length files. Thanks Alan Briolat. |
|
More...
|
over 17 years ago
|
| Forgot to add Mock to the requirements. |
|
More...
|
almost 18 years ago
|
| Fixed up rspec comments that are passing. |
|
More...
|
almost 18 years ago
|
| ugh, the editing never ends. |
|
More...
|
almost 18 years ago
|
| Apparently I'm a moron |
|
More...
|
almost 18 years ago
|
| More small changes to tests. Commented out tests not passing because of inability to figure out mocking for them. |
|
More...
|
almost 18 years ago
|
| Moved test stuff around and modified imports to just clean things up a bit. |
|
More...
|
almost 18 years ago
|