Commits
User selector
Commit History
Commits on May 25, 2010
Commits on May 12, 2010
Repo: Added comparison operators and hash operator including test
Show description for 600fcbccommitted
Commits on May 10, 2010
- authored andcommitted

index.add: added index path rewrite functionality, which allows to store a different path in the index than the actual one on disk ( from which the object will be created )
Show description for c083f3dcommittedrepo: added test with some basic assertions for empty repositories these
Show description for 837c32bcommitted
Commits on Apr 30, 2010
Added additional tz_offset testing in performance test to call it more often.
Show description for 0d6ceabcommitted
Commits on Apr 27, 2010
Add support for time zone information in tags and commits.
Show description for b48e4d3committed
Rick Copeland
Commits on Mar 4, 2010
Commits on Feb 28, 2010
Commits on Feb 19, 2010
index: added move method including test
Show description for f96ee74committed
Commits on Feb 18, 2010
Commits on Feb 13, 2010
IndexFile: unmerged_blobs lists are now sorted
Show description for 15ee0accommitted
Commits on Jan 12, 2010
Implemented RemoteProgress parsing for git-fetch, which might become available at some point natively, within the git suite
Show description for 400d728committed
Commits on Dec 15, 2009
Commits on Dec 10, 2009
index: TempFileMover now handles the case that the file to move does not exist more gracefully
Show description for 54844a9committed
Commits on Dec 9, 2009
config: fixed incorrect handling of default value in get_value
Show description for a97d219committed
Commits on Dec 8, 2009
Commits on Dec 4, 2009
SymbolicRefence base is now fully aware of pack files in all operations.
Show description for ac4133fcommittedrefs: Fixed incorrect retrieval of symbolic reference types - previously we only really knew heads, now we know references as a common base. The adjustment make the ref system as flexible as it was…
Show description for 8e29a91committed- committed
Commits on Dec 3, 2009
- committed
- committed
config: implemented get_value method to have a safe way to make general queries to the git configuration, returning a value in the proper type. In a way its not supposed to be used as you should kn…
Show description for 7d00fa4committed- committed
- committed
Commits on Nov 30, 2009
- committed
SymbolicReference.delete: Now takes SymbolicReference instances as well, not only paths
Show description for f22ddcacommittedGeneralized custom reference creation down to SymbolicReference level. 'Reference' implementation now shares all the code from the SymbolicReference base. This implementation allows to create any r…
Show description for bac518bcommitted- committed