Commits
User selector
Commit History
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
Commits on Jun 13, 2011
- committed
- committed
- committed
- committed
- committed
- committed
- committed
Commits on Jun 8, 2011
- committed
- committed
- committed
pre-emptively moved all reference related tests into own package, to resemble their actual location a little more.
Show description for 4772fe0committed
Commits on Jun 7, 2011
- committed
- committed
log: non-existing logs no longer throw an exception, but are ignored. Fixed critical bug which caused packed-ref files to be written with native line endings, which made git fail to parse it. I won…
Show description for 90e780acommitted