summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #4665 from neithernut/fix-refdb-globPatrick Steinhardt2018-06-061-0/+5
|\
| * refdb_fs: add test for globbing of nonexistant refsJulian Ganz2018-06-011-0/+5
* | tests: submodule: do not rely on config iteration orderPatrick Steinhardt2018-06-061-22/+9
* | submodule: detect duplicated submodule pathsPatrick Steinhardt2018-05-301-0/+26
|/
* Merge pull request #4660 from libgit2/cmn/submodule-traversalCarlos Martín Nieto2018-05-299-197/+427
|\
| * path: hand-code the zero-width joiner as UTF-8Carlos Martín Nieto2018-05-241-1/+5
| * submodule: plug leaks from the escape detectionCarlos Martín Nieto2018-05-241-0/+2
| * checkout: change symlinked .gitmodules file test to expect failureCarlos Martín Nieto2018-05-231-1/+6
| * path: reject .gitmodules as a symlinkCarlos Martín Nieto2018-05-232-197/+204
| * path: accept the name length as a parameterCarlos Martín Nieto2018-05-221-4/+4
| * checkout: add a failing test for refusing a symlinked .gitmodulesCarlos Martín Nieto2018-05-226-0/+8
| * path: hide the dotgit file functionsCarlos Martín Nieto2018-05-181-2/+0
| * path: add a function to detect an .gitmodules fileCarlos Martín Nieto2018-05-181-0/+110
| * submodule: also validate Windows-separated paths for validityCarlos Martín Nieto2018-05-141-6/+37
| * submodule: ignore submodules which include path traversal in their nameCarlos Martín Nieto2018-05-091-12/+17
| * submodule: add a failing test for a submodule escaping .git/modulesCarlos Martín Nieto2018-04-301-0/+60
* | Merge pull request #4642 from pks-t/pks/cmake-resolve-pkgconfigPatrick Steinhardt2018-05-091-1/+0
|\ \
| * | cmake: remove now-useless LIBGIT2_LIBDIRS handlingPatrick Steinhardt2018-05-091-1/+0
| |/
* | Merge pull request #4646 from pks-t/pks/gcc-8.1-warningsPatrick Steinhardt2018-05-092-5/+2
|\ \
| * | tests: iterator::workdir: fix GCC warningPatrick Steinhardt2018-05-041-1/+1
| * | tests: refs::normalize: simplify code to avoid GCC warningPatrick Steinhardt2018-05-041-4/+1
* | | worktree: a worktree can be made from a bare repositoryEtienne Samson2018-05-071-0/+20
* | | Merge pull request #4542 from stanhu/sh-sanitize-utf8-hunk-headerPatrick Steinhardt2018-05-071-0/+92
|\ \ \ | |/ / |/| |
| * | Sanitize the hunk header to ensure it contains UTF-8 valid dataStan Hu2018-05-051-0/+92
* | | Merge pull request #4640 from mkeeler/worktree-convenience2Patrick Steinhardt2018-04-302-0/+35
|\ \ \
| * | | worktree: add functions to get name and pathMatt Keeler2018-04-251-0/+23
| * | | tests: fix issue with /tmp paths on macOS[1]Matt Keeler2018-04-251-0/+12
* | | | Merge pull request #4633 from csware/worktree-delererefPatrick Steinhardt2018-04-261-0/+22
|\ \ \ \ | |_|_|/ |/| | |
| * | | Fix deletion of unrelated branch on worktreeSven Strickroth2018-04-201-0/+22
* | | | Merge pull request #4173 from tiennou/mbedtlsEdward Thomson2018-04-221-3/+2
|\ \ \ \
| * | | | tests: clarify commentEtienne Samson2018-04-111-3/+2
| | |/ / | |/| |
* | | | Merge pull request #4525 from pks-t/pks/config-iterate-in-orderEdward Thomson2018-04-221-0/+10
|\ \ \ \ | |_|_|/ |/| | |
| * | | config_file: iterate over keys in the order they were addedPatrick Steinhardt2018-03-261-0/+10
* | | | Merge pull request #4636 from tiennou/fix/leaksPatrick Steinhardt2018-04-201-0/+1
|\ \ \ \
| * | | | tests: free the worktree in add_with_explicit_branchEtienne Samson2018-04-201-0/+1
| | |_|/ | |/| |
* | | | Merge pull request #4577 from csware/reflog-worktree-headPatrick Steinhardt2018-04-201-0/+26
|\ \ \ \
| * | | | worktree: Read worktree specific reflog for HEADSven Strickroth2018-03-271-0/+26
* | | | | fixed stack smashing due to wrong size of struct stat on the stackAndreas Baumann2018-04-191-0/+1
| |/ / / |/| | |
* | | | Merge pull request #4524 from pks-t/pks/worktree-refsEdward Thomson2018-04-171-0/+30
|\ \ \ \
| * | | | worktree: add ability to create worktree with pre-existing branchPatrick Steinhardt2018-02-091-0/+30
* | | | | Merge pull request #4618 from tiennou/fix/pwned-referencesEdward Thomson2018-04-172-0/+3
|\ \ \ \ \
| * | | | | tests: ensure worktrees' head have owners tooEtienne Samson2018-04-101-0/+1
| * | | | | refs: preserve the owning refdb when duping referenceEtienne Samson2018-04-101-0/+2
| | |_|_|/ | |/| | |
* | | | | tests: add information about the crlf data generatorEdward Thomson2018-04-172-0/+14
* | | | | tests: crlf: update POSIX test data to reflect Git 2.9+ behaviorSven Strickroth2018-04-1731-70/+70
* | | | | tests: crlf: update Windows test data to reflect Git 2.9+ behaviorSven Strickroth2018-04-1735-80/+80
* | | | | Merge pull request #4522 from csware/submodules-should-report-parse-errorsEdward Thomson2018-04-171-0/+16
|\ \ \ \ \
| * | | | | Submodule API should report .gitmodules parse errorsSven Strickroth2018-03-271-0/+16
* | | | | | Merge pull request #4556 from libgit2/ethomson/proxy_pass_in_envEdward Thomson2018-04-161-0/+36
|\ \ \ \ \ \
| * | | | | | online::clone: validate user:pass in HTTP_PROXYethomson/proxy_pass_in_envEdward Thomson2018-02-281-0/+36