summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* index tests: test capitalization before mkdirv0.21.3hf/021_patchEdward Thomson2014-12-181-2/+4
* Plug leaksCarlos Martín Nieto2014-12-181-0/+2
* Create miscapitialised dirs for case-sensitive filesystemsCarlos Martín Nieto2014-12-181-0/+4
* Bump version to 0.21.3Edward Thomson2014-12-171-2/+2
* Introduce core.protectHFS and core.protectNTFSEdward 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/+900
* 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
* Bump version to 0.21.2v0.21.2Carlos Martín Nieto2014-10-271-2/+2
* Merge pull request #2655 from ethomson/v0.21.2Carlos Martín Nieto2014-10-2713-27/+164
|\
| * global: clean up openssl_locks on shutdownEdward Thomson2014-10-261-1/+7
| * config test: clean up memory leakEdward Thomson2014-10-251-0/+1
| * travis ci: build maint branches and development'Edward Thomson2014-10-251-1/+2
| * Fixed memory leak in git_tag_delete()Pierre-Olivier Latour2014-10-251-2/+3
| * Patch from @carlosmn to refresh the parent config before snapshotting.Alan Rogers2014-10-251-1/+6
| * Change the length of the file so that the change is picked up.Alan Rogers2014-10-251-2/+2
| * Add a test to make sure a new snapshot has the new value.Alan Rogers2014-10-251-1/+14
| * is_empty_dir (wi32): cope with empty mount pointsEdward Thomson2014-10-251-16/+26
| * p_lstat win32: don't canonicalize volume mountsEdward Thomson2014-10-251-1/+12
| * Don't copy buffer in checkout unless neededEdward Thomson2014-10-251-6/+8
| * Ensure filters (i.e. CRLF) are applied when checking out conflict contentJacques Germishuys2014-10-251-3/+19
| * Introduce failing test for conflict filtering in indexEdward Thomson2014-10-254-0/+69
| * repository_head_unborn: clear error when HEAD is unbornEdward Thomson2014-10-251-1/+3
|/
* ssl: dump the SSL ciphers in favour of TLSCarlos Martín Nieto2014-10-241-0/+13
* Merge pull request #2596 from libgit2/cmn/maint-21Edward Thomson2014-10-1118-38/+112
|\
| * Silence unused return value warningcmn/maint-21Jacques Germishuys2014-10-111-1/+1
| * Ensure patch is initialized to zero, otherwise, the allocated flag may be setJacques Germishuys2014-10-111-0/+1
| * Silence uninitialized warningJacques Germishuys2014-10-111-1/+1
| * Fixed odb foreach test failure for big-endian 64-bitJakub Čajka2014-10-111-1/+1
| * Fixed merge REUC test for big-endian 64-bitJakub Čajka2014-10-111-1/+1
| * The raw index buffer content is not guaranteed to be alignedJacques Germishuys2014-10-111-24/+29
| * Ensure pool data is aligned on an 8 byte boundaryJacques Germishuys2014-10-111-1/+1
| * Introduce GIT_ALIGNJacques Germishuys2014-10-111-0/+8
| * git_filter: dup the filter nameAnurag Gupta (OSG)2014-10-111-2/+11
| * config: Fix multiple trailing spaces before comments not completely trimmedLinquize2014-10-111-1/+1
| * When auto follow tags, FETCH_HEAD should list only newly followed tagsLinquize2014-10-033-2/+33
| * global: free the error message when exiting a threadCarlos Martín Nieto2014-10-032-0/+17
| * Correctly handle getaddrinfo return resultWilliam Swanson2014-10-031-1/+1
| * Recurse ignored directories when stashingJacques Germishuys2014-10-031-3/+5
| * Include git2/odb_backend.h in git2.hCarlos Martín Nieto2014-10-031-0/+1
|/
* cherrypick: the name is still git_cherry_pickCarlos Martín Nieto2014-09-241-1/+1
* Remove local unused index_repo variableJacques Germishuys2014-09-161-3/+1
* Only check for workdir conflicts if the index has merged filesJacques Germishuys2014-09-161-0/+10
* Added test case to illustrate bogus conflicts detected if no files were merge...Jacques Germishuys2014-09-161-0/+41