4
I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Feb 12, 2025 — Feb 12, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixed configuration file test - release call was missing. More... about 11 years ago
Submodule.move() will auto-rename the submodule if the name was equal to the path More... about 11 years ago
Implemented Submodule.rename() More... about 11 years ago
Submodule.move() fixed to deal with 'non-gitfile' clones appropriately. More... about 11 years ago
Basic submodule tests are working once again ! More... about 11 years ago
Submodule.remove() now seems to work properly, nearly all tests are back. More... about 11 years ago
Made sure dry-run is properly implemented in Submodule.remove() More... about 11 years ago
Submodule.remove() now deals with .git files correctly. More... about 11 years ago
Assured Submodule.(update|move) are dealing with .git files appropriately. More... about 11 years ago
Implemented more tests and made use of .git files when adding submodules More... about 11 years ago
Added debug code to keep lines fed into progress handler and the contents of FETCH_HEAD. More... about 11 years ago
Fixed previously failing test More... about 11 years ago
Verified that it apparently is impossible to add empty submodules using git-python. More... about 11 years ago
Submodule.add() can now handle absolute module paths in agreement to the doc string. More... about 11 years ago
For some reason, the new submodule test still broke on py3 More... about 11 years ago
Added the first submodule will no longer cause an IOError. More... about 11 years ago
Added sphinx build process to end of travis test chain More... about 11 years ago
Fixed some doc strings to build correctly with sphinx More... about 11 years ago
An attempt to help the threaded reading to not show spurious errors anymore. More... about 11 years ago
Added 'path' keyword argument to Repo.archive(). More... about 11 years ago
GitConfigParser now respects and merges 'include' sections More... about 11 years ago
Fixed youtube playlist link More... about 11 years ago
Added `Repo.merge_base(...)` implementation, including test-case. More... about 11 years ago
Bumped version to 0.3.5, required latest gitdb (v0.6.4) More... about 11 years ago
IndexFile.commit() now runs pre-commit and post-commit hooks. More... about 11 years ago
Removed os.path.realpath invocations as they are not necessary if paths are used consistently. More... about 11 years ago
Removed all previously added invocations of os.path.realpath as it wasn't required afterall. More... about 11 years ago
Repo paths are now converted to real paths, as well as all paths involved in index related work. More... about 11 years ago
Added specific test for roughly checking configuration paths. More... about 11 years ago
Re-implemented 'user' config level based on suggestion by @jzempel More... about 11 years ago