summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Moved specialized methods like dashify, touch and is_git_dir to module to the...Sebastian Thiel2009-10-206-32/+27
* Improved is_dirty including testSebastian Thiel2009-10-204-24/+32
* Implemneted IterableLists for refs, commits and remote objects including simp...Sebastian Thiel2009-10-1911-10/+56
* Added TODO file to keep track of tasks and in case someone wants to help here...Sebastian Thiel2009-10-191-0/+57
* commit.count: is an instance method nowSebastian Thiel2009-10-197-65/+103
* repo.remote method addedSebastian Thiel2009-10-193-0/+28
* Merge branch 'remotes' into improvementsSebastian Thiel2009-10-197-31/+446
|\
| * remote: added tests for creation and removal, finishing the remote interfaceSebastian Thiel2009-10-193-3/+22
| * remote: base tests succeed nowSebastian Thiel2009-10-191-1/+6
| * config: fixed serious issues that would cause it to see initial tabs as conti...Sebastian Thiel2009-10-192-0/+75