summaryrefslogtreecommitdiff
path: root/TODO
Commit message (Expand)AuthorAgeFilesLines
* TODO: Removed all entries but left a mesage about where to find the issuee on...Sebastian Thiel2010-05-041-134/+2
* Used this release for a first beta of the 0.2 branch of developmentSebastian Thiel2010-04-071-0/+1
* Added imports for standard locking file classes into the git moduleSebastian Thiel2009-12-161-6/+5
* cmd: added clear_cache method now used by test repo decorators to be sure per...Sebastian Thiel2009-11-051-3/+7
* head.checkout method added including testSebastian Thiel2009-11-041-2/+0
* initial work on tutorial.rstSebastian Thiel2009-11-041-1/+5
* refs: iter_items now imlemented natively for additional performance. We did n...Sebastian Thiel2009-11-031-3/+4
* remotes are now retrieved directly by parsing the repository configuration fi...Sebastian Thiel2009-11-031-5/+4
* Reference.from_path now only creates references, not symbolic refs. SymbolicR...Sebastian Thiel2009-11-031-9/+5
* Now using git-update-ref and git-symbolic-ref to update references with reflo...Sebastian Thiel2009-11-031-5/+7
* object: renamed id attribute to sha as it in fact is always being rewritten a...Sebastian Thiel2009-11-031-10/+3
* repo: added create_* and delete_* methods for refs ( head, tag, remote ) as a...Sebastian Thiel2009-11-031-4/+0
* Finished all push tests I could think of so far. More error cases should be s...Sebastian Thiel2009-11-031-3/+0
* Intermediate commit with a few added and improved tests as well as many fixesSebastian Thiel2009-11-031-0/+10
* Another attempt to make fetch emit progress information, but in fact its prov...Sebastian Thiel2009-10-281-0/+2
* Tried to use shallow repository - this works in case it is remote, but unfort...Sebastian Thiel2009-10-281-0/+2
* IterableList: added support for prefix allowing remote.refs.master constructs...Sebastian Thiel2009-10-281-0/+5
* implemented test for rejection handling and fixed a bug when parsing remote r...Sebastian Thiel2009-10-271-4/+3
* Added testing frame for proper fetch testing to be very sure this works as ex...Sebastian Thiel2009-10-271-0/+7
* 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