Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/libgit2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-01-23git_error: use new names in internal APIs and usageEdward Thomson
2018-12-01index: use new enum and structure namesEdward Thomson
2018-10-20symlink tests: test symbolic links on windowsEdward Thomson
2018-10-20tests: provide symlink support helper functionEdward Thomson
2018-10-20checkout tests: ensure readlink succeedsEdward Thomson
2018-10-20checkout tests: test symlinks based on support, not platformEdward Thomson
2018-07-13treewide: remove use of C++ style commentsPatrick Steinhardt
2018-06-10Convert usage of `git_buf_free` to new `git_buf_dispose`Patrick Steinhardt
2016-05-24test: Fix stat() test to mask out unwanted bitsFrançois Revol
2015-12-01checkout test: Apply umask to file-mode test as wellMichał Górny
2015-09-17git_futils_mkdir_*: make a relative-to-base mkdirEdward Thomson
2015-06-30checkout test: check getcwd return valueEdward Thomson
2015-05-28conflict tests: use GIT_IDXENTRY_STAGE_SETEdward Thomson
2015-05-13Remove the callbacks struct from the remoteCarlos Martín Nieto
2015-04-04Test: Create repo in while current dir is readonly and checkout symlinkLinquize
2015-02-27checkout: remove `GIT_CHECKOUT_SAFE_CREATE` as a strategyEdward Thomson
2015-01-21checkout: remove files before writing new onesEdward Thomson
2014-11-07checkout_index: Remove stage 0 when checking out conflictsEdward Thomson
2014-10-13Introduce failing test for conflict filtering in indexEdward Thomson
2014-03-06git_checkout_opts -> git_checkout_optionsBen Straub
2014-01-25diff: rename the file's 'oid' to 'id'Carlos Martín Nieto
2013-11-15Rename tests-clar to testsBen Straub