Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | moved all contents, incl. submodule gitdb, up to the root directory | Sebastian Thiel | 2010-11-21 | 1 | -348/+0 |
| | |||||
* | ORIG_HEAD handling is now implemented in the ref-class itself, instead of ↵ | Sebastian Thiel | 2010-11-18 | 1 | -8/+0 |
| | | | | | | being a special case of the commit method; includes tests util: Fixed iterable lists, which broke due to an incorrectly implemented __contains__ method | ||||
* | RootModule.update: initial implementation of update method, which should be ↵ | Sebastian Thiel | 2010-11-17 | 1 | -0/+8 |
| | | | | able to handle submodule removals, additions, path changes and branch changes. All this still needs to be tested though | ||||
* | Repo: added submodule query and iteration methods similar to the ones ↵ | Sebastian Thiel | 2010-11-15 | 1 | -0/+3 |
| | | | | provided for Remotes, including test | ||||
* | win32 compatability adjustments | unknown | 2010-07-02 | 1 | -0/+5 |
| | |||||
* | Renamed modules utils to util, and errors to exc to be more conforming to ↵ | Sebastian Thiel | 2010-06-29 | 1 | -0/+340 |
the submodules's naming conventions |