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 (Expand)Author
2013-05-08Fix HasAny() enum helper to ease migration to .Net 4.0nulltoken
2013-04-26Move Repository.Conflicts to Index.ConflictsSaaman
2013-04-24Switch internal implementation of Index.Remove() to git_index_remove_bypath()yorah
2013-04-24Improve support for git rm --cached semanticsyorah
2013-04-24Make Index.Remove() able to remove only from indexyorah
2013-04-24Make Index.Remove() able to remove foldersyorah
2013-04-24Allow passing ExplicitPathsOptions to Index.Remove()yorah
2013-04-24Make Index.Remove() diff-basedyorah
2013-04-11Add Repository.SubmodulesKeith Dahlby
2013-04-09Add ExplicitPathsOptions to Repository.Index.Unstage()/Stage()yorah
2013-03-18Respect core.ignorecase in BuildRelativePathFrom()Keith Dahlby
2013-03-18Stop sorting collectionsKeith Dahlby
2013-02-14Micro-optimization: use new List<>(capacity)Keith Dahlby
2013-02-08Remove trailing whitespaces.Andrius Bentkus
2013-01-23Update libgit2 binaries to 586f71enulltoken
2013-01-07Rename Enum.Has<T> to Compat.Enum.HasFlag<T>nulltoken
2012-12-13Simplify Index.Unstage() implementationnulltoken
2012-12-12Index.Unstage should accept absolute file pathsnulltoken
2012-12-12Make Index.Unstage() work against an orphaned HeadPhilip Kelley
2012-12-11Fix some issues pinpointed by Code Analysisnulltoken
2012-12-09Introduce repo.Index.IsFullyMergednulltoken
2012-12-05Update libgit2 binaries to 16e6ceeBen Straub
2012-11-23Add some `DebuggerDisplay` loveyorah
2012-11-04Upgrade libgit2 binaries to 1e99ce9Edward Thomson
2012-10-09Upgrade libgit2 binaries to 9adfa7dnulltoken
2012-09-03Unify BuildFromPtr/CreateFromPtr implementation and usageyorah
2012-08-29Make retrieval of error message thread-safeyorah
2012-06-19Fix issues raised by Code Analysisnulltoken
2012-06-19Make all public types mockableyorah
2012-06-10Fix overlooked path marshalingnulltoken
2012-06-09Simplify the formating of exception messagesnulltoken
2012-06-06Refactor repo.Index.Unstage() implementation to leverage repo.Reset()nulltoken
2012-06-06Add repo.Reset() overload to allow replacing of index entries with commit ent...nulltoken
2012-06-03Use CSharp friendly names for libgit2 error types and codesTim Clem
2012-06-03Rename LibGit2Exception to LibGit2SharpExceptionTim Clem
2012-05-16Add RepositoryOptions to provide the Repository with overridden working direc...nulltoken
2012-04-28Deploy usage of the Mode enumnulltoken
2012-04-24Internally expose the oid of a TreeEntry targetnulltoken
2012-03-28Replace usage of IntPtr holding references to index entries with IndexEntrySa...nulltoken
2012-03-06Reduce the number of in-memory Utf8Marshaler instancesnulltoken
2012-03-06Use FilePath and FilePathMarshaler in NativeMethodsKeith Dahlby
2012-03-03Change the type of Exception which is returned when staging/unstaging/removin...nulltoken
2012-02-28Refactor the release of some native handlesnulltoken
2012-02-27Fix some issues pinpointed by Code Analysisnulltoken
2012-02-27Fix Non-CLS compliant codenulltoken
2012-02-04When unstaging, delegate the reset of the index from the HEAD to libgit2nulltoken
2012-01-09Add support of the Mixed mode to Repository.Reset()nulltoken
2011-12-15Make Index.Remove() cope with files which have been modified in the working d...Flonix
2011-12-15Make Index.Remove() cope with files which have been deleted from the working ...Flonix
2011-11-28Enforce Index.Move() test coveragenulltoken