Added a with_keep_cwd option |
|
More...
|
almost 17 years ago
|
Improved the GIT_PYTHON_TRACE=full output format |
|
More...
|
almost 17 years ago
|
cmd: properly handle cwd for repos with work trees |
|
More...
|
about 17 years ago
|
repo: these changes make Govind's latest changes pass the test cases |
|
More...
|
about 17 years ago
|
stupid typo *grr* |
|
More...
|
about 17 years ago
|
removed to much :รพ |
|
More...
|
about 17 years ago
|
Added /dist to .gitignore |
|
More...
|
about 17 years ago
|
added support for GIT_PYTHON_TRACE=='full', thx to SRabbelier for the suggestion |
|
More...
|
about 17 years ago
|
fixed init_bare |
|
More...
|
about 17 years ago
|
Merge branch 'master' of git://gitorious.org/git-python/mainline |
|
More...
|
about 17 years ago
|
fixed up the getattr stuff |
|
More...
|
about 17 years ago
|
Determine git_dir and git_work_tree in python. |
|
More...
|
about 17 years ago
|
use getattr instead of gettatribute |
|
More...
|
about 17 years ago
|
changed svn to git. This makes more sense. I tried trunk, master, edge. |
|
More...
|
about 17 years ago
|
tests: removed an obsolete comment in test_it_ignores_false_kwargs |
|
More...
|
about 17 years ago
|
put version stuff back. |
|
More...
|
about 17 years ago
|
style: follow PEP 8 in git/cmd.py |
|
More...
|
about 17 years ago
|
style: remove spaces around parens per PEP8 |
|
More...
|
about 17 years ago
|
tests: add a test to ensure False is never passed to Git.execute |
|
More...
|
about 17 years ago
|
Git: guard against passing False to git commands |
|
More...
|
about 17 years ago
|
Git: guard against passing False to git commands |
|
More...
|
about 17 years ago
|
forgot to remove the stuff from README. |
|
More...
|
about 17 years ago
|
Removed tutorial from README and added it into new doc section. |
|
More...
|
about 17 years ago
|
stupid me i shouldn't use assert() in tests |
|
More...
|
about 17 years ago
|
fixed the buffer test. |
|
More...
|
about 17 years ago
|
Merge branch 'master' of git://gitorious.org/git-python/david |
|
More...
|
about 17 years ago
|
fixed http://gitorious.org/projects/git-python/repos/apollo13/comments#comment_105 my mistake ;) I'll investigate this further, but I think we are on the safe side now... |
|
More...
|
about 17 years ago
|
tests: ensure cmd.execute can handle large output |
|
More...
|
about 17 years ago
|
Merge branch 'master' of git://gitorious.org/git-python/david |
|
More...
|
about 17 years ago
|
reverted to the cleaner and safer proc.wait method instead of communicate. |
|
More...
|
about 17 years ago
|