Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/libgit2sharp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-10-15Split Patch and TreeChanges generationyorah
Remove Patch from TreeChanges Make repo.Diff.Compare() generic
2013-07-01Standardize comments styleyorah
2013-02-08Remove trailing whitespaces.Andrius Bentkus
2012-12-11Fix some issues pinpointed by Code Analysisnulltoken
2012-11-23Add some `DebuggerDisplay` loveyorah
I followed implementation best practices as described at http://blogs.msdn.com/b/jaredpar/archive/2011/03/18/debuggerdisplay-attribute-best-practices.aspx Also added a Meta test to make sure the same implementation is used everywhere when using `[DebuggerDisplay]`.
2012-06-19Make Changes, ContentChanges and TreeEntryChanges mockableyorah
2012-06-14Make TreeChanges and TreeEntryChanges expose native pathsnulltoken
Fix #171
2012-06-09Extract Changes base class from ContentChangesKeith Dahlby
TreeEntryChanges inherited from ContentChanges, but they're really not the same thing.
2012-06-06Add Oid and OldOid properties to TreeEntryChanges typenulltoken
2012-05-22Remove unused usingsKeith Dahlby
2012-05-20Make Diff.Compare able to cope with binary contentnulltoken
2012-05-20Add ContentChanges typenulltoken
2012-04-28Add tree to tree Diff featureyorah