Commits
User selector
Commit History
Commits on Sep 29, 2014
- authored andcommitted
Commits on Aug 13, 2014
Fix `git push` hanging when stdout/stderr is big
Show description for 3d0e05ccommitted
Commits on Jul 25, 2014
Commits on May 6, 2014
Commits on Feb 9, 2014
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
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
Commits on Jul 6, 2011
Commits on Jul 5, 2011
Commits on Jul 4, 2011
Commits on Jun 7, 2011
Added additional opcodes to remote progress to make it compatible to newer git versions. This bug existed for quite a while but didn't show up as progress wasn't sent most of the time. All methods …
Show description for f6897c7committed- committed
First run in order to fix the remote handling. Cleaned up interfaces and figured out that the implementation really should be specific to the git command. This leaves the interface open for other i…
Show description for 9bf3fdecommitted- committed
- committed
Commits on Jun 6, 2011
Commits on May 30, 2011
- committed
- committed
Fixed tests far enough to allow basic repository tests to be applied to any of the new database types. This reduces code duplication to the mere minimum, but allows custom tests to be added on top …
Show description for 024adf3committed
Commits on May 29, 2011
Finished moving all repository methods to the respective interfaces and implementations. It seems theoretically work together now, although it clearly is much more complex than ever before.
Show description for 112bb16committedIntermediate commit with quite some progress in order to put all extra methods on the default Repo implementation into interfaces or something that can be abstracted. It shows that it would indeed …
Show description for 0996049committed
Commits on May 5, 2011
Loading