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
Merge branch 'master' of [email protected]:git-python/mainline More... about 18 years ago
fixed unneeded list unpacking More... about 18 years ago
Fixed bare related tests. More... about 18 years ago
fixed it so init actually creates a bare repo. Thank you Daniel Watkins. More... about 18 years ago
use shell=True in windows (git.exe needs to be on %PATH%) One bug remaining: git on windows is returning status 0 for `git this-does-not-exist`, so no GitCommandError is raised. More... about 18 years ago
added Jelmer to the AUTHORS and removed an unnecessary underline in tests. More... about 18 years ago
Fix use of bare repositories. (cherry picked from commit 80f8a18a69e307f6ea0bfeb14791fc75e239faa2) More... about 18 years ago
Remove debug statement. (cherry picked from commit 1f9e1bacb65fe503ad23efba7f99ca6346fa648c) More... about 18 years ago
Avoid stripping newlines in blob data. (cherry picked from commit ccca12ee26e40fb4c4df2d77154ed496144569b9) More... about 18 years ago
bump for package change. More... about 18 years ago
Made MANIFEST changes. More... about 18 years ago
Always fogetting the changes. More... about 18 years ago
Removed method_missing since it was only used in one place. More... about 18 years ago
fixed a silly typo More... about 18 years ago
bump More... about 18 years ago
Cleaned up changes file. More... about 18 years ago
Added license information to all files. More... about 18 years ago
fixed http://groups.google.com/group/git-python/browse_thread/thread/62b972d2345c74c2?hl=en# and added lines to the per file stats More... about 18 years ago
fixed http://groups.google.com/group/git-python/browse_thread/thread/b8f3580abf31f9db?hl=en# and passed Git a working_tree again (sort of). More... over 18 years ago
added os.path.expanduser to the repo initialization More... over 18 years ago
continued yesterdays work on the execute stuff More... over 18 years ago
Merge branch 'master' of [email protected]:git-python/apollo13 More... over 18 years ago
made with_exceptions=True default (don't look before you leak ;)) and removed the combined output of stderr and stdout. Also renamed with_status to extended_output. The method_missing function needs to be modified, as it does a kwargs.pop(xxx, None); which resulted in with_excpetions=None -> False all the time... Test should follow tomorrow. More... over 18 years ago
Merge branch 'master' of git://gitorious.org/git-python/david into bisect More... over 18 years ago
fixed the tests, which where broken before my commit, although the bug didn't reveal it... More... over 18 years ago
Merge branch 'master' of git://gitorious.org/git-python/david More... over 18 years ago
fixed second problem in http://groups.google.com/group/git-python/browse_thread/thread/b8f3580abf31f9db?hl=en# I'll look at the other one in an hour More... over 18 years ago
cmd: rename with_keep_cwd to keep_cwd More... over 18 years ago
Merge commit 'sverre/master' into david More... over 18 years ago
cmd: better support for bare repositories More... over 18 years ago