0
I Use This!
High Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Sep 26, 2025 — Sep 26, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Greatly improved possible safety of Submodule.update(), which is used by default. More... over 11 years ago
Another take on fixing the current concurrent read implementation in git.cmd More... over 11 years ago
Remote.fetch|pull() will not use poll/threads anymore as only stderr is read. More... over 11 years ago
Added tutorial about initializing a repository. More... over 11 years ago
Improved installation docs to mention `pip`, not `easy_install` More... over 11 years ago
Improved unicode handling when using os.environ or GitConfigParser More... over 11 years ago
Fixed configuration file test - release call was missing. More... over 11 years ago
Submodule.move() will auto-rename the submodule if the name was equal to the path More... over 11 years ago
Implemented Submodule.rename() More... over 11 years ago
Submodule.move() fixed to deal with 'non-gitfile' clones appropriately. More... over 11 years ago
Basic submodule tests are working once again ! More... over 11 years ago
Submodule.remove() now seems to work properly, nearly all tests are back. More... over 11 years ago
Made sure dry-run is properly implemented in Submodule.remove() More... over 11 years ago
Submodule.remove() now deals with .git files correctly. More... over 11 years ago
Assured Submodule.(update|move) are dealing with .git files appropriately. More... over 11 years ago
Implemented more tests and made use of .git files when adding submodules More... over 11 years ago
Added debug code to keep lines fed into progress handler and the contents of FETCH_HEAD. More... over 11 years ago
Fixed previously failing test More... over 11 years ago
Verified that it apparently is impossible to add empty submodules using git-python. More... over 11 years ago
Submodule.add() can now handle absolute module paths in agreement to the doc string. More... over 11 years ago
For some reason, the new submodule test still broke on py3 More... over 11 years ago
Added the first submodule will no longer cause an IOError. More... over 11 years ago
Added sphinx build process to end of travis test chain More... over 11 years ago
Fixed some doc strings to build correctly with sphinx More... over 11 years ago
An attempt to help the threaded reading to not show spurious errors anymore. More... over 11 years ago
Added 'path' keyword argument to Repo.archive(). More... over 11 years ago
GitConfigParser now respects and merges 'include' sections More... over 11 years ago
Fixed youtube playlist link More... over 11 years ago
Added `Repo.merge_base(...)` implementation, including test-case. More... over 11 years ago
Bumped version to 0.3.5, required latest gitdb (v0.6.4) More... over 11 years ago