| Age | Commit message (Expand) | Author |
| 2009-10-28 | Added repo.refs for completeness (as remote.refs is there as well and quite n... | Sebastian Thiel |
| 2009-10-23 | Added repo.index property including simple test, and additional ideas in the ... | Sebastian Thiel |
| 2009-10-22 | Added SymbolicReference and HEAD type to better represent these special types... | Sebastian Thiel |
| 2009-10-22 | Git.cmd: removed with_raw_output option | Sebastian Thiel |
| 2009-10-21 | repo.is_dirty: fixed incorrect check of a dirty working tree, previously it w... | Sebastian Thiel |
| 2009-10-21 | touch method improved to open for appending which would not clear the file an... | Sebastian Thiel |
| 2009-10-20 | repo.alternates test cheked for correctness and bugfixed - totally mocked tes... | Sebastian Thiel |
| 2009-10-20 | Added slots to Repo type to be sure we do not accidentally set values on it, ... | 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 | repo.remote method added | Sebastian Thiel |
| 2009-10-19 | Added configuration access including tests to remote | Sebastian Thiel |
| 2009-10-19 | Added remote module and test cases - about to implement remote option handling | Sebastian Thiel |
| 2009-10-18 | Added frame for configuration reader involving a meta class, decorators and t... | Sebastian Thiel |
| 2009-10-18 | repo: fixed untracked files function which used git-commit before, it can ope... | 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 | Object can now create objects of the proper type in case one attempts to crea... | 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 | tree: now reads tress directly by parsing the binary data, allowing it to saf... | 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-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 | converted all spaces to tabs ( 4 spaces = 1 tab ) just to allow me and my edi... | Sebastian Thiel |
| 2009-10-09 | finished cleaning usage of regular expressions - they are now precompiled | Sebastian Thiel |
| 2009-10-08 | improved repo documentation | 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 |
| 2009-01-24 | Fixed the gzip archive creation using python gzip module | Eric Jonas |
| 2008-12-15 | Corrected conflict with pep8 changes from apollo13. | Michael Trier |
| 2008-12-15 | pep008! | Florian Apolloner |
| 2008-12-15 | add a path parameter to most commit methods | Paul Sowden |
| 2008-12-15 | remove ambiguity between paths and treeishs | Paul Sowden |
| 2008-09-17 | Replace GitPython with git in repr() outputs. | Steve Frécinaux |
| 2008-09-14 | Merge branch 'master' of git://gitorious.org/git-python/dokais-clone | Michael Trier |
| 2008-09-12 | Added a read-only Repo.active_branch property which returns the name of the c... | Kai Lautaportti |
| 2008-09-12 | Cosmetic fixes to be consistent with the overall coding style. | Kai Lautaportti |