summaryrefslogtreecommitdiff
path: root/gitdb/util.py
Commit message (Collapse)AuthorAgeFilesLines
* Applied more fixes and an implementation for the RepositoryPathsMixin. This ↵Sebastian Thiel2011-04-291-0/+27
| | | | showed that we need to distinguish between plain object dbs with a respective interface and full repositories, which have references and remotes. Ideally, the ones that require only odbs use the odb member, others use the repo member
* Fixed reference tests - symbolic refs now need to be created with a ↵Sebastian Thiel2011-04-261-0/+1
| | | | git_dir() providing repository. Currently there is no separate interface for this, which might have to be added at some point just for the sake of completeness
* Fixed a few broken tests. test_refs is still not working as it needs more ↵Sebastian Thiel2011-04-251-0/+1
| | | | | | throrough changes based on the interfaces actually available in gitdb. This should work though as all references have iter_* methods which do the actual work. Added git config parser to the mix, including working test - the module is not very interdependent, fortunately.
* Initial version of objects. The submodule implementation is left in ↵Sebastian Thiel2011-04-071-0/+61
| | | | git-python for now as it requires plenty of additional features which are currently only available via the git command
* Added ref implementation and tried to fix it so that it has a chance of ↵Sebastian Thiel2011-04-071-0/+298
| | | | running. Currently it requires an object implementation which will be ported next. None of the tests is expected to run yet.
* preprended all modules with licensing informationSebastian Thiel2011-02-231-0/+4
|
* moved all relevant files into the gitdb folder.Sebastian Thiel2010-11-301-0/+352
Submodule relinked to point to new github location, and moved as well