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