summaryrefslogtreecommitdiff
path: root/gitdb
Commit message (Expand)AuthorAgeFilesLines
* Fixed remaining tests as far as possible/necessary before the actual work sta...fetch_n_pushSebastian Thiel2011-05-053-26/+25
* Fixed all remaining db testsSebastian Thiel2011-05-056-12/+12
* Fixed db/test_gitSebastian Thiel2011-05-054-8/+15
* First rename session, db/test_base.py works, but there is much more work to doSebastian Thiel2011-05-0415-76/+81
* Moved plenty of code around to separate pure python implementation from futur...Sebastian Thiel2011-04-2913-319/+531
* First version with some working reference tests. The db implementation is sti...Sebastian Thiel2011-04-294-9/+328
* Renaemd odb to repo (once again) as references require a full repository with...Sebastian Thiel2011-04-297-140/+151
* Applied more fixes and an implementation for the RepositoryPathsMixin. This s...Sebastian Thiel2011-04-298-35/+125
* Added RepositoryPathMixin as well as ConfigurationMixin. The first mentioned ...Sebastian Thiel2011-04-264-20/+150
* Fixed reference tests - symbolic refs now need to be created with a git_dir()...Sebastian Thiel2011-04-267-32/+85
* Fixed ref test up to the point where there is an issue resolving objects in t...Sebastian Thiel2011-04-266-44/+51
* Fixed a few broken tests. test_refs is still not working as it needs more thr...Sebastian Thiel2011-04-258-9/+1980
* Initial version of objects. The submodule implementation is left in git-pytho...Sebastian Thiel2011-04-0715-0/+1910
* Added ref implementation and tried to fix it so that it has a chance of runni...Sebastian Thiel2011-04-0713-14/+2109
* Added first scetch of a transport DB interface which should be enough to allo...Sebastian Thiel2011-04-043-2/+152
* Fixed _perf module, which built, but didn't link dynamically. All the time, I...Sebastian Thiel2011-03-313-13/+55
* crc needs to be done on the pack object header as well, of courseSebastian Thiel2011-03-312-5/+19
* Implemented remainder of the test, and it already shows that something is wro...Sebastian Thiel2011-03-313-27/+76
* initial version of pack writing, which seems to work, but still needs some mo...Sebastian Thiel2011-03-315-22/+266
* Added stub for pack writing implementation which should work for pack streami...Sebastian Thiel2011-03-313-19/+50
* preprended all modules with licensing informationSebastian Thiel2011-02-2334-0/+132
* Added license information fileSebastian Thiel2011-02-231-0/+0
* setup and doc generation works once againSebastian Thiel2010-11-302-5/+6
* Fixed unittestsSebastian Thiel2010-11-305-6/+11
* moved all relevant files into the gitdb folder.Sebastian Thiel2010-11-3044-0/+6672