| Commit message (Expand) | Author | Age | Files | Lines |
* | Added test for ConcurrentWriteOperation | Sebastian Thiel | 2009-10-22 | 1 | -1/+50 |
* | utils: Added LockFile including test | Sebastian Thiel | 2009-10-22 | 1 | -1/+36 |
* | Index now behaves more like the default index if no explicit stream is given.... | Sebastian Thiel | 2009-10-22 | 1 | -1/+4 |
* | Added reset method to Head - its a class method due to the very general natur... | Sebastian Thiel | 2009-10-22 | 2 | -2/+18 |
* | Adjusted all remaining test suites to use the new TestBase class where approp... | Sebastian Thiel | 2009-10-22 | 11 | -112/+88 |
* | Fixed decorator issue that would cause a function to be passed even though th... | Sebastian Thiel | 2009-10-22 | 3 | -18/+22 |
* | Implemented decorators, tests pass at least | Sebastian Thiel | 2009-10-22 | 2 | -27/+45 |
* | Added frame for new Repo handling and some neat decorators, including tests t... | Sebastian Thiel | 2009-10-22 | 3 | -9/+116 |
* | Merge branch 'index' into improvements | Sebastian Thiel | 2009-10-22 | 4 | -0/+113 |
|\ |
|
| * | Removed index test marker for custom commits as this boils down to a good way... | Sebastian Thiel | 2009-10-22 | 1 | -4/+2 |
| * | index writing now creates a sha on the content making it possible to write va... | Sebastian Thiel | 2009-10-22 | 1 | -1/+8 |
| * | Implemented merge/resolve handling , but realized that index writing is not y... | Sebastian Thiel | 2009-10-22 | 1 | -5/+10 |
| * | index: Added write_tree method including test | Sebastian Thiel | 2009-10-21 | 1 | -0/+7 |
| * | index.iter_blobs method added including tests ( which have been improved gene... | Sebastian Thiel | 2009-10-21 | 1 | -4/+19 |
| * | tree.traverse: Added prune functionality - previously the predciate did both,... | Sebastian Thiel | 2009-10-21 | 1 | -0/+5 |
| * | Improved testing of index against trees, tests succeed with next commit | Sebastian Thiel | 2009-10-21 | 1 | -3/+15 |
| * | Initial version of merge including tests for one-way, two-way and tree-way merge | Sebastian Thiel | 2009-10-21 | 1 | -0/+21 |
| * | index writing added including simple test, improved docs of IndexEntry | Sebastian Thiel | 2009-10-21 | 1 | -2/+8 |
| * | improved IndexEntry type and added test for parsing of the stage | Sebastian Thiel | 2009-10-20 | 2 | -5/+9 |
| * | Improved tuple access of EntryIndex class including test, stage and type acce... | Sebastian Thiel | 2009-10-20 | 1 | -0/+14 |
| * | Added initial version of the index reading from file - IndexEntry interface i... | Sebastian Thiel | 2009-10-20 | 2 | -1/+3 |
| * | Added frame for index implementation and testing | Sebastian Thiel | 2009-10-20 | 1 | -0/+17 |
* | | Stream_data streams data to a given output stream most efficiently with a low... | Sebastian Thiel | 2009-10-22 | 1 | -2/+11 |
* | | Git.cmd: removed with_raw_output option | Sebastian Thiel | 2009-10-22 | 1 | -0/+5 |
* | | added Object.data_stream property allowing to stream object data directly.Con... | Sebastian Thiel | 2009-10-22 | 1 | -0/+5 |
* | | remote: Added fetch, pull, push methods to the interface to make these operat... | Sebastian Thiel | 2009-10-21 | 1 | -2/+5 |
* | | diff: added test to be sure index-vs-working copy diffs are solved properly | Sebastian Thiel | 2009-10-21 | 1 | -0/+3 |
|/ |
|
* | repo.alternates test cheked for correctness and bugfixed - totally mocked tes... | Sebastian Thiel | 2009-10-20 | 1 | -10/+8 |
* | Fixed bare repository handling - bare is now a property to prevent writing it | Sebastian Thiel | 2009-10-20 | 2 | -4/+10 |
* | Moved specialized methods like dashify, touch and is_git_dir to module to the... | Sebastian Thiel | 2009-10-20 | 1 | -8/+7 |
* | Improved is_dirty including test | Sebastian Thiel | 2009-10-20 | 1 | -12/+10 |
* | Implemneted IterableLists for refs, commits and remote objects including simp... | Sebastian Thiel | 2009-10-19 | 4 | -0/+8 |
* | commit.count: is an instance method now | Sebastian Thiel | 2009-10-19 | 2 | -1/+14 |
* | repo.remote method added | Sebastian Thiel | 2009-10-19 | 1 | -0/+1 |
* | remote: added tests for creation and removal, finishing the remote interface | Sebastian Thiel | 2009-10-19 | 1 | -2/+17 |
* | remote: base tests succeed now | Sebastian Thiel | 2009-10-19 | 1 | -1/+6 |
* | config: fixed serious issues that would cause it to see initial tabs as conti... | Sebastian Thiel | 2009-10-19 | 1 | -0/+2 |
* | Added configuration access including tests to remote | Sebastian Thiel | 2009-10-19 | 1 | -2/+23 |
* | Added remote module and test cases - about to implement remote option handling | Sebastian Thiel | 2009-10-19 | 2 | -5/+48 |
* | added initial frame for remote handling- remotes are somewhat related to eith... | Sebastian Thiel | 2009-10-19 | 1 | -0/+5 |
* | added additional testing for the configuration, concurrent access and config ... | Sebastian Thiel | 2009-10-19 | 2 | -4/+30 |
* | implemented config class as far as necessary, one check is still failing | Sebastian Thiel | 2009-10-19 | 2 | -1/+75 |
* | Added frame for configuration reader involving a meta class, decorators and t... | Sebastian Thiel | 2009-10-18 | 3 | -3/+56 |
* | diff method now checks for git-diff errrs that can easily occour if the repos... | Sebastian Thiel | 2009-10-18 | 1 | -0/+6 |
* | DiffIndex implemented including test | Sebastian Thiel | 2009-10-18 | 1 | -3/+16 |
* | diff: implemented raw diff parsing which appears to be able to handle possibl... | Sebastian Thiel | 2009-10-18 | 1 | -2/+3 |
* | implemented diff tests, but will have to move the diff module as it needs to ... | Sebastian Thiel | 2009-10-18 | 1 | -0/+30 |
* | Removed a few diff-related test cases that fail now as the respective method ... | Sebastian Thiel | 2009-10-17 | 4 | -195/+37 |
* | Fixed object bug that would cause object ids not to be resolved to sha's as t... | Sebastian Thiel | 2009-10-16 | 2 | -0/+6 |
* | repo.untracked_files added including test | Sebastian Thiel | 2009-10-16 | 1 | -0/+25 |