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
2014-12-11Update libgit2 to 4eb97efMarius Ungureanu
2014-12-07Minor cleanupsnulltoken
2014-12-07Improve tracking toolset of improperly released unmanaged handlesMarius Ungureanu
2014-12-05Teach Repository.Clone to accept a specific branch to checkoutekkapop-w
2014-12-04Fix for computing blob size without loading entire blob content in memory - F...Ravindra Patel
2014-12-02Remove Leaks configurationMarius Ungureanu
2014-11-19Introduce PathSpec for StatusOptions.Marius Ungureanu
2014-11-13Only deploy Windows native libraries on Windowsnulltoken
2014-11-13Rename CopyNativeDependencies.targets as CopyWindowsNativeDependencies.targetsnulltoken
2014-11-07Allman all the wayKeith Dahlby
2014-11-07Extract FetchOptionsBase and extend Clone testsKeith Dahlby
2014-11-04Prevent creation of a Signature with an empty emailnulltoken
2014-11-04Test for invalid signature configKeith Dahlby
2014-11-04Update libgit2 to 3f8d005Edward Thomson
2014-10-31Move higher level Index operations to IRepositoryPaul Duncan
2014-10-16Introduce loggingEdward Thomson
2014-10-16Update libgit2 to e0383faEdward Thomson
2014-10-09Update exception message when Pull cannot find ref to mergeJameson Miller
2014-09-25Verify that resolving a remote-tracking branch's remote can throwJameson Miller
2014-09-25Branch.Remote property should not throwJameson Miller
2014-09-17Adds support for nCrunch.Micah
2014-09-13Deprecate repo.Version in favor of GlobalSettings.VersionPaul Duncan
2014-09-13Deprecate repo.Refs.Move() in favor of repo.Refs.Rename()Paul Duncan
2014-09-10Revert should throw if HEAD branch is orphanedJameson Miller
2014-09-10Revert should clean up repository state when there is nothing to revertJameson Miller
2014-09-09Expose method to clear the indexMarkus Olsson
2014-09-05Add IBelongToARepository with some implementationsKeith Dahlby
2014-09-02Subtransport logic.Philip Kelley
2014-09-01Introduce low level Index/Tree operationsAlexandru Dima
2014-09-01Teach RemoteUpdater to set the UrlMorten Christensen
2014-08-28Add test for tracking deleted branchKeith Dahlby
2014-08-27Drop tests that rely on the global configurationnulltoken
2014-08-27Remove trailing whitespacesnulltoken
2014-08-27Ensure Tags can be created in detached Head statenulltoken
2014-08-27Enforce Clone() test coveragenulltoken
2014-08-27Update binaries to 69db893nulltoken
2014-08-23Index.Stage: do not stage ignored filesEdward Thomson
2014-07-14FastForward merge should block if there are checkout conflicts.Jameson Miller
2014-07-01Handle tags that do not have a tagger.Jameson Miller
2014-06-24repo.Unstage() renamed items correctlyEdward Thomson
2014-06-24repo.Reset() renamed items correctlyEdward Thomson
2014-06-21Restore old Credentials API as ObsoleteKeith Dahlby
2014-06-19Refactor Constants.PrivateRepoCredentialsKeith Dahlby
2014-06-19Remove conflicts in Index.RemoveEdward Thomson
2014-06-18Introduce merge.ff configuration handlingEdward Thomson
2014-06-14Introduce Repository.Index.Conflicts.NamesEdward Thomson
2014-06-14Introduce Index.Conflicts.ResolvedConflictsEdward Thomson
2014-06-14Test -> CanResolveConflictsByRemovingFromTheIndexEdward Thomson
2014-06-14Add Clone() test leveraging authenticationCarlos Martín Nieto
2014-06-13Use a callback for credentialsCarlos Martín Nieto