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
2015-05-11Give FileStatus enum entries more meaningful namesnulltoken
Fix #527
2015-02-20Move Repository.Reset(paths) into IndexBrandon Ording
Per issue #805, the Repository.Reset() methods and extensions that take paths have been moved to Index. These methods have become additional Index.Replace() overloads. The old methods have been deprecated and have been changed to call the new Index.Replace() methods instead. The relevant tests have been updated to use the new methods. Tests that are no longer needed have been removed. Closes #805
2015-01-04Sandbox every testnulltoken
Fix #826
2015-01-04Rename Clone() test helper method in Sandbox()nulltoken
2014-10-31Move higher level Index operations to IRepositoryPaul Duncan
Fix #822
2014-08-27Ensure Tags can be created in detached Head statenulltoken
Fix #791
2014-06-24repo.Reset() renamed items correctlyEdward Thomson
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-08-30Committish has two t'sKeith Dahlby
2013-06-21Add InitNewRepository() test helpernulltoken
2013-05-23Teach Repository.Reset to append to the ReflogSaaman
2013-04-09Add ExplicitPathsOptions to Repository.Reset()yorah
2013-04-09Make test directory clones consistentKeith Dahlby
2013-03-14Clean-up trailing whitespacesyorah
For the psychopath that lies deep down in each one of us.
2012-12-14Adds Reset(Commit commit, IEnumerable<string> paths = null) to RepositoryMetalrom
2012-11-29Make Reset() return a proper BareRepositoryExceptionnulltoken
2012-06-19Fix issues raised by Code Analysisnulltoken
2012-06-10Straighten the building of some test pathsnulltoken
2012-06-06Add repo.Reset() overload to allow replacing of index entries with commit ↵nulltoken
entries Fix #165