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-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
2014-12-23Always checkout with case sensitive iteratorEdward Thomson
2014-12-23Introduce test for checkout case-changing renameEdward Thomson
2014-12-17Introduce core.protectHFS and core.protectNTFSEdward Thomson
2014-12-16checkout: disallow bad paths on HFSEdward Thomson
2014-12-16checkout: disallow bad paths on win32Edward Thomson
2014-11-23Plug leaksCarlos Martín Nieto
2014-11-07checkout_index: Remove stage 0 when checking out conflictsEdward Thomson
2014-11-07checkout_index: remove conflicts when checking out new filesEdward Thomson
2014-10-13Introduce failing test for conflict filtering in indexEdward Thomson
2014-10-10Merge pull request #2499 from csware/hard-reset-checkout-callbacksCarlos Martín Nieto
2014-09-17Merge pull request #2567 from cirosantilli/factor-41Vicent Marti
2014-09-17Replace void casts with GIT_UNUSED.Ciro Santilli
2014-09-16Factor 40 and 41 constants from source.Ciro Santilli
2014-08-03Allow to propagate checkout callbacks to git HARD resetSven Strickroth
2014-07-02Merge pull request #2455 from ethomson/equal_oidVicent Marti
2014-07-01Introduce cl_assert_equal_oidEdward Thomson
2014-06-26checkout::conflict tests: only test owner modeEdward Thomson
2014-06-24Update text=auto / core.autocrlf=false behaviorEdward Thomson
2014-06-24crlf: pass-through mixed EOL buffers from LF->CRLFCarlos Martín Nieto
2014-03-06git_checkout_opts -> git_checkout_optionsBen Straub
2014-02-10Tests for core.autocrlf and .gitattributesEdward Thomson
2014-02-06Prevent user's merge.conflictstyle from breaking testsBen Straub
2014-02-04Add reflog parameters to git_resetBen Straub
2014-01-31Add reflog params to git_branch_createBen Straub
2014-01-31Add reflog params to set-head callsBen Straub
2014-01-25diff: rename the file's 'oid' to 'id'Carlos Martín Nieto
2014-01-25index: rename an entry's id to 'id'Carlos Martín Nieto
2014-01-22Preserve tree filemode in index during checkoutEdward Thomson
2014-01-15refs: remove the _with_log differentiationCarlos Martín Nieto
2013-12-13Overwrite ignored directories on checkoutEdward Thomson
2013-12-13Overwrite ignored files on checkoutEdward Thomson
2013-12-11Try a test that won't assert on LinuxRussell Belfer
2013-12-11Fix checkout notify callback docs and testsRussell Belfer
2013-11-15Rename tests-clar to testsBen Straub