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
submodule: Fixed capital error when handling the submodule's branch, which was returned in the submodules super repository, not in the submodule's module More... about 15 years ago
Submodule: Assured we properly convert paths to using the slash separator More... about 15 years ago
Fixed performance tests which broke in the meanwhile - they definitely don't run often enough, which is because they intentionally don't have a package initialization file More... about 15 years ago
Bumped version number to 0.3.1 More... about 15 years ago
submodule: When adding an existing submodule, when retrieving the binsha, we will now consider not only the tree, but the index too More... about 15 years ago
remote: parsing of fetch information now reacts to fatal errors. Previously it would just bump into an assertion More... about 15 years ago
test_submodule: fixed failures that arose due to changes of the original submodule names. Also, a major bug was fixed that cased submodules to always being updated recursively when using the RootModule.update method submodule: previously, it would update the repository configuration during add(), but in fact it must be done during update() when the module is cloned, which is how the git-submodule implementation works More... about 15 years ago
Merge branch 'docs' More... over 15 years ago
Updated gitdb submodule, and added note about how the submodule package manages its dependencies More... over 15 years ago
Updated tutorial with a brief introduction to submodules Changes now give a hint at the upcoming release as well More... over 15 years ago
Changed name/id of gitdb submodule to something that doesn't look like a path More... over 15 years ago
Merge branch 'submodule' More... over 15 years ago
Merge branch 'refactor' into submodule More... over 15 years ago
Fixed all imports, refactoring appears to be complete More... over 15 years ago
Split big submodule file into smaller files. Tried to manually get imports right, but its not yet tested More... over 15 years ago
Added test for the recursive code path. More... over 15 years ago
Added test for branch changes - it appears to work well, at least as far as the restricted tests are concerned More... over 15 years ago
Updated tests and implementation to verify functionality for handling submodule removals, as well as url changes More... over 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... over 15 years ago
Added test-setup which can test all aspects of the (smart) update method More... over 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... over 15 years ago
commit: when creating a new commit and advancing the head, it will now write the ORIG_HEAD reference as well More... over 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... over 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... over 15 years ago
submodule: removed module_path method as it is implemented in the abspath property alrdeady Improved submodule move tests More... over 15 years ago
Inital implementation of Submodule.move including a very simple and to-be-improved test More... over 15 years ago
index: Sped up reading and writing of the index file by reducing the amount of attribute lookups considerably More... over 15 years ago
Repo: scetched out submodule_update More... over 15 years ago
Added rest of submodule.add test code which should be pretty much 100% coverage for it More... over 15 years ago
The submodule's branch is now a branch instance, not a plain string anymore More... over 15 years ago