4
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 2 hours ago. based on code collected about 2 hours ago.
Dec 28, 2024 — Dec 28, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Updated gitdb submodule, and added note about how the submodule package manages its dependencies More... about 15 years ago
Updated tutorial with a brief introduction to submodules Changes now give a hint at the upcoming release as well More... about 15 years ago
Changed name/id of gitdb submodule to something that doesn't look like a path More... about 15 years ago
Merge branch 'submodule' More... about 15 years ago
Merge branch 'refactor' into submodule More... about 15 years ago
Fixed all imports, refactoring appears to be complete More... about 15 years ago
Split big submodule file into smaller files. Tried to manually get imports right, but its not yet tested More... about 15 years ago
Added test for the recursive code path. More... about 15 years ago
Added test for branch changes - it appears to work well, at least as far as the restricted tests are concerned More... about 15 years ago
Updated tests and implementation to verify functionality for handling submodule removals, as well as url changes More... about 15 years ago
first update test succeeds, so it verifies that existing repositories can be moved later if the configuration changed, and actually it also verifies that the url-change is handled correctly (as we changed the url from the default to the local path) More... about 15 years ago
Added test-setup which can test all aspects of the (smart) update method More... about 15 years ago
ORIG_HEAD handling is now implemented in the ref-class itself, instead of being a special case of the commit method; includes tests util: Fixed iterable lists, which broke due to an incorrectly implemented __contains__ method More... about 15 years ago
commit: when creating a new commit and advancing the head, it will now write the ORIG_HEAD reference as well More... about 15 years ago
RootModule.update: initial implementation of update method, which should be able to handle submodule removals, additions, path changes and branch changes. All this still needs to be tested though More... about 15 years ago
repo: Added create_submodule method which fits into the tradition of offering a create_* method for most important entities. Moved implementation of smart update method to the RootModule implementation, where it may do special things without requiring an interface for everything More... about 15 years ago
submodule: removed module_path method as it is implemented in the abspath property alrdeady Improved submodule move tests More... about 15 years ago
Inital implementation of Submodule.move including a very simple and to-be-improved test More... about 15 years ago
index: Sped up reading and writing of the index file by reducing the amount of attribute lookups considerably More... about 15 years ago
Repo: scetched out submodule_update More... about 15 years ago
Added rest of submodule.add test code which should be pretty much 100% coverage for it More... about 15 years ago
The submodule's branch is now a branch instance, not a plain string anymore More... about 15 years ago
Added tests for all failure modes of submodule add ( except for one ), and fixed a few issues on the way More... about 15 years ago
Initial implementation of submodule.add without any tests. These are to come next More... about 15 years ago
Implemented deletion of submodules including proper tests More... about 15 years ago
implemented update to_last_revision option including test. Its now possible to update submodules such as svn-externals More... about 15 years ago
Improved efficiency of the submodule.update process, improved test More... about 15 years ago
remote: added methods to set and query the tracking branch status of normal heads, including test. Config: SectionConstraint was updated with additional callable methods, the complete ConfigParser interface should be covered now Remote: refs methods is much more efficient now as it will set the search path to the directory containing the remote refs - previously it used the remotes/ base directory and pruned the search result More... about 15 years ago
Added a few utility methods and improved the test. Refs need an improvement though to allow easy configuration of branch-specific settings More... about 15 years ago
Submodule now only supports branches to be given as hint that will svn-external like behaviour. Implemented first version of update, which works for now, but probably needs to see more features More... about 15 years ago