summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * delta: fix sign-extension of big left-shiftPatrick Steinhardt2018-07-053-17/+28
|/
* Merge pull request #4666 from pks-t/pks/v0.26.4v0.26.4Edward Thomson2018-06-0420-246/+841
|\
| * version: bump library version to 0.26.4Patrick Steinhardt2018-06-011-2/+2
| * CHANGELOG: update for v0.26.4Patrick Steinhardt2018-06-011-0/+20
| * path: hand-code the zero-width joiner as UTF-8Carlos Martín Nieto2018-06-011-1/+5
| * submodule: plug leaks from the escape detectionCarlos Martín Nieto2018-06-012-3/+12
| * submodule: replace index with strchr which exists on WindowsCarlos Martín Nieto2018-06-011-1/+1
| * submodule: the repostiory for _name_is_valid should not be constCarlos Martín Nieto2018-06-012-4/+3
| * path: check for a symlinked .gitmodules in fs-agnostic codeCarlos Martín Nieto2018-06-011-8/+32
| * checkout: change symlinked .gitmodules file test to expect failureCarlos Martín Nieto2018-06-011-1/+6
| * path: reject .gitmodules as a symlinkCarlos Martín Nieto2018-06-019-215/+232
| * index: stat before creating the entryCarlos Martín Nieto2018-06-011-7/+30
| * path: accept the name length as a parameterCarlos Martín Nieto2018-06-013-40/+47
| * checkout: add a failing test for refusing a symlinked .gitmodulesCarlos Martín Nieto2018-06-016-0/+8
| * path: expose dotgit detection functions per filesystemCarlos Martín Nieto2018-06-012-3/+84
| * path: hide the dotgit file functionsCarlos Martín Nieto2018-06-013-39/+21
| * path: add functions to detect .gitconfig and .gitattributesCarlos Martín Nieto2018-06-012-0/+47
| * path: add a function to detect an .gitmodules fileCarlos Martín Nieto2018-06-012-0/+123
| * path: provide a generic function for checking dogit files on NTFSCarlos Martín Nieto2018-06-011-0/+53
| * path: provide a generic dogit checking function for HFSCarlos Martín Nieto2018-06-011-6/+19
| * submodule: also validate Windows-separated paths for validityCarlos Martín Nieto2018-06-012-15/+65
| * submodule: ignore submodules which include path traversal in their nameCarlos Martín Nieto2018-06-013-15/+55
| * submodule: add a failing test for a submodule escaping .git/modulesCarlos Martín Nieto2018-06-011-0/+60
| * online tests: update auth for bitbucket testEdward Thomson2018-06-011-1/+1
| * online::clone: skip creds fallback testEdward Thomson2018-06-011-4/+34
|/
* Merge pull request #4475 from pks-t/pks/v0.26.1-backportsv0.26.3Patrick Steinhardt2018-03-12152-153/+1026
|\
| * Bump version to v0.26.3Patrick Steinhardt2018-03-121-2/+2
| * CHANGELOG.md: update for v0.26.3Patrick Steinhardt2018-03-121-0/+25
| * curl: explicitly initialize and cleanup global curl statePatrick Steinhardt2018-03-103-2/+23
| * tree: initialize the id we use for testing submodule insertionsCarlos Martín Nieto2018-03-101-0/+1
| * win32: strncmp -> git__strncmpEdward Thomson2018-03-101-1/+1
| * winhttp: enable TLS 1.2 on Windows 7 and earlierEdward Thomson2018-03-101-0/+14
| * winhttp: include constants for TLS 1.1/1.2 supportEdward Thomson2018-03-101-5/+8
| * mingw: update TLS option flagsEdward Thomson2018-03-102-4/+11
| * checkout test: further ensure workdir perms are updatedEdward Thomson2018-03-101-0/+25
| * checkout test: ensure workdir perms are updatedEdward Thomson2018-03-101-0/+20
| * checkout: take mode into account when comparing index to baselineEdward Thomson2018-03-101-10/+16
| * diff_tform: fix rename detection with rewrite/delete pairPatrick Steinhardt2018-03-102-1/+216
| * tests: add rename-rewrite scenarios to "renames" repositoryPatrick Steinhardt2018-03-108-0/+15
| * tests: diff::rename: use defines for commit OIDsPatrick Steinhardt2018-03-101-19/+24
| * merge: virtual commit should be last argument to merge-baseTyrie Vella2018-03-102-4/+10
| * Add failing test case for virtual commit merge base issueEdward Thomson2018-03-1027-0/+32
| * merge::trees::recursive: test for virtual base buildingEdward Thomson2018-03-101-0/+25
| * merge: reverse merge bases for recursive mergeEdward Thomson2018-03-104-28/+32
| * oidarray: introduce git_oidarray__reverseEdward Thomson2018-03-102-0/+13
| * Introduce additional criss-cross merge branchesEdward Thomson2018-03-1068-0/+11
| * odb: export mempack backendAdrián Medraño Calvo2018-03-102-4/+6
| * Fix unpack double freelhchavez2018-03-103-8/+68
| * diff_file: properly refcount blobs when initializing file contentsPatrick Steinhardt2018-03-102-1/+42
| * stransport: provide error message on trust failuresEtienne Samson2018-03-101-1/+3