summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
...
* Added basic channel implementation including testSebastian Thiel2010-06-056-141/+233
* Removed compression flag from IStream and OStream types, as a valid object wi...Sebastian Thiel2010-06-051-6/+49
* Implemented stream tests, found a bug on the way, slowly a test-framework for...Sebastian Thiel2010-06-043-220/+438
* Fixed implementation after design change to deal with it - all tests run, but...Sebastian Thiel2010-06-045-29/+64
* initial version of new odb design to facilitate a channel based multi-threadi...Sebastian Thiel2010-06-044-11/+11
* Fixed compatability issues with python 2.5, made sure all tests runSebastian Thiel2010-06-032-2/+2
* commit.create_from_tree now uses pure python implementation, fixed message pa...Sebastian Thiel2010-06-037-18/+125
* Added performance comparison to cgit ... and yes, git-python is faster :)Sebastian Thiel2010-06-031-7/+60
* odb: fixed streamed decompression reader ( specific tests would still be miss...Sebastian Thiel2010-06-031-0/+91
* odb: implemented loose object streaming, which is impossible to do efficientl...Sebastian Thiel2010-06-031-0/+44
* added frame for object reading, including simple testSebastian Thiel2010-06-021-0/+13
* initial version of loose object writing and simple cached object lookup appea...Sebastian Thiel2010-06-021-2/+29
* Added first design and frame for object database. In a first step, loose obje...Sebastian Thiel2010-06-022-0/+73
* git.cmd: added test for stream section constraint used in git command, found ...Sebastian Thiel2010-06-021-288/+363
* commit: redesigned revlist and commit parsing, commits are always retrieved f...Sebastian Thiel2010-06-024-207/+177
* Added performance testing foundation library, reworked existing performance t...Sebastian Thiel2010-06-022-0/+46
* Added commit-iteration testSebastian Thiel2010-06-021-40/+56
* commit: refactored existing code to decode commits from streams - performance...Sebastian Thiel2010-06-024-38/+13
* commit: initial version of commit_from_tree which could create commit objects...Sebastian Thiel2010-06-021-102/+131
* refs: a Reference can now be created by assigning a commit or object (for con...Sebastian Thiel2010-05-261-0/+38
* diff: by limiting the splitcount to 5, a subtle bug was introduced as the new...0.2.0-beta1Sebastian Thiel2010-05-251-1/+15
* Repo: Added comparison operators and hash operator including testSebastian Thiel2010-05-122-5/+14
* Handle filenames with embedded spaces when generating diffsRick Copeland2010-05-101-0/+1
* index.add: added index path rewrite functionality, which allows to store a di...Sebastian Thiel2010-05-101-0/+30
* repo: added test with some basic assertions for empty repositories theseSebastian Thiel2010-05-102-1/+43
* Added additional tz_offset testing in performance test to call it more often.Sebastian Thiel2010-04-302-1/+4
* Add support for time zone information in tags and commits.Rick Copeland2010-04-271-0/+3
* test system: renamed a few test methods in test_remote which could been mista...Sebastian Thiel2010-03-211-16/+16
* Converted all tabs to 4 space characters each to comply with pep8Sebastian Thiel2010-03-0418-2514/+2514
* Commit.iter_items: Will not restrict comits to the ones containing changes to...Sebastian Thiel2010-02-281-0/+18
* index: added move method including testSebastian Thiel2010-02-192-2/+44
* git.commit: Added test to assure we handle the first commit correctly regardi...Sebastian Thiel2010-02-181-0/+5
* IndexFile: unmerged_blobs lists are now sortedSebastian Thiel2010-02-131-11/+28
* Implemented RemoteProgress parsing for git-fetch, which might become availabl...Sebastian Thiel2010-01-121-9/+23
* tree: implemented recursive paths in __div__ and __getitem__ method, allowing...Sebastian Thiel2009-12-301-1/+4
* config: GitConfigReader now allows to override its lock-type. By default it u...Sebastian Thiel2009-12-171-1/+1
* refs: Added is_valid method to SymbolicReference base classSebastian Thiel2009-12-151-0/+6
* index: TempFileMover now handles the case that the file to move does not exis...Sebastian Thiel2009-12-101-0/+14
* config: fixed incorrect handling of default value in get_valueSebastian Thiel2009-12-092-0/+5
* config.set_value: added more convenient set_value method to ConfigReaderSebastian Thiel2009-12-081-0/+6
* config.get_value: Added default argument including testSebastian Thiel2009-12-081-0/+5
* index: Checkout exception now contains information about the reason of the fa...Sebastian Thiel2009-12-071-0/+1
* Reference: reading of commit data is now safer and handles non-existing paths...Sebastian Thiel2009-12-071-0/+4
* SymbolicRefence base is now fully aware of pack files in all operations.Sebastian Thiel2009-12-041-0/+39
* refs: Fixed incorrect retrieval of symbolic reference types - previously we o...Sebastian Thiel2009-12-041-3/+11
* SymbolicReference creation now won't fail if the target already exists and ha...Sebastian Thiel2009-12-041-2/+6
* refs.rename: improved handling as it will only raise ( if not forced ) if the...Sebastian Thiel2009-12-031-1/+4
* refs: Implemented low-level (Symbolic)Reference renaming as some references c...Sebastian Thiel2009-12-031-0/+24
* config: implemented get_value method to have a safe way to make general queri...Sebastian Thiel2009-12-031-0/+2
* repo: renamed directories to more descriptive identifiers and made them safer...Sebastian Thiel2009-12-036-20/+20