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
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
2011-11-28Make Stage(), Unstage(), Move() and Remove() explicitly throw a NotImplemente...nulltoken
2011-11-28Refactor bulk implementation of Index methodsnulltoken
2011-11-28Add overloads to index methods that accept collection of pathsAlbert Krawczyk
2011-11-28Make IndexEntry able to cope with native Windows directory separator charFlonix
2011-11-05Make Index.Stage(), Index.Unstage(), Index.Move() and Index.Remove() able to ...Flonix
2011-10-21Fix some missing documentation warningsnulltoken
2011-10-21Fix Index.Stage(), Index.Unstage() and enforce test coveragenulltoken
2011-10-12Add Index.Remove()nulltoken
2011-10-08Add a string indexer to the Branch type in order to ease retrieval of TreeEnt...nulltoken
2011-10-08Fix Index.Unstage() in order to make it cope with path containing subdirectoriesnulltoken
2011-10-07Clean up RepositoryStatusKeith Dahlby
2011-10-01Refactor release of SafeHandle objectsEmeric Fermas
2011-09-29Add determination of repository statusnulltoken
2011-09-21Enforce code stylenulltoken
2011-07-15Remove trailing white spacesnulltoken
2011-07-14Fix Repo.Index.Unstage() behaviornulltoken
2011-07-14Prevent an attempt to retrieve an unknown file from the Index from throwing a...nulltoken
2011-07-14Add Repository.Index.Move()nulltoken
2011-06-10Update API to cope with some libgit2 minor changesnulltoken
2011-06-09Add basic Commit featurenulltoken
2011-06-07Update libgit2 binaries to a5aa5bdnulltoken
2011-06-03Fix staging/unstaging issuenulltoken
2011-06-01Add Repository.Index.Unstage() functionalitynulltoken
2011-06-01Enhance error handling when native methods return 0 or positive values as suc...nulltoken
2011-05-17Improve documentation and tests related to initialization and opening of a gi...nulltoken
2011-05-15Fix some issues pinpointed by Code Analysisnulltoken
2011-05-15Reduce public API exposurenulltoken
2011-05-09Update staging mechanism to authorize full paths to be usednulltoken
2011-04-29Fix some TODOs and slightly improve the documentationnulltoken
2011-04-29Add some documentationnulltoken
2011-04-28implement staging files to indexTim Clem
2011-04-26stub out index api, get test repo with wd in orderTim Clem
2011-04-26can enumerate and find entries in indexTim Clem
2011-04-26can access index and count entriesTim Clem