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 test for the recursive code path. More... almost 16 years ago
Added test for branch changes - it appears to work well, at least as far as the restricted tests are concerned More... almost 16 years ago
Updated tests and implementation to verify functionality for handling submodule removals, as well as url changes More... almost 16 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... almost 16 years ago
Added test-setup which can test all aspects of the (smart) update method More... almost 16 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... almost 16 years ago
commit: when creating a new commit and advancing the head, it will now write the ORIG_HEAD reference as well More... almost 16 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... almost 16 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... almost 16 years ago
submodule: removed module_path method as it is implemented in the abspath property alrdeady Improved submodule move tests More... almost 16 years ago
Inital implementation of Submodule.move including a very simple and to-be-improved test More... almost 16 years ago
index: Sped up reading and writing of the index file by reducing the amount of attribute lookups considerably More... almost 16 years ago
Repo: scetched out submodule_update More... almost 16 years ago
Added rest of submodule.add test code which should be pretty much 100% coverage for it More... almost 16 years ago
The submodule's branch is now a branch instance, not a plain string anymore More... almost 16 years ago
Added tests for all failure modes of submodule add ( except for one ), and fixed a few issues on the way More... almost 16 years ago
Initial implementation of submodule.add without any tests. These are to come next More... almost 16 years ago
Implemented deletion of submodules including proper tests More... almost 16 years ago
implemented update to_last_revision option including test. Its now possible to update submodules such as svn-externals More... almost 16 years ago
Improved efficiency of the submodule.update process, improved test More... almost 16 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... almost 16 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... almost 16 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... almost 16 years ago
Added partial implementation of update, but realized that using refs in general may be contradicting if a tag is given there, as well as a commit sha of the submodule. Hence it should really be only a branch More... almost 16 years ago
Optimized test-decorators, by completely removing with_bare_rw_repo, which was mainly copy-paste from with_rw_repo, what a shame More... almost 16 years ago
Repo: added submodule query and iteration methods similar to the ones provided for Remotes, including test More... almost 16 years ago
Objects: Constructor now manually checks and sets the input arguments to the local cache - previously a procedural approach was used, which was less code, but slower too. Especially in case of CommitObjects unrolling the loop manually makes a difference. Submodule: Implemented query methods and did a bit of testing. More is to come, but the test works for now. As special addition, the submodule implementation uses the section name as submodule ID even though it seems to be just the path. This allows to make renames easier More... almost 16 years ago
Improved GitConfigurationParser to better deal with streams and the corresponding locks. Submodule class now operates on parent_commits, the configuration is either streamed from the repository or written directly into a blob ( or file ) dependending on whether we have a working tree checkout or not which matches our parent_commit More... almost 16 years ago
submodule: Fleshed out interface, and a partial test which is not yet usable. It showed that the ConfigParser needs some work. If the root is set, it also needs to refer to the root_commit instead of to the root-tree, as it will have to decide whether it works on the working tree's version of the .gitmodules file or the one in the repository More... almost 16 years ago
Updated to latest revision of async to support new thread-shutdown functionality More... almost 16 years ago