0
I Use This!
High Activity

Commits : Listings

Analyzed about 22 hours ago. based on code collected about 23 hours ago.
Sep 26, 2025 — Sep 26, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Bumped version to 0.6.4 More... over 11 years ago
Adjusted stream logic to make it work on all tested platforms ... . More... over 11 years ago
IndexFile.commit() now runs pre-commit and post-commit hooks. More... over 11 years ago
Removed os.path.realpath invocations as they are not necessary if paths are used consistently. More... over 11 years ago
Removed all previously added invocations of os.path.realpath as it wasn't required afterall. More... over 11 years ago
Repo paths are now converted to real paths, as well as all paths involved in index related work. More... over 11 years ago
Added specific test for roughly checking configuration paths. More... over 11 years ago
Re-implemented 'user' config level based on suggestion by @jzempel More... over 11 years ago
Added twitch/youtube information to Readme More... over 11 years ago
Added 'user' configuration level. More... over 11 years ago
Fixed test to actually use tilde and environment variables respectively. More... over 11 years ago
Repo.init() now supports paths with a '~' in it, or environment variables in general. More... over 11 years ago
Added search_parent_directories keyword argument to Repo type. More... over 11 years ago
rewrote test-string to have a chance to make flake8 happy. More... over 11 years ago
Implemented multi-line parsing of git-config to the point where a sepcific test-file is working. More... over 11 years ago
Added test for complex blame revision query. More... over 11 years ago
Now Diff.__str__ works correctly in all python versions. More... over 11 years ago
Fixed mode-handling in Diff creation, and added assertions to catch this in future More... over 11 years ago
Added test to verify binary diffs are working as well. More... over 11 years ago
Added test to verify binary diffs are working as well. More... over 11 years ago
Added test to assure blame can deal with binary patches. More... over 11 years ago
Merge pull request #18 from yarikoptic/master More... over 11 years ago
minor spell fixes + empty line unification + comparison for python 2.6 More... over 11 years ago
Make tests independent of actual repository data More... over 11 years ago
Now finally, tests should be working on travis too. More... over 11 years ago
Updated submodule to latest commit, hopefully fixing travis More... over 11 years ago
Improved empty-repo test More... over 11 years ago
Removed unused imports - should have been in the last commit obviously More... over 11 years ago
Fixed up tests to use the GITDB_TEST_GIT_REPO_BASE at all times More... over 11 years ago
Improved handling of name-resolution, which will not mangle names anymore. More... over 11 years ago