summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Always checkout with case sensitive iteratorbindings/libgit2sharp/020_2Edward Thomson2015-01-192-14/+3
* Introduce test for checkout case-changing renameEdward Thomson2015-01-191-0/+76
* checkout tests: cleanup realpath impl on Win32Edward Thomson2015-01-191-36/+6
* checkout tests: emulate p_realpath poorly on Win32Edward Thomson2015-01-191-1/+64
* checkout: remove files before writing new onesEdward Thomson2015-01-196-27/+207
* checkout: drop newline in error messageEdward Thomson2015-01-191-1/+1
* checkout tests: nasty symlinksEdward Thomson2015-01-1918-3/+50
* checkout: don't recreate previous directoryEdward Thomson2015-01-192-14/+44
* git_path_join_unrooted: return base lenEdward Thomson2015-01-194-15/+81
* checkout: introduce git_checkout_perfdataEdward Thomson2015-01-195-50/+135
* Introduce core.protectHFS and core.protectNTFShf/libgit2sharp_020_patchEdward Thomson2014-12-176-44/+151
* path: Use UTF8 iteration for HFS charsVicent Marti2014-12-173-81/+132
* checkout: disallow bad paths on HFSEdward Thomson2014-12-1753-1/+207
* reference_create: validate loose namesEdward Thomson2014-12-172-4/+46
* checkout: disallow bad paths on win32Edward Thomson2014-12-1794-90/+898
* index: Check for valid paths before creating an index entryVicent Marti2014-12-172-23/+188
* tree: Check for `.git` with case insensitivyVicent Marti2014-12-171-1/+1
* win32: use NT-prefixed "\\?\" pathsEdward Thomson2014-12-1710-103/+591
* clar: wide character comparisonsEdward Thomson2014-12-172-0/+42
* tests: use p_ instead of posix func directlyEdward Thomson2014-12-171-2/+2
* Merge pull request #2686 from ethomson/rename_notfoundCarlos Martín Nieto2014-11-032-1/+10
|\
| * git_remote_rename: propogate GIT_ENOTFOUNDEdward Thomson2014-11-032-1/+10
|/
* Merge pull request #2679 from jfultz/missing-includeEdward Thomson2014-11-032-6/+28
|\
| * Clean up issues include.path issues found during code review.John Fultz2014-11-022-5/+13
| * Make config reading continue after hitting a missing include file.John Fultz2014-11-012-7/+21
* | Merge pull request #2661 from swisspol/2656Edward Thomson2014-11-033-3/+8
|\ \
| * | Changed context_lines and interhunk_lines to uint32_t to match struct s_xdemi...Pierre-Olivier Latour2014-10-273-3/+8
* | | Merge pull request #2683 from libgit2/cmn/remote-unifyEdward Thomson2014-11-031-21/+2
|\ \ \
| * | | remote: unify the creation codecmn/remote-unifyCarlos Martín Nieto2014-11-021-21/+2
* | | | Merge pull request #2680 from libgit2/cmn/invalid-cert-returnEdward Thomson2014-11-031-1/+1
|\ \ \ \
| * | | | netops: return GIT_ECERTIFICATE when it fails the basic testscmn/invalid-cert-returnCarlos Martín Nieto2014-11-021-1/+1
| | |_|/ | |/| |
* | | | Merge pull request #2685 from libgit2/cmn/mmap-readableEdward Thomson2014-11-031-4/+2
|\ \ \ \
| * | | | Fix segmentation fault observed on OpenBSD/sparc64cmn/mmap-readableStefan Sperling2014-11-031-4/+2
| | |/ / | |/| |
* | | | Merge pull request #2684 from jacquesg/openssl-windowsEdward Thomson2014-11-031-7/+8
|\ \ \ \ | |/ / / |/| | |
| * | | Make the Visual Studio compiler happyJacques Germishuys2014-11-031-7/+8
|/ / /
* | | remote: fix tagopt testCarlos Martín Nieto2014-11-021-7/+7
* | | merge: talk about the merging state after git_merge()Carlos Martín Nieto2014-11-021-0/+5
|/ /
* | Merge pull request #2669 from ethomson/revert_test_fixEdward Thomson2014-10-2713-12/+8
|\ \
| * | revert tests: always use core.autocrlf=false in testsEdward Thomson2014-10-2713-12/+8
|/ /
* | Merge pull request #2659 from swisspol/static_analysisEdward Thomson2014-10-275-8/+3
|\ \ | |/ |/|
| * Fixed potential crash with uninitialized variablesPierre-Olivier Latour2014-10-272-2/+2
| * Removed some useless variable assignmentsPierre-Olivier Latour2014-10-274-6/+1
|/
* Merge pull request #2666 from libgit2/cmn/threadsafe-onEdward Thomson2014-10-273-2/+5
|\
| * Flip THREADSAFE's default to ONcmn/threadsafe-onCarlos Martín Nieto2014-10-273-2/+5
* | Merge commit 'refs/pull/2366/head' of github.com:libgit2/libgit2Carlos Martín Nieto2014-10-278-24/+29
|\ \ | |/ |/|
| * Fix compiler warning (git_off_t cast to size_t).Albert Meltzer2014-05-198-24/+29
* | Merge branch 'csware/cleanup'Edward Thomson2014-10-261-8/+6
|\ \
| * | Minor cleanup: Use defined no_check_cert_flags instead of C&P them againSven Strickroth2014-10-261-8/+6
|/ /
* | Merge pull request #2482 from libgit2/ed/rebaseEdward Thomson2014-10-26169-566/+3381
|\ \
| * | rebase: add information to the CHANGELOGed/rebaseEdward Thomson2014-10-261-0/+14