0
I Use This!
High Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 3 days ago.
Sep 24, 2025 — Sep 24, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added a with_keep_cwd option More... over 18 years ago
Improved the GIT_PYTHON_TRACE=full output format More... over 18 years ago
cmd: properly handle cwd for repos with work trees More... over 18 years ago
repo: these changes make Govind's latest changes pass the test cases More... over 18 years ago
stupid typo *grr* More... over 18 years ago
removed to much :รพ More... over 18 years ago
Added /dist to .gitignore More... over 18 years ago
added support for GIT_PYTHON_TRACE=='full', thx to SRabbelier for the suggestion More... over 18 years ago
fixed init_bare More... over 18 years ago
Merge branch 'master' of git://gitorious.org/git-python/mainline More... over 18 years ago
fixed up the getattr stuff More... over 18 years ago
Determine git_dir and git_work_tree in python. More... over 18 years ago
use getattr instead of gettatribute More... over 18 years ago
changed svn to git. This makes more sense. I tried trunk, master, edge. More... over 18 years ago
tests: removed an obsolete comment in test_it_ignores_false_kwargs More... over 18 years ago
put version stuff back. More... over 18 years ago
style: follow PEP 8 in git/cmd.py More... over 18 years ago
style: remove spaces around parens per PEP8 More... over 18 years ago
tests: add a test to ensure False is never passed to Git.execute More... over 18 years ago
Git: guard against passing False to git commands More... over 18 years ago
Git: guard against passing False to git commands More... over 18 years ago
forgot to remove the stuff from README. More... over 18 years ago
Removed tutorial from README and added it into new doc section. More... over 18 years ago
stupid me i shouldn't use assert() in tests More... over 18 years ago
fixed the buffer test. More... over 18 years ago
Merge branch 'master' of git://gitorious.org/git-python/david More... over 18 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... over 18 years ago
tests: ensure cmd.execute can handle large output More... over 18 years ago
Merge branch 'master' of git://gitorious.org/git-python/david More... over 18 years ago
reverted to the cleaner and safer proc.wait method instead of communicate. More... over 18 years ago