| Commit message (Expand) | Author | Age | Files | Lines |
| * | index.add: Finished implemenation including through tests | Sebastian Thiel | 2009-10-26 | 1 | -0/+2 |
| * | Merge branch 'refs' into index | Sebastian Thiel | 2009-10-26 | 1 | -10/+9 |
| |\ |
|
| | * | 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 | 1 | -9/+1 |
| | * | Implemented head methods: create, delete, rename, including tests | Sebastian Thiel | 2009-10-23 | 1 | -1/+3 |
| * | | index.commit: implemented initial version, but in fact some more changes are ... | Sebastian Thiel | 2009-10-24 | 1 | -0/+11 |
| * | | index.remove implemented including throrough test | Sebastian Thiel | 2009-10-23 | 1 | -0/+9 |
| |/ |
|
| * | Added frame for IndexFile add/remove/commit methods and respective test markers | Sebastian Thiel | 2009-10-23 | 1 | -0/+3 |
| * | Added repo.index property including simple test, and additional ideas in the ... | Sebastian Thiel | 2009-10-23 | 1 | -7/+19 |
| * | SymbolicReferences can now change they references safely as I think and well ... | Sebastian Thiel | 2009-10-23 | 1 | -2/+0 |
| * | Adjusted tests to deal with API changes | Sebastian Thiel | 2009-10-22 | 1 | -0/+2 |
| * | Added SymbolicReference and HEAD type to better represent these special types... | Sebastian Thiel | 2009-10-22 | 1 | -8/+6 |
| * | Index: Is now diffable and appears to properly implement diffing against othe... | Sebastian Thiel | 2009-10-22 | 1 | -0/+9 |
| * | Added reset method to Head - its a class method due to the very general natur... | Sebastian Thiel | 2009-10-22 | 1 | -12/+3 |
| * | Merge branch 'index' into improvements | Sebastian Thiel | 2009-10-22 | 1 | -11/+13 |
| |\ |
|
| | * | index: Added write_tree method including test | Sebastian Thiel | 2009-10-21 | 1 | -6/+7 |
| | * | Improved testing of index against trees, tests succeed with next commit | Sebastian Thiel | 2009-10-21 | 1 | -1/+4 |
| | * | Improved tuple access of EntryIndex class including test, stage and type acce... | Sebastian Thiel | 2009-10-20 | 1 | -5/+1 |
| | * | Added frame for index implementation and testing | Sebastian Thiel | 2009-10-20 | 1 | -0/+2 |
| * | | added Object.data_stream property allowing to stream object data directly.Con... | Sebastian Thiel | 2009-10-22 | 1 | -0/+12 |
| * | | remote: Added fetch, pull, push methods to the interface to make these operat... | Sebastian Thiel | 2009-10-21 | 1 | -0/+6 |
| * | | repo.is_dirty: fixed incorrect check of a dirty working tree, previously it w... | Sebastian Thiel | 2009-10-21 | 1 | -0/+7 |
| |/ |
|
| * | repo.alternates test cheked for correctness and bugfixed - totally mocked tes... | Sebastian Thiel | 2009-10-20 | 1 | -0/+6 |
| * | Added slots to Repo type to be sure we do not accidentally set values on it, ... | Sebastian Thiel | 2009-10-20 | 1 | -0/+7 |
| * | Fixed bare repository handling - bare is now a property to prevent writing it | Sebastian Thiel | 2009-10-20 | 1 | -2/+0 |
| * | Moved specialized methods like dashify, touch and is_git_dir to module to the... | Sebastian Thiel | 2009-10-20 | 1 | -1/+0 |
| * | Improved is_dirty including test | Sebastian Thiel | 2009-10-20 | 1 | -2/+0 |
| * | Implemneted IterableLists for refs, commits and remote objects including simp... | Sebastian Thiel | 2009-10-19 | 1 | -2/+0 |
| * | Added TODO file to keep track of tasks and in case someone wants to help here... | Sebastian Thiel | 2009-10-19 | 1 | -0/+57 |