| Age | Commit message (Expand) | Author |
| 2010-06-03 | commit.create_from_tree now uses pure python implementation, fixed message pa... | Sebastian Thiel |
| 2010-06-02 | commit: initial version of commit_from_tree which could create commit objects... | Sebastian Thiel |
| 2009-12-03 | repo: renamed directories to more descriptive identifiers and made them safer... | Sebastian Thiel |
| 2009-10-23 | commit.name_rev property added for convenience | Sebastian Thiel |
| 2009-10-22 | Added SymbolicReference and HEAD type to better represent these special types... | Sebastian Thiel |
| 2009-10-22 | Added frame for new Repo handling and some neat decorators, including tests t... | Sebastian Thiel |
| 2009-10-22 | Updated CHANGES file to indicate addition of index class | Sebastian Thiel |
| 2009-10-22 | Git.cmd: removed with_raw_output option | Sebastian Thiel |
| 2009-10-21 | remote: Added fetch, pull, push methods to the interface to make these operat... | Sebastian Thiel |
| 2009-10-20 | Fixed bare repository handling - bare is now a property to prevent writing it | 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 | repo.remote method added | Sebastian Thiel |
| 2009-10-18 | DiffIndex implemented including test | Sebastian Thiel |
| 2009-10-16 | added Diffable interface to objects.base, its used by Commit and Tree objects. | 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 |
| 2009-10-15 | repo.commit_delta_base: removed | Sebastian Thiel |
| 2009-10-15 | repo: removed commits_between but added a note about how this can be achieved... | Sebastian Thiel |
| 2009-10-15 | Added Commit.iter_parents to iterate all parents | Sebastian Thiel |
| 2009-10-15 | repo: removed a few methods because of redundancy or because it will be obsol... | Sebastian Thiel |
| 2009-10-15 | All times are not stored as time_struct, but as simple int to consume less me... | Sebastian Thiel |
| 2009-10-15 | test_performance: module containing benchmarks to get an idea of the achieved... | Sebastian Thiel |
| 2009-10-14 | Refs are now truly dynamic - this costs a little bit of (persistent command) ... | Sebastian Thiel |
| 2009-10-14 | cmd: added option to return the process directly, allowing to read the output... | Sebastian Thiel |
| 2009-10-13 | renamed find_all to list_all, changed commit to use iterable interface in pre... | Sebastian Thiel |
| 2009-10-13 | tree: renamed content_from_string to _from_string to make it private. Removed... | Sebastian Thiel |
| 2009-10-12 | tree: now behaves like a list with string indexing functionality - using a di... | Sebastian Thiel |
| 2009-10-12 | repo.active_branch now returns a Head object, not a string | Sebastian Thiel |
| 2009-10-12 | renamed from_string and list_from_string to _from_string and _list_from_strin... | Sebastian Thiel |
| 2009-10-12 | Reorganized package structure and cleaned up imports | Sebastian Thiel |
| 2009-10-11 | Added remaining tests for new base classes and removed some methods whose exi... | Sebastian Thiel |
| 2009-10-11 | Fixed remaining tests to deal with the changes | Sebastian Thiel |
| 2009-10-09 | Blob|Tree: renamed 'name' member to 'path', updated tests and changelog as it... | Sebastian Thiel |
| 2009-10-08 | Fixed Diff class which used Commits instead of Blobs - as Blobs contain the p... | Sebastian Thiel |
| 2009-01-24 | Lots of spring cleaning and added in Sphinx documentation. | Michael Trier |
| 2009-01-24 | Corrected a problem with commits_between returning None. | Michael Trier |
| 2008-12-16 | fixed Commit.stats retrieval for parentless commits in bare repos | Michael Trier |
| 2008-12-16 | Added changes information for path component change. | Michael Trier |
| 2008-12-15 | Added in Changes documentation for 0.1.6 | Michael Trier |
| 2008-12-15 | Added in new changes and bumped for version 0.1.50.1.5 | Michael Trier |
| 2008-07-17 | Always fogetting the changes. | Michael Trier |
| 2008-07-16 | bump0.1.4 | Michael Trier |
| 2008-07-16 | Cleaned up changes file. | Michael Trier |
| 2008-05-31 | renamed gitter to cmd since that makes more sense. Fixed up changes doc. | Michael Trier |
| 2008-05-30 | added in changes to this release | Michael Trier |
| 2008-05-30 | renamed git_python to git. Removed pop_key and replaced with dict.pop. Fixed ... | Michael Trier |