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