4
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 21 hours ago. based on code collected about 21 hours ago.
Feb 05, 2025 — Feb 05, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
tests: add a test for git.foo( istream=fh )
davvid
as David Aguilar
More... over 17 years ago
git.py: add support for passing in a stdin input stream
davvid
as David Aguilar
More... over 17 years ago
git.py: always use "git foo" and never "git-foo"
davvid
as David Aguilar
More... over 17 years ago
utils: add a pop_key helper function
davvid
as David Aguilar
More... over 17 years ago
git.py: add support for a GIT_PYTHON_TRACE environment variable
davvid
as David Aguilar
More... over 17 years ago
tests: update test_git.py to use the new single-character flag style
davvid
as David Aguilar
More... over 17 years ago
git.py: properly handle single-character flags with arguments
davvid
as David Aguilar
More... over 17 years ago
gitignore: ignore eggs, .pyo's and /build
davvid
as David Aguilar
More... over 17 years ago
Merge git://gitorious.org/git-python/apollo13
empty
as Michael Trier
More... over 17 years ago
Fixed up problem where name doesn't exist on root of tree.
empty
as Michael Trier
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
empty
as Michael Trier
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.
empty
as Michael Trier
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.
empty
as Michael Trier
More... over 17 years ago
lots of little fixes. Corrected problem with creating bare repo. Added Repo.create alias.
empty
as Michael Trier
More... over 17 years ago
Corrected problem with tree.__len__ getting confused with zero length files. Thanks Alan Briolat.
empty
as Michael Trier
More... over 17 years ago
Forgot to add Mock to the requirements.
empty
as Michael Trier
More... almost 18 years ago
Fixed up rspec comments that are passing.
empty
as Michael Trier
More... almost 18 years ago
ugh, the editing never ends.
empty
as Michael Trier
More... almost 18 years ago
Apparently I'm a moron
empty
as Michael Trier
More... almost 18 years ago
More small changes to tests. Commented out tests not passing because of inability to figure out mocking for them.
empty
as Michael Trier
More... almost 18 years ago
Moved test stuff around and modified imports to just clean things up a bit.
empty
as Michael Trier
More... almost 18 years ago