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-02-05Initial push implementationJameson Miller
2013-02-03Check all [Flags] enums for overlapsKeith Dahlby
Closes #311
2013-02-02Add build.libgit2sharp.x64.cmdKeith Dahlby
2013-02-01Enhance Configuration test coveragenulltoken
Fix git-tfs/git-tfs#300
2013-01-31Update libgit2 binaries to 5f9f69dJameson Miller
https://github.com/libgit2/libgit2/compare/586f71e...5f9f69d
2013-01-31Introduce repo.Network.FetchHeadsEdward Thomson
2013-01-31Update NuGet package specificationnulltoken
- Include libgit2 licence - Filters out the *.ilk and *.lib files while copying the binaries.
2013-01-31Add libgit2 licensenulltoken
2013-01-31Include third-party product name in license filenamenulltoken
2013-01-31Rename CHANGELOG.md to CHANGES.mdnulltoken
2013-01-30Claim last bit for FileStatus.NonexistentKeith Dahlby
Fix #307 Also, remove comment reference to GIT_STATUS_NOTFOUND which, ironically, does not exist
2013-01-29Enhance Branch.TrackedBranch test coverageKeith Dahlby
2013-01-29Teach Branch to cope with unborn tracked branchesnulltoken
2013-01-29Teach Repository.Commit() to add merged branches as parentsEdward Thomson
2013-01-29Teach Repository.Commit() to cleanup merge dataEdward Thomson
2013-01-29Introduce Repository.MergeHeadsEdward Thomson
2013-01-28Fix test for non-virtual methods in types with public ctorKeith Dahlby
* Exclude delegates from types checked * Missing virtual modifiers
2013-01-27make Configuration#Get methods virtualDrew Miller
The commit https://github.com/libgit2/libgit2sharp/commit/3d29d95dc7d0addc889679c93d22952fe7bb9d35 moved #Get overloads to extension methods. The problem is the remaining #Get methods aren't virtual, which means you can't stub in unit tests. Which broke a bunch of GHfW tests.
2013-01-24Update test repository with libgit2 logonulltoken
2013-01-24Improve exception message when configuration file is not foundyorah
Indicate which configuration level caused the exception.
2013-01-24Add optional ignoredErrorCodes on git_foreachKeith Dahlby
2013-01-24Refactor reference buildingnulltoken
2013-01-23Ensure Checkout() doesn't mess with binary filesnulltoken
Fix #302
2013-01-23Tidy up OdbBackendFixture codenulltoken
2013-01-23Enhance Index.RetrieveStatus() test coveragenulltoken
Partially fix git-tfs/git-tfs#231
2013-01-23Make Checkout raise proper MergeConflictExceptionnulltoken
2013-01-23Update libgit2 binaries to 586f71enulltoken
https://github.com/libgit2/libgit2/compare/7dfc5c3...586f71e
2013-01-23Introduce OrphanedHeadExceptionnulltoken
2013-01-23Enhance checkout test coveragenulltoken
2013-01-23Fix some compilation warningsnulltoken
2013-01-22Small documentation fixnulltoken
2013-01-22Add TODO commentnulltoken
2013-01-22Checkout branch as snapshotJameson Miller
2013-01-22Add checkout testsJameson Miller
2013-01-22Update checkout in response to libgit2 checkout changesJameson Miller
2013-01-22Re-enable skipped hard reset testJameson Miller
2013-01-22Add Ignore supportPaul Betts
This PR adds support for the new .gitignore methods in libgit2
2013-01-18Bind git_graph_ahead_behind native methodMetalrom
Replace current implementation of Branch.AheadBy and Branch.BehindBy with git_graph_ahead_behind call
2013-01-16Add IndexContainsUnmergedEntriesException to bind EUNMERGED exceptionMetalrom
2013-01-16Add test repository with merge conflictsMetalrom
2013-01-16Remove ThreadAffinity from git_remote_set_autotagBen Straub
2013-01-16Provide access to basic username/password auth for cloneBen Straub
2013-01-14Introduce Blob.IsBinaryMetalrom
2013-01-11Don't try to negate in an attributes fileCarlos Martín Nieto
This is not supported, and newer versions of git will outright refuse to work with a tree that contains one. This should keep the intent of the negation it's replacing.
2013-01-10Add InvalidSpecificationException as wrapper for EINVALIDSPEC native exceptionMetalrom
2013-01-10Rename AmbiguousException as AmbiguousSpecificationExceptionMetalrom
2013-01-10Add NameConflictException as wrapper for EEXIST native exceptionMetalrom
2013-01-09Fix Lib/.gitattributes filenulltoken
2013-01-09Introduce Repository.Refs.Headnulltoken
2013-01-08Improve perf and correctness of UTF-8 marshalingPhilip Kelley