Commits
User selector
Commit History
Commits on Jun 22, 2021
- authored andcommitted
Commits on May 24, 2016
- committed
Commits on Nov 19, 2014
Fixes #122
Show description for 616ae50committed
Commits on Nov 25, 2010
- committed
Commits on Jul 9, 2010
bumped verison to 0.3.0 beta2
Show description for 258403dcommitted
Commits on Jun 29, 2010
- committed
- committed
Commits on Jun 25, 2010
Commits on Jun 24, 2010
Commits on Jun 21, 2010
index.write_tree: initial version implemented, although its not yet working correctly, a test to explicitly compare the git version with the python implementation is still missing
Show description for 69dd875committed- committed
Commits on Jun 14, 2010
Reimplemented Lock handling to be conforming to the git lock protocol, which is actually more efficient than the previous implementation
Show description for 06590aecommitted
Commits on Jun 3, 2010
Commits on Jun 1, 2010
Commits on Dec 3, 2009
Commits on Oct 23, 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
- committed
Git.cmd: removed with_raw_output option
Show description for f62c9b9committed
Commits on Oct 20, 2009
Commits on Oct 19, 2009
- committed
- committed
commit.count: is an instance method now
Show description for 0b3ecf2committedrepo.remote method added
Show description for 11b1f6ecommitted
Commits on Oct 18, 2009
Commits on Oct 16, 2009
added Diffable interface to objects.base, its used by Commit and Tree objects.
Show description for b372e26committedFixed 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- committed
Commits on Oct 15, 2009
Improved archive function by allowing it to directly write to an output stream - previously it would cache everything to memory and try to provide zipping functionality itself
Show description for b67bd4ccommitted- committed
- committed
- committed
Added Commit.iter_parents to iterate all parents
Show description for 9ce1193committed