summaryrefslogtreecommitdiff
path: root/test/git
Commit message (Expand)AuthorAgeFilesLines
...
* SymbolicReferences can now change they references safely as I think and well ...Sebastian Thiel2009-10-231-0/+26
* Adjusted tests to deal with API changesSebastian Thiel2009-10-223-16/+10
* Added SymbolicReference and HEAD type to better represent these special types...Sebastian Thiel2009-10-225-103/+86
* Index: Is now diffable and appears to properly implement diffing against othe...Sebastian Thiel2009-10-222-5/+43
* default index writing now writes the index of the current repository in a fas...Sebastian Thiel2009-10-221-2/+8
* Added test for ConcurrentWriteOperationSebastian Thiel2009-10-221-1/+50
* utils: Added LockFile including testSebastian Thiel2009-10-221-1/+36
* Index now behaves more like the default index if no explicit stream is given....Sebastian Thiel2009-10-221-1/+4
* Added reset method to Head - its a class method due to the very general natur...Sebastian Thiel2009-10-221-0/+16
* Adjusted all remaining test suites to use the new TestBase class where approp...Sebastian Thiel2009-10-2211-112/+88
* Fixed decorator issue that would cause a function to be passed even though th...Sebastian Thiel2009-10-222-16/+18
* Implemented decorators, tests pass at leastSebastian Thiel2009-10-221-1/+1
* Added frame for new Repo handling and some neat decorators, including tests t...Sebastian Thiel2009-10-221-8/+18
* Merge branch 'index' into improvementsSebastian Thiel2009-10-222-0/+113
|\
| * Removed index test marker for custom commits as this boils down to a good way...Sebastian Thiel2009-10-221-4/+2
| * index writing now creates a sha on the content making it possible to write va...Sebastian Thiel2009-10-221-1/+8
| * Implemented merge/resolve handling , but realized that index writing is not y...Sebastian Thiel2009-10-221-5/+10
| * index: Added write_tree method including testSebastian Thiel2009-10-211-0/+7
| * index.iter_blobs method added including tests ( which have been improved gene...Sebastian Thiel2009-10-211-4/+19
| * tree.traverse: Added prune functionality - previously the predciate did both,...Sebastian Thiel2009-10-211-0/+5
| * Improved testing of index against trees, tests succeed with next commitSebastian Thiel2009-10-211-3/+15
| * Initial version of merge including tests for one-way, two-way and tree-way mergeSebastian Thiel2009-10-211-0/+21
| * index writing added including simple test, improved docs of IndexEntrySebastian Thiel2009-10-211-2/+8
| * improved IndexEntry type and added test for parsing of the stageSebastian Thiel2009-10-201-5/+9
| * Improved tuple access of EntryIndex class including test, stage and type acce...Sebastian Thiel2009-10-201-0/+14
| * Added initial version of the index reading from file - IndexEntry interface i...Sebastian Thiel2009-10-201-1/+3
| * Added frame for index implementation and testingSebastian Thiel2009-10-201-0/+17
* | Stream_data streams data to a given output stream most efficiently with a low...Sebastian Thiel2009-10-221-2/+11
* | Git.cmd: removed with_raw_output optionSebastian Thiel2009-10-221-0/+5
* | added Object.data_stream property allowing to stream object data directly.Con...Sebastian Thiel2009-10-221-0/+5
* | remote: Added fetch, pull, push methods to the interface to make these operat...Sebastian Thiel2009-10-211-2/+5
* | diff: added test to be sure index-vs-working copy diffs are solved properlySebastian Thiel2009-10-211-0/+3
|/
* repo.alternates test cheked for correctness and bugfixed - totally mocked tes...Sebastian Thiel2009-10-201-10/+8
* Fixed bare repository handling - bare is now a property to prevent writing itSebastian Thiel2009-10-202-4/+10
* Moved specialized methods like dashify, touch and is_git_dir to module to the...Sebastian Thiel2009-10-201-8/+7
* Improved is_dirty including testSebastian Thiel2009-10-201-12/+10
* Implemneted IterableLists for refs, commits and remote objects including simp...Sebastian Thiel2009-10-194-0/+8
* commit.count: is an instance method nowSebastian Thiel2009-10-192-1/+14
* repo.remote method addedSebastian Thiel2009-10-191-0/+1
* remote: added tests for creation and removal, finishing the remote interfaceSebastian Thiel2009-10-191-2/+17
* remote: base tests succeed nowSebastian Thiel2009-10-191-1/+6
* config: fixed serious issues that would cause it to see initial tabs as conti...Sebastian Thiel2009-10-191-0/+2
* Added configuration access including tests to remoteSebastian Thiel2009-10-191-2/+23
* Added remote module and test cases - about to implement remote option handlingSebastian Thiel2009-10-192-5/+48
* added initial frame for remote handling- remotes are somewhat related to eith...Sebastian Thiel2009-10-191-0/+5
* added additional testing for the configuration, concurrent access and config ...Sebastian Thiel2009-10-192-4/+30
* implemented config class as far as necessary, one check is still failingSebastian Thiel2009-10-191-1/+51
* Added frame for configuration reader involving a meta class, decorators and t...Sebastian Thiel2009-10-182-3/+33
* DiffIndex implemented including testSebastian Thiel2009-10-181-3/+16
* diff: implemented raw diff parsing which appears to be able to handle possibl...Sebastian Thiel2009-10-181-2/+3