| Age | Commit message (Expand) | Author |
| 2012-10-18 | Add an output_strip kwarg to Git.execute | Lorenz Schori |
| 2012-07-24 | Make GitPython work on non English systems | Florian Ludwig |
| 2012-06-16 | add tests for git.diff.Diff._index_from_raw_format() | Patrick Pfeifer |
| 2012-06-16 | detect renames in "git diff --raw" output | Patrick Pfeifer |
| 2012-05-30 | Merge pull request #46 from ereOn/master | Sebastian Thiel |
| 2012-05-17 | Merge pull request #43 from swallat/master | Sebastian Thiel |
| 2012-05-08 | Ignore signal exception on AutoInterrupt destructor. | Tatsuki Sugiura |
| 2012-05-08 | Fix fd leak on git cmd. | Tatsuki Sugiura |
| 2012-02-08 | Fixed a case were values containing \\" were not properly escaped | Julien Kauffmann |
| 2012-02-08 | Fixed quotes and backslashes handling in GitConfigParser | Julien Kauffmann |
| 2012-02-08 | Added test for backslahed/quoted values | Julien Kauffmann |
| 2012-02-02 | Fixed 'Inappropriate ioctl for device' problem on posix systems | Sebastian Wallat |
| 2011-07-18 | Fixed consecutive lines with same blame info not appearing in blame. | Mark Nevill |
| 2011-07-08 | Fixed up tests to actually use pygit2. Its worth noting that the performance ... | Sebastian Thiel |
| 2011-07-08 | Added basic frame for pygit2 - it just needs some basic methods to be impleme... | Sebastian Thiel |
| 2011-07-07 | Added store support. Now the basic object IO is implemented, which shall be e... | Sebastian Thiel |
| 2011-07-07 | Removed cache in PureCompoundDB as it had the tendency to slow things down ac... | Sebastian Thiel |
| 2011-07-07 | Added trivial implementation for info and stream methods - info is very ineff... | Sebastian Thiel |
| 2011-07-07 | Fixed submodule related issues once again - is it ever going to end ? | Sebastian Thiel |
| 2011-07-07 | Added default performance tests - these should help to measure something at l... | Sebastian Thiel |
| 2011-07-07 | Initial version of the DulwichType inheritance. For now, it inherits everythi... | Sebastian Thiel |
| 2011-07-07 | removed now superfluous InstanceDecorator, as it was just complicating things... | Sebastian Thiel |
| 2011-07-07 | Added auto-skip mixin metacls, some serious brainfuck, if the required module... | Sebastian Thiel |
| 2011-07-06 | Added basis for initial dulwich integration. Many basic issues should surface... | Sebastian Thiel |
| 2011-07-06 | cmd: on windows, we will now fallback to using git.cmd, as the default instal... | Sebastian Thiel |
| 2011-07-05 | Implemented GIT_PYTHON_GIT_EXECUTABLE including test and docs | Sebastian Thiel |
| 2011-07-05 | fixes python 2.6 compatibility issues | Sebastian Thiel |
| 2011-07-05 | util: pick the type of memory manager based on the python version, to have op... | Sebastian Thiel |
| 2011-07-05 | util: added global sliding memory manager | Sebastian Thiel |
| 2011-07-05 | Added smmap as submodule, package initialization adjusted to assure it is ava... | Sebastian Thiel |
| 2011-07-04 | Fetch info can now deal much better with non-default ref specs, see #23, #24,... | Sebastian Thiel |
| 2011-07-04 | Basic remote functionality moved to Reference type, as it can in fact be usef... | Sebastian Thiel |
| 2011-07-04 | refs: added constructor flag to allow refs to be instatiated from any path, i... | Sebastian Thiel |
| 2011-06-13 | Fixed implementation of _version_info which didn't work for python 2.4 thanks... | Sebastian Thiel |
| 2011-06-13 | fixed submodule test to work on windows | Sebastian Thiel |
| 2011-06-13 | Submodule now uses a specialized method to remove its trees to allow read-onl... | Sebastian Thiel |
| 2011-06-13 | Made remote line parsing more stable. On windows it can be that we encounter ... | Sebastian Thiel |
| 2011-06-13 | test_submodule: Will now load everything into memory if smmap is present, to ... | Sebastian Thiel |
| 2011-06-13 | root submodule: Added parent_commit parameter for convenience. Fixed submodul... | Sebastian Thiel |
| 2011-06-13 | Fixed submodule tests to go with either the old or the new version of gitdb | Sebastian Thiel |
| 2011-06-08 | Fixed critical issue that would cause a string to be passed to methods that ... | Sebastian Thiel |
| 2011-06-08 | symbolic reference handles different types for comparison more gracefully. Fi... | Sebastian Thiel |
| 2011-06-08 | util: Added test for iterable list, and implemented __contains__ and __del__ ... | Sebastian Thiel |
| 2011-06-08 | pre-emptively moved all reference related tests into own package, to resemble... | Sebastian Thiel |
| 2011-06-08 | Improved debug assertion to provide proper path on which to run a git daemon | Sebastian Thiel |
| 2011-06-08 | git.version_info now returns exactly 4 numbers | Sebastian Thiel |
| 2011-06-08 | log: non-existing logs no longer throw an exception, but are ignored. Fixed c... | Sebastian Thiel |
| 2011-06-07 | Added additional opcodes to remote progress to make it compatible to newer gi... | Sebastian Thiel |
| 2011-06-07 | Greatly improved robustness of config parser - it can now take pretty much ev... | Sebastian Thiel |
| 2011-06-07 | Match any number of leading spaces in config values | Jesse Keating |