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
path: root/Lib
AgeCommit message (Collapse)Author
2014-08-27Update binaries to 69db893nulltoken
https://github.com/libgit2/libgit2/compare/091165c...69db893
2014-07-21Update binaries to 091165cPhilip Kelley
https://github.com/libgit2/libgit2/compare/e93206e...091165c
2014-06-14Update binaries to e93206eUngureanu Marius
https://github.com/libgit2/libgit2/compare/90befde...e93206e
2014-06-04Update libgit2 binaries to 90befdenulltoken
https://github.com/libgit2/libgit2/compare/2f6f6eb...90befde
2014-06-01Update libgit2 binaries to 2f6f6eb.Marius Ungureanu
https://github.com/libgit2/libgit2/compare/58eea5e...2f6f6eb
2014-05-30Update libgit2 binaries to 58eea5eMarius Ungureanu
https://github.com/libgit2/libgit2/compare/06d772d...58eea5e Configuration: Use snapshot for Get/Find calls. Thanks @carlosmn. Merge: Keep track of new MergePreference. StatusFixture: change expectations for star-ignore When passing bin/* newer libgit2 considers that as ignoreing the bin/ directory and thus won't give us its contents unless we pass in the RecurseIgnoredDirs option. Done by @carlosmn.
2014-04-16Upgrade to .Net 4.0nulltoken
Fix #654
2014-04-14Update libgit2 to 06d772dnulltoken
https://github.com/libgit2/libgit2/compare/bcc6229...06d772d
2014-04-09Update libgit2 to bcc6229Jameson Miller
https://github.com/libgit2/libgit2/compare/36a80fd...bcc6229 fixup
2014-03-21Update libgit2 to 36a80fdBen Straub
https://github.com/libgit2/libgit2/compare/65e9dc6...36a80fd
2013-12-23Update libgit2 binaries to 65e9dc6nulltoken
https://github.com/libgit2/libgit2/compare/96fb6a6...65e9dc6
2013-12-06Update libgit2 to 96fb6a6Ben Straub
https://github.com/libgit2/libgit2/compare/98eaf39...96fb6a6
2013-11-16Update libgit2 binaries to 98eaf39Ben Straub
https://github.com/libgit2/libgit2/compare/e87d9d3...98eaf39
2013-11-06Update libgit2 binaries to e87d9d3nulltoken
https://github.com/libgit2/libgit2/compare/711333e...e87d9d3
2013-10-05Update libgit2 binaries to 711333eJameson Miller
https://github.com/libgit2/libgit2/compare/11f8336...711333e
2013-09-26Update libgit2 binaries to 11f8336nulltoken
https://github.com/libgit2/libgit2/compare/32e4992...11f8336
2013-09-07Update libgit2 binaries to 32e4992nulltoken
https://github.com/libgit2/libgit2/compare/eb04744...32e4992
2013-08-19Update libgit2 binaries to eb04744nulltoken
https://github.com/libgit2/libgit2/compare/7940036...eb04744
2013-07-18Update libgit2 binaries to 7940036yorah
https://github.com/libgit2/libgit2/compare/bd67979...7940036
2013-07-11Update libgit2 binaries to bd67979nulltoken
https://github.com/libgit2/libgit2/compare/9d9fff3...bd67979
2013-06-02Update libgit2 binaries to 9d9fff3nulltoken
https://github.com/libgit2/libgit2/compare/5aee963...9d9fff3
2013-06-01Generate a unique ID at compile time to work around a CLR bugPhilip Kelley
2013-05-26Update libgit2 binaries to 5aee963Ben Straub
https://github.com/libgit2/libgit2/compare/b641c00...5aee963 This also change naming convention of libgit2 binaries. Each LibGit2Sharp version works against a specific version of libgit2. LibGit2Sharp managed code relies on the dynamic loader to find the proper libgit2 binary. This binary is located in a directory structure next to the managed assembly, and the loader is instructed to search within this directory structure. Up until now, the binary being searched for was bearing a generic name: [lib]git2.(dll|so|dylib). However, on Windows, if one older version of the native binary, with the same name, is already loaded in the memory, the loader will reuse this one, no matter what directory it's been loaded from. Chances are great that this old libgit2 version is incompatible with what the newer version of LibGit2Sharp expects from its API or behavior. In order to mitigate this, libgit2 binaries are now suffixed with the libgit2 commit sha they've been build from and LibGit2Sharp will bind to a specifically named binary: - git2-{short_sha}.dll on Windows - libgit2-{short_sha}.so on Linux - libgit2-{short_sha}.dylib on Mac OS X. This should allow one to run two different future version of LibGit2Sharp, side by side, without any name clash.
2013-05-04Upgrade NuGet.exe to version 2.5.40416.9020nulltoken
2013-05-03Update libgit2 binaries to b641c00yorah
https://github.com/libgit2/libgit2/compare/08283cb...b641c00
2013-04-01Update libgit2 binaries to 08283cbnulltoken
https://github.com/libgit2/libgit2/compare/8cfd54f...08283cb
2013-03-27Update libgit2 binaries to 8cfd54fnulltoken
https://github.com/libgit2/libgit2/compare/6950dca...8cfd54f
2013-03-14Update libgit2 binaries to 6950dcaEdward Thomson
https://github.com/libgit2/libgit2/compare/ad00376...6950dca
2013-03-13Update libgit2 binaries to ad00376Edward Thomson
https://github.com/libgit2/libgit2/compare/eef7e80...ad00376
2013-03-12Update libgit2 binaries to eef7e80Edward Thomson
https://github.com/libgit2/libgit2/compare/40a6051...eef7e80
2013-02-12Update libgit2 binaries to 40a6051Jameson Miller
https://github.com/libgit2/libgit2/compare/5f9f69d...40a6051
2013-01-31Update libgit2 binaries to 5f9f69dJameson Miller
https://github.com/libgit2/libgit2/compare/586f71e...5f9f69d
2013-01-31Add libgit2 licensenulltoken
2013-01-31Include third-party product name in license filenamenulltoken
2013-01-23Update libgit2 binaries to 586f71enulltoken
https://github.com/libgit2/libgit2/compare/7dfc5c3...586f71e
2013-01-11Don't try to negate in an attributes fileCarlos Martín Nieto
This is not supported, and newer versions of git will outright refuse to work with a tree that contains one. This should keep the intent of the negation it's replacing.
2013-01-09Fix Lib/.gitattributes filenulltoken
2013-01-08Update libgit2 binaries to 7dfc5c3Ben Straub
https://github.com/libgit2/libgit2/compare/16e6cee...7dfc5c3
2013-01-04Add NuGet LicenseMartin Woodward
NuGet is licensed under Apache 2.0 therefore we should provide a copy of the license alongside our binary redistribution of it in our Libs folder. Note that because we don't ship NuGet in the binary version of the LibGit2Sharp we don't need to inlucde a reference to it in our NOTICE file etc.
2013-01-04Add License for MoqMartin Woodward
Provide the license for Moq alongside the binary distribution in our Libs folder. BSD License for Moq was taken from here: http://code.google.com/p/moq/source/browse/trunk/License.txt
2013-01-04Add xUnit licensesMartin Woodward
Add the license.txt alongside xUnit and also provide a copy with files that are derrived from xUnit source code.
2013-01-04Remove specific Lib/.gitattributes filenulltoken
2012-12-05Update libgit2 binaries to 16e6ceeBen Straub
https://github.com/libgit2/libgit2/compare/1e99ce9...16e6cee
2012-11-04Upgrade libgit2 binaries to 1e99ce9Edward Thomson
2012-10-30Upgrade libgit2 binaries to 81eecc3Ben Straub
2012-10-27Upgrade libgit2 binaries to a0ce87c51Ben Straub
2012-10-16Upgrade libgit2 binaries to 03452b3nulltoken
2012-10-09Upgrade libgit2 binaries to 9adfa7dnulltoken
2012-09-19Upgrade libgit2 binaries to 411cb01nulltoken
2012-09-10Upgrade libgit2 binaries to 17b06f4nulltoken