summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* tests: iterator::workdir: fix reference count in stale testPatrick Steinhardt2018-01-031-1/+1
* tests: iterator_helpers: assert number of iterator itemsPatrick Steinhardt2018-01-031-2/+1
* tests: status::worktree: indicate skipped tests on Win32Patrick Steinhardt2018-01-034-0/+10
* Merge pull request #4408 from hkleynhans/pos_neg_zero_offset_sigPatrick Steinhardt2017-11-121-0/+27
|\
| * signature: distinguish +0000 and -0000 UTC offsetsHenry Kleynhans2017-11-121-0/+27
* | clar: verify command line arguments before executeYoney2017-11-111-2/+9
|/
* Merge pull request #4308 from pks-t/pks/header-state-machineEdward Thomson2017-11-111-0/+21
|\
| * patch_parse: fix parsing patches only containing exact renamesPatrick Steinhardt2017-09-011-0/+21
* | Merge pull request #4283 from tiennou/generic-tlsPatrick Steinhardt2017-11-093-5/+9
|\ \
| * | cmake: Add USE_HTTPS as a CMake optionEtienne Samson2017-10-231-1/+1
| * | clar: exit immediately on initialization failureEtienne Samson2017-10-231-1/+6
| * | stream: Gather streams to src/streamsEtienne Samson2017-10-231-1/+1
| * | cmake: simplify some HTTPS testsEtienne Samson2017-10-232-3/+2
* | | Merge pull request #4386 from novalis/gitignore-ignore-spaceCarlos Martín Nieto2017-11-041-0/+10
|\ \ \
| * | | Ignore trailing whitespace in .gitignore files (as git itself does)David Turner2017-10-291-0/+10
| |/ /
* | | Merge remote-tracking branch 'upstream/master' into pks/conditional-includesCarlos Martín Nieto2017-11-043-24/+46
|\ \ \
| * | | config: add failing test for preserving case when writing keysCarlos Martín Nieto2017-10-301-0/+23
| |/ /
| * | cmake: use project-relative binary and source directoriesPatrick Steinhardt2017-10-201-7/+7
| * | tests: checkout::tree: check that the status list catches mode changesPatrick Steinhardt2017-10-091-0/+2
| * | tests: checkout::tree: extract check for status entrycountPatrick Steinhardt2017-10-091-17/+14
* | | tests: resolve the real path for the sandbox in includeIf testsCarlos Martín Nieto2017-10-311-6/+14
* | | config_file: implement "gitdir/i" conditionalPatrick Steinhardt2017-10-091-0/+13
* | | config_file: implement conditional "gitdir" includesPatrick Steinhardt2017-10-091-0/+82
* | | config: pass repository when opening config filesPatrick Steinhardt2017-10-096-39/+39
|/ /
* | Merge pull request #4369 from libgit2/ethomson/checkout_typechangePatrick Steinhardt2017-10-091-0/+45
|\ \
| * | checkout: test force checkout when mode changesethomson/checkout_typechangeEdward Thomson2017-10-071-0/+45
* | | refs: do not use peeled OID if peeling to a tagPatrick Steinhardt2017-10-061-0/+12
|/ /
* | cmake: unify version check for target include directoriesPatrick Steinhardt2017-09-201-1/+3
* | cmake: distinguish libgit2 objects and sourcesPatrick Steinhardt2017-09-201-1/+1
* | tests: deterministically generate test suite definitionsPatrick Steinhardt2017-08-301-3/+5
* | Merge pull request #4296 from pks-t/pks/pattern-based-gitignoreEdward Thomson2017-08-252-0/+70
|\ \
| * | ignore: honor case insensitivity for negative ignoresPatrick Steinhardt2017-08-251-0/+34
| * | tests: status: additional test for negative ignores with patternPatrick Steinhardt2017-08-251-0/+27
| * | ignore: keep negative rules containing wildcardsPatrick Steinhardt2017-08-251-0/+9
| |/
* | submodule: refuse lookup in bare repositoriesPatrick Steinhardt2017-08-2513-0/+39
* | tests: submodule: add explicit cleanup function in lookup testsPatrick Steinhardt2017-08-251-0/+5
* | tests: submodule: fix declaration of testPatrick Steinhardt2017-08-251-1/+2
|/
* cmake: keep track of libraries and includes via listsPatrick Steinhardt2017-08-161-7/+4
* cmake: move defines into "features.h" headerPatrick Steinhardt2017-08-161-1/+1
* cmake: create separate CMakeLists.txt for testsPatrick Steinhardt2017-08-161-0/+66
* cmake: create own precompiled headers for testsPatrick Steinhardt2017-08-162-0/+5
* Merge branch '4233'Edward Thomson2017-07-311-5/+77
|\
| * remote: test creating and fetching detached remotesPatrick Steinhardt2017-05-051-0/+38
| * tests: online::remotes: add defines for URL and refspecPatrick Steinhardt2017-05-051-5/+6
| * remote: reject various actions for detached remotesPatrick Steinhardt2017-05-051-0/+33
* | tests: rebase::submodule: verify initialization method callsPatrick Steinhardt2017-07-281-7/+7
* | Merge pull request #4275 from tiennou/fix-rebase-submodule-testEdward Thomson2017-07-273-7/+36
|\ \
| * | tests: fix the rebase-submodule testEtienne Samson2017-07-252-7/+36
| * | Remove invalid submoduleEtienne Samson2017-07-201-0/+0
* | | Merge pull request #4250 from pks-t/pks/config-file-iterationEdward Thomson2017-07-191-42/+55
|\ \ \