| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'refs' into index | Sebastian Thiel | 2009-10-26 | 3 | -23/+282 |
|\ |
|
| * | Added notes about git-update-ref | Sebastian Thiel | 2009-10-23 | 1 | -1/+6 |
| * | Refs can now set the reference they are pointing to in a controlled fashion b... | Sebastian Thiel | 2009-10-23 | 3 | -16/+60 |
| * | Added TagRefernce creation and deletion including tests | Sebastian Thiel | 2009-10-23 | 2 | -7/+57 |
| * | Implemented head methods: create, delete, rename, including tests | Sebastian Thiel | 2009-10-23 | 3 | -17/+56 |
| * | refs: added create, delete and rename methods where appropriate. Tests are ma... | Sebastian Thiel | 2009-10-23 | 2 | -2/+123 |
* | | index.commit: implemented initial version, but in fact some more changes are ... | Sebastian Thiel | 2009-10-24 | 3 | -9/+58 |
* | | actor: added __eq__, __ne__ and __hash__ methods including simple test | Sebastian Thiel | 2009-10-24 | 4 | -16/+54 |
* | | index.remove implemented including throrough test | Sebastian Thiel | 2009-10-23 | 4 | -23/+203 |
* | | Implemented index.reset method including test | Sebastian Thiel | 2009-10-23 | 2 | -5/+43 |
* | | IndexEntry is now based on a 'minimal' version that is suitable to be fed int... | Sebastian Thiel | 2009-10-23 | 1 | -52/+69 |
|/ |
|
* | Added frame for IndexFile add/remove/commit methods and respective test markers | Sebastian Thiel | 2009-10-23 | 4 | -5/+132 |
* | Added repo.index property including simple test, and additional ideas in the ... | Sebastian Thiel | 2009-10-23 | 4 | -10/+39 |
* | Renamed Index to IndexFile, adjusted tests, it will only operate on physical ... | Sebastian Thiel | 2009-10-23 | 2 | -118/+62 |
* | Merge branch 'symbolic_ref' into improvements | Sebastian Thiel | 2009-10-23 | 11 | -166/+329 |
|\ |
|
| * | SymbolicReferences can now change they references safely as I think and well ... | Sebastian Thiel | 2009-10-23 | 3 | -8/+91 |
| * | Adjusted tests to deal with API changes | Sebastian Thiel | 2009-10-22 | 5 | -20/+15 |
| * | Added SymbolicReference and HEAD type to better represent these special types... | Sebastian Thiel | 2009-10-22 | 9 | -154/+239 |
|/ |
|
* | Merge branch 'index' into improvements | Sebastian Thiel | 2009-10-22 | 10 | -99/+457 |
|\ |
|
| * | Index: Is now diffable and appears to properly implement diffing against othe... | Sebastian Thiel | 2009-10-22 | 7 | -21/+152 |
| * | default index writing now writes the index of the current repository in a fas... | Sebastian Thiel | 2009-10-22 | 3 | -9/+32 |
| * | Added test for ConcurrentWriteOperation | Sebastian Thiel | 2009-10-22 | 2 | -2/+54 |
| * | utils: Added LockFile including test | Sebastian Thiel | 2009-10-22 | 3 | -69/+205 |
| * | Index now behaves more like the default index if no explicit stream is given.... | Sebastian Thiel | 2009-10-22 | 2 | -9/+25 |
|/ |
|
* | Added reset method to Head - its a class method due to the very general natur... | Sebastian Thiel | 2009-10-22 | 4 | -14/+67 |
* | Merge branch 'testsystem' into improvements | Sebastian Thiel | 2009-10-22 | 16 | -135/+246 |
|\ |
|
| * | 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 | 4 | -9/+122 |
|/ |
|
* | Updated CHANGES file to indicate addition of index class | Sebastian Thiel | 2009-10-22 | 1 | -0/+5 |
* | git cmd fix: After removing the with_raw_output flag, I actually did the wron... | Sebastian Thiel | 2009-10-22 | 1 | -2/+2 |
* | Merge branch 'index' into improvements | Sebastian Thiel | 2009-10-22 | 10 | -22/+703 |
|\ |
|
| * | 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 | 3 | -4/+79 |
| * | Implemented merge/resolve handling , but realized that index writing is not y... | Sebastian Thiel | 2009-10-22 | 2 | -9/+84 |
| * | index: Added write_tree method including test | Sebastian Thiel | 2009-10-21 | 3 | -18/+55 |
| * | index.iter_blobs method added including tests ( which have been improved gene... | Sebastian Thiel | 2009-10-21 | 2 | -12/+71 |
| * | tree.traverse: Added prune functionality - previously the predciate did both,... | Sebastian Thiel | 2009-10-21 | 3 | -9/+22 |
| * | Improved testing of index against trees, tests succeed with next commit | Sebastian Thiel | 2009-10-21 | 3 | -5/+20 |
| * | Initial version of merge including tests for one-way, two-way and tree-way merge | Sebastian Thiel | 2009-10-21 | 3 | -5/+101 |
| * | index writing added including simple test, improved docs of IndexEntry | Sebastian Thiel | 2009-10-21 | 2 | -27/+135 |
| * | improved IndexEntry type and added test for parsing of the stage | Sebastian Thiel | 2009-10-20 | 3 | -9/+13 |
| * | Improved tuple access of EntryIndex class including test, stage and type acce... | Sebastian Thiel | 2009-10-20 | 3 | -5/+70 |
| * | Added initial version of the index reading from file - IndexEntry interface i... | Sebastian Thiel | 2009-10-20 | 3 | -2/+102 |
| * | Added frame for index implementation and testing | Sebastian Thiel | 2009-10-20 | 4 | -1/+37 |
* | | Stream_data streams data to a given output stream most efficiently with a low... | Sebastian Thiel | 2009-10-22 | 3 | -3/+23 |
* | | Git.cmd: removed with_raw_output option | Sebastian Thiel | 2009-10-22 | 4 | -35/+40 |
* | | added Object.data_stream property allowing to stream object data directly.Con... | Sebastian Thiel | 2009-10-22 | 5 | -0/+48 |
* | | remote: Added fetch, pull, push methods to the interface to make these operat... | Sebastian Thiel | 2009-10-21 | 5 | -5/+82 |