Commits
User selector
Commit History
Commits on Nov 6, 2010
Commits on Nov 1, 2010
Commits on Oct 31, 2010
Commits on Oct 30, 2010
Commits on Mar 4, 2010
Commits on Oct 21, 2009
Fixed utils.touch which did not work as the 'time' arg was missing, and even if added the method fails if the file does not exist ( at least on linux )
Show description for acb0fa8committed- committed
Added info about 0.1.7 release changes
Show description for a7f5274committed
Commits on Oct 20, 2009
- authored andcommitted
Commits on Oct 8, 2009
repo_tests: fixed duplicate test-method name which would redefine the previous one which never ran
Show description for ac13dbccommittedFixed Diff class which used Commits instead of Blobs - as Blobs contain the path ( in the 'name' member variable ), the a|b_path members of Diff have been removed. Tests were adjusted and run
Show description for 19533ffcommitted- committed
Commits on Jan 24, 2009
Commits on Dec 17, 2008
fixed Commit.stats retrieval for parentless commits in bare repos
Show description for e4582f8committed
Commits on Dec 16, 2008
Fixed a bug with branch names omitting path components.
Show description for b65df78committed- committed
Commits on Dec 15, 2008
Make message the full message and add a summary property
Show description for 6c486b2authored andcommitted
implement a far far faster diff parser
Show description for 753e908authored andcommitted
add a path parameter to most commit methods
Show description for 9e14356authored andcommitted
remove ambiguity between paths and treeishs
Show description for 5bb8122authored andcommitted
- committed
Get compatible with mock0.4 (to some extend ;)). Just that Michael
Show description for dc1fcf3authored andcommitted
Commits on Sep 17, 2008
Replace GitPython with git in repr() outputs.
Show description for b00f368committed
Commits on Sep 14, 2008
Commits on Sep 12, 2008
Added a read-only Repo.active_branch property which returns the name of the currently active branch.
committedAdded a read-only property Repo.is_dirty which reflects the status of the
Show description for 125b487committed
Commits on Sep 7, 2008
Allow modifying the project description
Show description for 5d3e2f7committedMake daemon export a property of git.Repo
Show description for befb617committed
Commits on Sep 5, 2008
Make Tree.content_from_string a static method.
Show description for 2f6a6e3committedImplement dict protocol for trees.
Show description for 0425bc6committedUse a dictionnary for tree contents
Show description for b377c07committed
Commits on Sep 3, 2008
test_commit: add a testcase for parsing rev-list --bisect-all output
Show description for 1adc79acommitted