| Commit message (Expand) | Author | Age | Files | Lines |
| * | Merge pull request #183 from kmosher/master | Sebastian Thiel | 2014-08-17 | 3 | -54/+73 |
| |\ |
|
| | * | Update the config parser using code from python2.7 | Keith Mosher | 2014-08-12 | 3 | -54/+73 |
| * | | Fix `git push` hanging when stdout/stderr is big | Marc Abramowitz | 2014-08-13 | 1 | -3/+3 |
| |/ |
|
| * | Autopep8 fixes with maximum line length 120 | Craig Northway | 2014-07-25 | 114 | -5006/+5363 |
| * | Merge pull request #175 from craigez/feature/handle_utf8 | Sebastian Thiel | 2014-07-25 | 2 | -12/+24 |
| |\ |
|
| | * | Basic test for __unpack_args to verify unicode handling works | Craig Northway | 2014-07-25 | 1 | -12/+20 |
| | * | Fixing unicode types | Craig Northway | 2014-07-18 | 1 | -0/+4 |
| * | | Closing file handles/streams | Craig Northway | 2014-07-25 | 2 | -14/+26 |
| |/ |
|
| * | Fix for untracked_files no longer detected #138 | Maximiliano Curia | 2014-05-06 | 1 | -15/+14 |
| * | Basic fixes to get tests back on track. Of course there is much more work to ... | Sebastian Thiel | 2014-02-10 | 8 | -16/+16 |
| * | removed leftover gitdb - I thought it was merged into git | Sebastian Thiel | 2014-02-10 | 1 | -0/+0 |
| * | tabs to 4 spaces - overall state of this branch is desolate, but fixable. Nee... | Sebastian Thiel | 2014-02-09 | 105 | -20017/+20017 |
| * | Add an output_strip kwarg to Git.execute | Lorenz Schori | 2012-10-18 | 2 | -2/+30 |
| * | Make GitPython work on non English systems | Florian Ludwig | 2012-07-24 | 1 | -0/+3 |
| * | add tests for git.diff.Diff._index_from_raw_format() | Patrick Pfeifer | 2012-06-16 | 2 | -0/+25 |
| * | detect renames in "git diff --raw" output | Patrick Pfeifer | 2012-06-16 | 1 | -6/+9 |
| * | Merge pull request #46 from ereOn/master | Sebastian Thiel | 2012-05-30 | 3 | -4/+56 |
| |\ |
|
| | * | Fixed a case were values containing \\" were not properly escaped | Julien Kauffmann | 2012-02-08 | 1 | -1/+6 |
| | * | Fixed quotes and backslashes handling in GitConfigParser | Julien Kauffmann | 2012-02-08 | 1 | -3/+22 |
| | * | Added test for backslahed/quoted values | Julien Kauffmann | 2012-02-08 | 2 | -1/+29 |
| * | | Merge pull request #43 from swallat/master | Sebastian Thiel | 2012-05-17 | 1 | -7/+14 |
| |\ \ |
|
| | * | | Fixed 'Inappropriate ioctl for device' problem on posix systems | Sebastian Wallat | 2012-02-02 | 1 | -7/+14 |
| | |/ |
|
| * | | Ignore signal exception on AutoInterrupt destructor. | Tatsuki Sugiura | 2012-05-08 | 1 | -0/+2 |
| * | | Fix fd leak on git cmd. | Tatsuki Sugiura | 2012-05-08 | 1 | -0/+5 |
| |/ |
|
| * | Fixed consecutive lines with same blame info not appearing in blame. | Mark Nevill | 2011-07-18 | 2 | -2/+14 |
| * | Fixed up tests to actually use pygit2. Its worth noting that the performance ... | Sebastian Thiel | 2011-07-08 | 3 | -23/+26 |
| * | Added basic frame for pygit2 - it just needs some basic methods to be impleme... | Sebastian Thiel | 2011-07-08 | 12 | -6/+209 |
| * | Added store support. Now the basic object IO is implemented, which shall be e... | Sebastian Thiel | 2011-07-07 | 1 | -1/+11 |
| * | Removed cache in PureCompoundDB as it had the tendency to slow things down ac... | Sebastian Thiel | 2011-07-07 | 1 | -29/+17 |
| * | Added trivial implementation for info and stream methods - info is very ineff... | Sebastian Thiel | 2011-07-07 | 1 | -0/+16 |
| * | Fixed submodule related issues once again - is it ever going to end ? | Sebastian Thiel | 2011-07-07 | 2 | -5/+7 |
| * | Added default performance tests - these should help to measure something at l... | Sebastian Thiel | 2011-07-07 | 3 | -1/+18 |
| * | Initial version of the DulwichType inheritance. For now, it inherits everythi... | Sebastian Thiel | 2011-07-07 | 11 | -50/+133 |
| * | removed now superfluous InstanceDecorator, as it was just complicating things... | Sebastian Thiel | 2011-07-07 | 1 | -41/+17 |
| * | Added auto-skip mixin metacls, some serious brainfuck, if the required module... | Sebastian Thiel | 2011-07-07 | 3 | -14/+123 |
| * | Added basis for initial dulwich integration. Many basic issues should surface... | Sebastian Thiel | 2011-07-06 | 6 | -2/+52 |
| * | cmd: on windows, we will now fallback to using git.cmd, as the default instal... | Sebastian Thiel | 2011-07-06 | 1 | -6/+39 |
| * | Implemented GIT_PYTHON_GIT_EXECUTABLE including test and docs | Sebastian Thiel | 2011-07-05 | 2 | -6/+21 |
| * | fixes python 2.6 compatibility issues | Sebastian Thiel | 2011-07-05 | 2 | -3/+15 |
| * | util: pick the type of memory manager based on the python version, to have op... | Sebastian Thiel | 2011-07-05 | 3 | -18/+28 |
| * | util: added global sliding memory manager | Sebastian Thiel | 2011-07-05 | 2 | -40/+46 |
| * | Added smmap as submodule, package initialization adjusted to assure it is ava... | Sebastian Thiel | 2011-07-05 | 2 | -7/+9 |
| * | Fetch info can now deal much better with non-default ref specs, see #23, #24,... | Sebastian Thiel | 2011-07-04 | 3 | -6/+92 |
| * | Basic remote functionality moved to Reference type, as it can in fact be usef... | Sebastian Thiel | 2011-07-04 | 3 | -19/+43 |
| * | refs: added constructor flag to allow refs to be instatiated from any path, i... | Sebastian Thiel | 2011-07-04 | 2 | -4/+11 |
| * | Fixed implementation of _version_info which didn't work for python 2.4 thanks... | Sebastian Thiel | 2011-06-13 | 1 | -1/+1 |
| * | fixed submodule test to work on windows | Sebastian Thiel | 2011-06-13 | 1 | -2/+3 |
| * | Submodule now uses a specialized method to remove its trees to allow read-onl... | Sebastian Thiel | 2011-06-13 | 2 | -5/+19 |
| * | Made remote line parsing more stable. On windows it can be that we encounter ... | Sebastian Thiel | 2011-06-13 | 1 | -1/+12 |
| * | test_submodule: Will now load everything into memory if smmap is present, to ... | Sebastian Thiel | 2011-06-13 | 1 | -0/+14 |