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-01Enhance Configuration test coveragenulltoken
Fix git-tfs/git-tfs#300
2013-01-24Update test repository with libgit2 logonulltoken
2013-01-23Ensure Checkout() doesn't mess with binary filesnulltoken
Fix #302
2013-01-16Add test repository with merge conflictsMetalrom
2012-05-22Add notes related test resources in Bare repositoryyorah
2012-04-28Add some Diff related test resourcesnulltoken
2012-02-21Add support for local tracking branches (branch..remote = ".")Keith Dahlby
2011-12-20Upgrade libgit2 binaries to be00b00nulltoken
2011-11-08Fix line endings of packed-refs test filesnulltoken
Entries are supposed to be separated by Unix line endings, not Windows ones
2011-10-31Add a test file "1.txt" beside the "1" folder to put under the light an ↵nulltoken
ordering issue when determining status
2011-10-10Add commits to remote/origin in testrepo_wd to test Branch.BehindByKeith Dahlby
2011-10-10Add tracking branch details. Closes #75Keith Dahlby
2011-09-29Can get basic settings from config fileTim Clem
2011-09-29Add determination of repository statusnulltoken
- Doesn't handle line endings conversion - Doesn't honor .gitignore - Test repositories have been moved under LibGit2Sharp.Tests - .gitattributes file has been added to prevent unexpected line endings conversion of the test repositories files Should fix issue #49.