summaryrefslogtreecommitdiff
path: root/lib/git/objects/util.py
Commit message (Collapse)AuthorAgeFilesLines
* moved all contents, incl. submodule gitdb, up to the root directorySebastian Thiel2010-11-211-374/+0
|
* Fixed API reference docs as far as possibleSebastian Thiel2010-11-211-1/+2
|
* Submodule now only supports branches to be given as hint that will ↵Sebastian Thiel2010-11-161-1/+1
| | | | svn-external like behaviour. Implemented first version of update, which works for now, but probably needs to see more features
* Repo: added submodule query and iteration methods similar to the ones ↵Sebastian Thiel2010-11-151-0/+8
| | | | provided for Remotes, including test
* util.get_user_id(): Will try a windows environment variable as well, the ↵Sebastian Thiel2010-07-161-1/+1
| | | | method now yields good results on all tested platforms
* Renamed modules utils to util, and errors to exc to be more conforming to ↵Sebastian Thiel2010-06-291-0/+365
the submodules's naming conventions