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
2015-06-30checkout test: mark unused varsEdward Thomson
2015-06-30checkout test: check getcwd return valueEdward Thomson
2015-06-26checkout: plug a few leaksCarlos Martín Nieto
2015-06-22crlf tests: ensure that Unix obeys autocrlf=trueEdward Thomson
2015-06-22crlf tests: use known-good data produced by gitEdward Thomson
2015-06-22crlf: include utf8 resources in master branchEdward Thomson
2015-06-20tests: tick over five seconds instead of oneCarlos Martín Nieto
2015-06-17Fixed Xcode 6.1 build warningsPierre-Olivier Latour
2015-06-16Introduce p_utimes and p_futimesEdward Thomson
2015-06-16tests: tick the index when we count OID calculationsCarlos Martín Nieto
2015-06-16crlf: tick the index forward to work around racy-git behaviourCarlos Martín Nieto
2015-06-12Fix leaks in tests/checkout/icaseJeff Hostetler
2015-05-29Rename GIT_EMERGECONFLICT to GIT_ECONFLICTEdward Thomson
2015-05-28conflict tests: use GIT_IDXENTRY_STAGE_SETEdward Thomson
2015-05-26Fix ident replacement to match Git behaviorColomban Wendling
2015-05-13Remove the callbacks struct from the remoteCarlos Martín Nieto
2015-05-04checkout test: better case-insensitive test on MacEdward Thomson
2015-05-04checkout test: only run icase on icase platformEdward Thomson
2015-05-04checkout: remove blocking dir when FORCEdEdward Thomson
2015-05-04Revert "Always checkout with case sensitive iterator"Edward Thomson
2015-05-04checkout test: ensure we write to casechanged dirEdward Thomson
2015-05-04checkout test: ignore unstaged case-changing renamesEdward Thomson
2015-04-23Merge pull request #3032 from jfultz/index-file-modesEdward Thomson
2015-04-10Merge pull request #3030 from linquize/symlink_supportedEdward Thomson
2015-04-07Fix git_checkout_tree() to do index filemodes correctly on Windows.John Fultz
2015-04-04Test: Create repo in while current dir is readonly and checkout symlinkLinquize
2015-03-25Illustrate bad checkout on WindowsJacques Germishuys
2015-03-17Lower case the include directive of windows headerClaudiu Olteanu
2015-03-03Remove swp filesCarlos Martín Nieto
2015-03-03repository: remove log message override for switching the active branchCarlos Martín Nieto
2015-03-03branch: don't accept a reflog message overrideCarlos Martín Nieto
2015-03-03reset: remove reflog message overrideCarlos Martín Nieto
2015-03-03Remove the signature from ref-modifying functionsCarlos Martín Nieto
2015-02-27checkout tests: just use SAFE where appropriateEdward Thomson
2015-02-27checkout: remove `GIT_CHECKOUT_SAFE_CREATE` as a strategyEdward Thomson
2015-02-27checkout: upgrade to `SAFE_CREATE` when no index fileEdward Thomson
2015-02-14checkout: introduce GIT_CHECKOUT_DONT_WRITE_INDEXEdward Thomson
2015-02-12Merge pull request #2866 from ethomson/checkout_perf2Carlos Martín Nieto
2015-02-04remove some unused warningsEdward Thomson
2015-02-04win32: further cleanups for 8.3 disablingEdward Thomson
2015-02-03win32: cleanup 8.3 disabled testsEdward Thomson
2015-02-03checkout test: ensure .gitattributes lifecycleEdward Thomson
2015-01-30Fix test failures when 8.3 is disabledLinquize
2015-01-21checkout tests: cleanup realpath impl on Win32Edward Thomson
2015-01-21checkout tests: emulate p_realpath poorly on Win32Edward Thomson
2015-01-21checkout: remove files before writing new onesEdward Thomson
2015-01-21checkout tests: nasty symlinksEdward Thomson
2015-01-21checkout: introduce git_checkout_perfdataEdward Thomson
2015-01-21Add files and tests with many UTF-8 chars and few UTF-8 charsLinquize
2015-01-04Plug a couple of leaksCarlos Martín Nieto