4
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 19 hours ago. based on code collected about 19 hours ago.
Jun 12, 2024 — Jun 12, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
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
davvid
as David Aguilar
More... about 17 years ago
repo: these changes make Govind's latest changes pass the test cases
davvid
as David Aguilar
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.
empty
as Michael Trier
More... about 17 years ago
tests: removed an obsolete comment in test_it_ignores_false_kwargs
davvid
as David Aguilar
More... about 17 years ago
put version stuff back.
empty
as Michael Trier
More... about 17 years ago
style: follow PEP 8 in git/cmd.py
davvid
as David Aguilar
More... about 17 years ago
style: remove spaces around parens per PEP8
davvid
as David Aguilar
More... about 17 years ago
tests: add a test to ensure False is never passed to Git.execute
davvid
as David Aguilar
More... about 17 years ago
Git: guard against passing False to git commands
davvid
as David Aguilar
More... about 17 years ago
Git: guard against passing False to git commands
davvid
as David Aguilar
More... about 17 years ago
forgot to remove the stuff from README.
empty
as Michael Trier
More... about 17 years ago
Removed tutorial from README and added it into new doc section.
empty
as Michael Trier
More... about 17 years ago
stupid me i shouldn't use assert() in tests
davvid
as David Aguilar
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
davvid
as David Aguilar
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