summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* actor: added __eq__, __ne__ and __hash__ methods including simple testSebastian Thiel2009-10-244-16/+54
* index.remove implemented including throrough testSebastian Thiel2009-10-234-23/+203
* Implemented index.reset method including testSebastian Thiel2009-10-232-5/+43
* IndexEntry is now based on a 'minimal' version that is suitable to be fed int...Sebastian Thiel2009-10-231-52/+69
* Added frame for IndexFile add/remove/commit methods and respective test markersSebastian Thiel2009-10-234-5/+132
* Added repo.index property including simple test, and additional ideas in the ...Sebastian Thiel2009-10-234-10/+39
* Renamed Index to IndexFile, adjusted tests, it will only operate on physical ...Sebastian Thiel2009-10-232-118/+62
* Merge branch 'symbolic_ref' into improvementsSebastian Thiel2009-10-2311-166/+329
|\
| * SymbolicReferences can now change they references safely as I think and well ...Sebastian Thiel2009-10-233-8/+91
| * Adjusted tests to deal with API changesSebastian Thiel2009-10-225-20/+15
| * Added SymbolicReference and HEAD type to better represent these special types...Sebastian Thiel2009-10-229-154/+239
|/
* Merge branch 'index' into improvementsSebastian Thiel2009-10-2210-99/+457
|\
| * Index: Is now diffable and appears to properly implement diffing against othe...Sebastian Thiel2009-10-227-21/+152
| * default index writing now writes the index of the current repository in a fas...Sebastian Thiel2009-10-223-9/+32
| * Added test for ConcurrentWriteOperationSebastian Thiel2009-10-222-2/+54
| * utils: Added LockFile including testSebastian Thiel2009-10-223-69/+205
| * Index now behaves more like the default index if no explicit stream is given....Sebastian Thiel2009-10-222-9/+25
|/
* Added reset method to Head - its a class method due to the very general natur...Sebastian Thiel2009-10-224-14/+67
* Merge branch 'testsystem' into improvementsSebastian Thiel2009-10-2216-135/+246
|\
| * 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-223-18/+22
| * Implemented decorators, tests pass at leastSebastian Thiel2009-10-222-27/+45
| * Added frame for new Repo handling and some neat decorators, including tests t...Sebastian Thiel2009-10-224-9/+122
|/
* Updated CHANGES file to indicate addition of index classSebastian Thiel2009-10-221-0/+5
* git cmd fix: After removing the with_raw_output flag, I actually did the wron...Sebastian Thiel2009-10-221-2/+2
* Merge branch 'index' into improvementsSebastian Thiel2009-10-2210-22/+703
|\
| * 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-223-4/+79
| * Implemented merge/resolve handling , but realized that index writing is not y...Sebastian Thiel2009-10-222-9/+84
| * index: Added write_tree method including testSebastian Thiel2009-10-213-18/+55
| * index.iter_blobs method added including tests ( which have been improved gene...Sebastian Thiel2009-10-212-12/+71
| * tree.traverse: Added prune functionality - previously the predciate did both,...Sebastian Thiel2009-10-213-9/+22
| * Improved testing of index against trees, tests succeed with next commitSebastian Thiel2009-10-213-5/+20
| * Initial version of merge including tests for one-way, two-way and tree-way mergeSebastian Thiel2009-10-213-5/+101
| * index writing added including simple test, improved docs of IndexEntrySebastian Thiel2009-10-212-27/+135
| * improved IndexEntry type and added test for parsing of the stageSebastian Thiel2009-10-203-9/+13
| * Improved tuple access of EntryIndex class including test, stage and type acce...Sebastian Thiel2009-10-203-5/+70
| * Added initial version of the index reading from file - IndexEntry interface i...Sebastian Thiel2009-10-203-2/+102
| * Added frame for index implementation and testingSebastian Thiel2009-10-204-1/+37
* | Stream_data streams data to a given output stream most efficiently with a low...Sebastian Thiel2009-10-223-3/+23
* | Git.cmd: removed with_raw_output optionSebastian Thiel2009-10-224-35/+40
* | added Object.data_stream property allowing to stream object data directly.Con...Sebastian Thiel2009-10-225-0/+48
* | remote: Added fetch, pull, push methods to the interface to make these operat...Sebastian Thiel2009-10-215-5/+82
* | remote.refs now returns an IterableList allowing easier access to the remotes...Sebastian Thiel2009-10-211-2/+2
* | diff: added test to be sure index-vs-working copy diffs are solved properlySebastian Thiel2009-10-211-0/+3
* | repo.is_dirty: fixed incorrect check of a dirty working tree, previously it w...Sebastian Thiel2009-10-212-1/+10
* | touch method improved to open for appending which would not clear the file an...Sebastian Thiel2009-10-211-1/+1
|/
* repo.alternates test cheked for correctness and bugfixed - totally mocked tes...Sebastian Thiel2009-10-203-16/+24
* Added slots to Repo type to be sure we do not accidentally set values on it, ...Sebastian Thiel2009-10-202-0/+8
* Fixed bare repository handling - bare is now a property to prevent writing itSebastian Thiel2009-10-206-19/+50