Commits
User selector
Commit History
Commits on Mar 4, 2010
Commits on Dec 3, 2009
Commits on Nov 26, 2009
tree: added traversal method, adjusted tests
Show description for accfe36committed
Commits on Nov 3, 2009
Commits on Oct 22, 2009
Added SymbolicReference and HEAD type to better represent these special types of references and allow special handling
Show description for 58e2157committed- committed
Fixed decorator issue that would cause a function to be passed even though there is a default argument. This feels inconsistent as the 'argument passer' wrapper function can be called with a functi…
Show description for 3c770f8committed- committed
- committed
Stream_data streams data to a given output stream most efficiently with a low memory footprint.
Show description for 4fe5cfacommittedadded Object.data_stream property allowing to stream object data directly.Considering the implementation of the git commnd which temporarily keeps it in a cache, it doesnt make a huge diffence as t…
Show description for 33fa178committed
Commits on Oct 16, 2009
Fixed object bug that would cause object ids not to be resolved to sha's as this was assumed - now there is a test for it as well
Show description for bb24f67committed
Commits on Oct 15, 2009
Added Commit.iter_parents to iterate all parents
Show description for 9ce1193committedAll times are not stored as time_struct, but as simple int to consume less memory
Show description for 58d692ecommitted
Commits on Oct 14, 2009
Commits on Oct 13, 2009
Commits on Oct 12, 2009
Commits on Oct 11, 2009
- committed
Re-designed the tag testing - it does not use fixtures anymore but dyamically checks the existance of tags within the repository - it basically tests the interface and checks that expected return t…
Show description for 20f202dcommitted- committed
Loading