summaryrefslogtreecommitdiff
path: root/lib/git/util.py
Commit message (Collapse)AuthorAgeFilesLines
* moved all contents, incl. submodule gitdb, up to the root directorySebastian Thiel2010-11-211-348/+0
|
* ORIG_HEAD handling is now implemented in the ref-class itself, instead of ↵Sebastian Thiel2010-11-181-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 Thiel2010-11-171-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 Thiel2010-11-151-0/+3
| | | | provided for Remotes, including test
* win32 compatability adjustmentsunknown2010-07-021-0/+5
|
* Renamed modules utils to util, and errors to exc to be more conforming to ↵Sebastian Thiel2010-06-291-0/+340
the submodules's naming conventions