4
I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Feb 17, 2025 — Feb 17, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge branch 'fix' More... about 15 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... about 15 years ago
setup .gitmodules to use a tracking branch automatically More... about 15 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... about 15 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... about 15 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... about 15 years ago
Renamed readme file to something github understands much better, adjusted documentation links to point to github instead of lighthouse/gitorious More... about 15 years ago
remote: fixed incorrect call signature when instantiating GitCommandError More... about 15 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... about 15 years ago
-#######->WARNING<-####### Directory structure changed, see commit message More... about 15 years ago
update setup.py to allow binary builds, which is required for installation and distribution More... about 15 years ago
Updated information files More... about 15 years ago
Fixed setup tools More... about 15 years ago
Fixed docs More... about 15 years ago
Fixed all testcases More... about 15 years ago
Moved everything into the git subdirectory - some tests still need to be adjusted More... about 15 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... about 15 years ago
Merge branch 'submodupdate' More... about 15 years ago
Implemented dry_run mode including tests for RootModule.update and Submodule More... about 15 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... about 15 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... about 15 years ago
Merge branch 'reflogintegration' More... about 15 years ago
submodule.update: previous_commit is now set according to the stored reflog value, and is not using ORIG_HEAD anymore More... about 15 years ago
Adjusted remaining usages of set_reference and set_commit to set a logmessage More... about 15 years ago
Adjusted all Head.create calls to set a logmessage similar to the one git uses More... about 15 years ago
Merge branch 'reflog' More... about 15 years ago
Fixed doc strings, improved error checking on RefLog.write method More... about 15 years ago
RefLog: added entry_at method, which is a faster way of reading single entries, including test More... about 15 years ago
Renamed msg named parameter to logmsg, as it describes the purpose of the message much better Added test for deletion of reflog file when the corresponding ref is deleted More... about 15 years ago
Added tests for creation and adjustments of reference, verifying the log gets written More... about 15 years ago