Commits
User selector
Commit History
Commits on Oct 18, 2012
Add an output_strip kwarg to Git.execute
Show description for a300e32committed
Commits on Jul 24, 2012
Commits on Jun 16, 2012
- committed
Patrick Pfeifer
Commits on Jun 15, 2012
detect renames in "git diff --raw" output
Show description for 8dc98aacommitted
Patrick Pfeifer
Commits on May 30, 2012
Merge pull request #46 from ereOn/master
Show description for cd72d78committed
Commits on May 17, 2012
Merge pull request #43 from swallat/master
Show description for 91c04a1committed
Commits on May 8, 2012
Ignore signal exception on AutoInterrupt destructor.
Show description for f467834committedFix fd leak on git cmd.
Show description for cb68f36committed
Commits on Feb 8, 2012
Commits on Feb 2, 2012
Commits on Jul 18, 2011
Fixed consecutive lines with same blame info not appearing in blame.
Show description for 6e86f8aauthored andcommitted
Commits on Jul 8, 2011
- committed
- committed
Commits on Jul 7, 2011
- committed
- committed
- committed
- committed
Added default performance tests - these should help to measure something at least, which implicitly includes pack handling. For the pack specific tests to work, one would need a pack interface thou…
Show description for 8b3b222committedInitial version of the DulwichType inheritance. For now, it inherits everything from the existing implementation, but one by one things can be reimplmented to use dulwich.
Show description for 4bb5107committed- committed
Added auto-skip mixin metacls, some serious brainfuck, if the required module was not found. Its actually a nice mix between decorators which are class types, and a mixin as a metaclass, which appl…
Show description for 80aa405committed
Commits on Jul 6, 2011
Added basis for initial dulwich integration. Many basic issues should surface while integrating this
committedcmd: on windows, we will now fallback to using git.cmd, as the default installation puts it into the path, instead of git.exe. Of course we warn about the performance penalty that goes with it. For…
Show description for 2baf8a4committed
Commits on Jul 5, 2011
- committed
- committed
util: pick the type of memory manager based on the python version, to have optimal results in all cases (at least the ones I can test)
Show description for f0c05eacommittedutil: added global sliding memory manager
Show description for 21499d9committed- committed
Commits on Jul 4, 2011
- committed
Basic remote functionality moved to Reference type, as it can in fact be useful for tags as well, which might end up somewhere in the refs/remotes space. Its not likely that it will ever be used on…
Show description for 87c7a6fcommitted- committed