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-12-04Introduce renames in statusEdward Thomson
Renames in status require more detailed data than simply paths, in order to collect old path, new path and similarity data. Use git_status_list to collect this data and use a new StatusEntry to store it.
2013-07-01Standardize comments styleyorah
2013-01-30Claim last bit for FileStatus.NonexistentKeith Dahlby
Fix #307 Also, remove comment reference to GIT_STATUS_NOTFOUND which, ironically, does not exist
2012-10-27Rename FileStatus valuesKeith Dahlby
2012-10-27Upgrade libgit2 binaries to a0ce87c51Ben Straub
2012-02-27Add some missing xml documentationnulltoken
2012-02-12Add some more test coverage demonstrating the handling of .gitgnore filenulltoken
2011-10-07Fix some missing documentation warningsnulltoken
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.