0
I Use This!
High Activity

Commits : Listings

Analyzed about 20 hours ago. based on code collected about 22 hours ago.
Sep 26, 2025 — Sep 26, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added the bugfix code as a utility function to be reused wherever this specific subprocess bug occurs. More... over 15 years ago
Hacked the wait function so that it works with pyside in OS X by using "sleep()". More... over 15 years ago
Merge branch 'fix' More... almost 16 years ago
submodule.add: handles addition of repositories with a specific branch correctly now - previously it would pass the full path of the branch, which in fact didn't work, unless the default branch is used to which it will default. The bug wasn't noticed because of this More... almost 16 years ago
setup .gitmodules to use a tracking branch automatically More... almost 16 years ago
setup .gitmodules to use a trackin branch automatically More... almost 16 years ago
Fixed bug, which was so obvious that I am wondering how none of the test ran into that, or at least triggered it More... almost 16 years ago
Submodule tests are functional once again. remote: Fixed bug that was caused by the unchecked deletion of an uncached attribute which did not necessarily exist More... almost 16 years ago
Fixed import of gitdb, keeping changed gitdb commit so that the submodule tests may work. Switched gitdb submodule to new github url More... almost 16 years ago
Merge branch 'structure' More... almost 16 years ago
setup and doc generation works once again More... almost 16 years ago
Fixed unittests More... almost 16 years ago
moved all relevant files into the gitdb folder. Submodule relinked to point to new github location, and moved as well More... almost 16 years ago
Ajusted all links to point to new repository on github More... almost 16 years ago
Renamed readme file to something github understands much better, adjusted documentation links to point to github instead of lighthouse/gitorious More... almost 16 years ago
remote: fixed incorrect call signature when instantiating GitCommandError More... almost 16 years ago
Commit.create_from_tree used a now renamed keyword parameter - no test-case ever runs this code, which is still an issue More... almost 16 years ago
-#######->WARNING<-####### Directory structure changed, see commit message More... almost 16 years ago
update setup.py to allow binary builds, which is required for installation and distribution More... almost 16 years ago
Updated information files More... almost 16 years ago
Fixed setup tools More... almost 16 years ago
Fixed docs More... almost 16 years ago
Fixed all testcases More... almost 16 years ago
Switched async submodule to using github instead of gitorious More... almost 16 years ago
Moved everything into the git subdirectory - some tests still need to be adjusted More... almost 16 years ago
submodule.update: the actual update will now mention the revision to which it updates to_latest_revision would now be honored if possible in dry_run mode More... almost 16 years ago
Merge branch 'submodupdate' More... almost 16 years ago
Implemented dry_run mode including tests for RootModule.update and Submodule More... almost 16 years ago
Integrated progress updates into all submodule.update methods. Submodule.update now supports dry_run as well, which is still to be implemented in all cases More... almost 16 years ago
Submodule: Added dry_run and progress parameter to the update method. It is copatible to the RemoteProgress and should satisfy all progress needs. Dryrun will be useful in conjunction with the progress to verify the changes to be done More... almost 16 years ago