| Commit message (Expand) | Author | Age | Files | Lines |
* | flattened test folder structure, didn't adjust any file content yet | Sebastian Thiel | 2010-11-21 | 1 | -580/+0 |
* | test_submodule: fixed failures that arose due to changes of the original subm... | Sebastian Thiel | 2010-11-19 | 1 | -1/+1 |
* | Added test-setup which can test all aspects of the (smart) update method | Sebastian Thiel | 2010-11-18 | 1 | -0/+2 |
* | repo: Added create_submodule method which fits into the tradition of offering... | Sebastian Thiel | 2010-11-17 | 1 | -0/+5 |
* | Inital implementation of Submodule.move including a very simple and to-be-imp... | Sebastian Thiel | 2010-11-17 | 1 | -0/+9 |
* | Optimized test-decorators, by completely removing with_bare_rw_repo, which wa... | Sebastian Thiel | 2010-11-15 | 1 | -1/+1 |
* | Repo: added submodule query and iteration methods similar to the ones provide... | Sebastian Thiel | 2010-11-15 | 1 | -0/+10 |
* | Added python 2.4 support: Repo will now use the original GitCmdObjectDB in py... | Sebastian Thiel | 2010-07-09 | 1 | -0/+7 |
* | Adjusted clone method to allow static classmethod clone ( using clone_from ) ... | Sebastian Thiel | 2010-07-07 | 1 | -1/+15 |
* | Adjusted previous object creators to use the rev_parse method directly. rev_p... | Sebastian Thiel | 2010-07-07 | 1 | -3/+18 |
* | Initially working implementation of short-sha parsing and interpretation, tha... | Sebastian Thiel | 2010-07-07 | 1 | -34/+39 |
* | Implemented main rev-parsing, including long hexshas, tags and refs. Short Sh... | Sebastian Thiel | 2010-07-06 | 1 | -8/+32 |
* | RevParse now generally works, but there are still some more specialized tests... | Sebastian Thiel | 2010-07-06 | 1 | -6/+18 |
* | Initial version of the rev-parse routine, which doesn't work too bad, but its... | Sebastian Thiel | 2010-07-06 | 1 | -26/+125 |
* | win32 compatability adjustments | unknown | 2010-07-02 | 1 | -2/+2 |
* | Renamed modules utils to util, and errors to exc to be more conforming to the... | Sebastian Thiel | 2010-06-29 | 1 | -1/+1 |
* | Removed repo tests which for some reason left the 'repos' directory around, r... | Sebastian Thiel | 2010-06-29 | 1 | -40/+13 |
* | All tests adjusted to work with the changed internal sha representation | Sebastian Thiel | 2010-06-28 | 1 | -5/+5 |
* | Fixed compatability issues with python 2.5, made sure all tests run | Sebastian Thiel | 2010-06-03 | 1 | -1/+1 |
* | git.cmd: added test for stream section constraint used in git command, found ... | Sebastian Thiel | 2010-06-02 | 1 | -288/+363 |
* | commit: redesigned revlist and commit parsing, commits are always retrieved f... | Sebastian Thiel | 2010-06-02 | 1 | -22/+17 |
* | commit: refactored existing code to decode commits from streams - performance... | Sebastian Thiel | 2010-06-02 | 1 | -2/+3 |
* | Repo: Added comparison operators and hash operator including test | Sebastian Thiel | 2010-05-12 | 1 | -1/+6 |
* | repo: added test with some basic assertions for empty repositories these | Sebastian Thiel | 2010-05-10 | 1 | -1/+33 |
* | Converted all tabs to 4 space characters each to comply with pep8 | Sebastian Thiel | 2010-03-04 | 1 | -254/+254 |
* | IndexFile: unmerged_blobs lists are now sorted | Sebastian Thiel | 2010-02-13 | 1 | -11/+28 |
* | repo: renamed directories to more descriptive identifiers and made them safer... | Sebastian Thiel | 2009-12-03 | 1 | -6/+6 |
* | repo: fixed incorrect path handling thta could lead to issues if the reposito... | Sebastian Thiel | 2009-12-03 | 1 | -0/+7 |
* | fixed test_repo to work on windows | Sebastian Thiel | 2009-11-05 | 1 | -6/+6 |
* | Improved cmd error handling in case an invalid revision is specified for an o... | Sebastian Thiel | 2009-11-04 | 1 | -0/+8 |
* | object: renamed id attribute to sha as it in fact is always being rewritten a... | Sebastian Thiel | 2009-11-03 | 1 | -5/+5 |
* | repo: added create_* and delete_* methods for refs ( head, tag, remote ) as a... | Sebastian Thiel | 2009-11-03 | 1 | -0/+12 |
* | repo.is_dirty: is a method now - the property based interface didn't allow al... | Sebastian Thiel | 2009-11-03 | 1 | -3/+3 |
* | Added repo.index property including simple test, and additional ideas in the ... | Sebastian Thiel | 2009-10-23 | 1 | -1/+5 |
* | Adjusted tests to deal with API changes | Sebastian Thiel | 2009-10-22 | 1 | -8/+2 |
* | Adjusted all remaining test suites to use the new TestBase class where approp... | Sebastian Thiel | 2009-10-22 | 1 | -46/+42 |
* | Git.cmd: removed with_raw_output option | Sebastian Thiel | 2009-10-22 | 1 | -0/+5 |
* | repo.alternates test cheked for correctness and bugfixed - totally mocked tes... | Sebastian Thiel | 2009-10-20 | 1 | -10/+8 |
* | Fixed bare repository handling - bare is now a property to prevent writing it | Sebastian Thiel | 2009-10-20 | 1 | -4/+9 |
* | Moved specialized methods like dashify, touch and is_git_dir to module to the... | Sebastian Thiel | 2009-10-20 | 1 | -8/+7 |
* | Improved is_dirty including test | Sebastian Thiel | 2009-10-20 | 1 | -12/+10 |
* | Implemneted IterableLists for refs, commits and remote objects including simp... | Sebastian Thiel | 2009-10-19 | 1 | -0/+3 |
* | commit.count: is an instance method now | Sebastian Thiel | 2009-10-19 | 1 | -0/+13 |
* | added additional testing for the configuration, concurrent access and config ... | Sebastian Thiel | 2009-10-19 | 1 | -2/+7 |
* | Added frame for configuration reader involving a meta class, decorators and t... | Sebastian Thiel | 2009-10-18 | 1 | -3/+15 |
* | Removed a few diff-related test cases that fail now as the respective method ... | Sebastian Thiel | 2009-10-17 | 1 | -35/+1 |
* | Fixed object bug that would cause object ids not to be resolved to sha's as t... | Sebastian Thiel | 2009-10-16 | 1 | -0/+3 |
* | repo.untracked_files added including test | Sebastian Thiel | 2009-10-16 | 1 | -0/+25 |
* | Improved archive function by allowing it to directly write to an output strea... | Sebastian Thiel | 2009-10-15 | 1 | -5/+8 |
* | repo: made init and clone methods less specific, previously they wanted to do... | Sebastian Thiel | 2009-10-15 | 1 | -14/+12 |