index
:
GitPython
0.1
0.2
experiment-2012
fix-ci-tests
fix-non-ascii-chars-in-status-lines
gh-pages
issue-232-reproduction
issue-301-reproduction
master
no_devnull_open
py2
revert-357-autointerrupt_deadlock_fix
Forked from https://github.com/gitpython-developers/GitPython
Oskari Timperi
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2014-07-18
Fixing unicode types
Craig Northway
2014-05-06
Merge pull request #159 from maxyz/master
Sebastian Thiel
2014-05-06
Fix for untracked_files no longer detected #138
Maximiliano Curia
2014-04-07
Merge pull request #116 from lqez/master
Sebastian Thiel
2014-02-10
Merge branch 'feature/spaces-and-cleanup-master'
Sebastian Thiel
2014-02-10
Basic fixes to get tests back on track. Of course there is much more work to ...
Sebastian Thiel
2014-02-10
removed leftover gitdb - I thought it was merged into git
Sebastian Thiel
2014-02-09
tabs to 4 spaces - overall state of this branch is desolate, but fixable. Nee...
Sebastian Thiel
2013-07-30
Fix typo in tutorial
Park Hyunwoo
2013-03-26
Merge pull request #103 from esc/fixup/readme
Sebastian Thiel
2013-03-26
Merge pull request #104 from esc/fixup/doc/intro
Sebastian Thiel
2013-03-26
fix indentation of bullet
Valentin Haenel
2013-03-26
use proper synatx highlighting for shell commands
Valentin Haenel
2013-03-26
retab
Valentin Haenel
2013-03-26
fix trailing whitespace
Valentin Haenel
2013-03-26
remove indentation for link
Valentin Haenel
2013-03-26
proper synatx highlighting for shell commands
Valentin Haenel
2013-03-26
strip trailing whitespace
Valentin Haenel
2012-10-21
Merge pull request #79 from znerol/feature/master/cmd-output-strip
Sebastian Thiel
2012-10-18
Add an output_strip kwarg to Git.execute
Lorenz Schori
2012-07-24
Merge pull request #68 from FlorianLudwig/master
Sebastian Thiel
2012-07-24
Make GitPython work on non English systems
Florian Ludwig
2012-07-23
submodules now use the http protocol to faciliate use in corporate networks
Sebastian Thiel
2012-06-16
Merge pull request #62 from P2000/p2000
Sebastian Thiel
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
Merge pull request #58 from sugi/cmd-fd-leak-fix
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
Merge branch 'pygit2'
Sebastian Thiel
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
Merge branch 'dulwich'
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
[next]