summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #3411 from spraints/custom-push-headersCarlos Martín Nieto2015-09-306-17/+44
|\
| * Add a test for custom header validationMatt Burke2015-09-101-0/+27
| * Tell the git_transport about the custom_headersMatt Burke2015-09-085-17/+17
* | win32::longpath: don't print pathlongpath-printfEdward Thomson2015-09-281-2/+0
* | Merge pull request #3441 from libgit2/cmn/badsslEdward Thomson2015-09-281-0/+27
|\ \
| * | net: add tests against badssl.comcmn/badsslCarlos Martín Nieto2015-09-271-0/+27
* | | Plug some leaksCarlos Martín Nieto2015-09-272-0/+7
|/ /
* | Fix binary diffsGuille -bisho-2015-09-251-7/+14
* | win32: test checkout msg on long path errEdward Thomson2015-09-231-0/+62
* | Merge pull request #3434 from ethomson/reservednamesCarlos Martín Nieto2015-09-2123-0/+69
|\ \
| * | repo::reservedname: test a submodule updateEdward Thomson2015-09-1823-0/+69
* | | config: test that comments are left as with gitLinquize2015-09-181-3/+8
* | | Fix a couple of warningsCarlos Martín Nieto2015-09-182-2/+1
* | | mkdir: find component paths for mkdir_relativeEdward Thomson2015-09-171-7/+8
* | | core::mkdir tests: ensure we don't stomp symlinks in mkdirEdward Thomson2015-09-171-0/+34
* | | core::mkdir tests: include absolute mkdirsEdward Thomson2015-09-171-0/+35
* | | git_futils_mkdir_*: make a relative-to-base mkdirEdward Thomson2015-09-1716-73/+73
|/ /
* | checkout: overwrite files with differing modesEdward Thomson2015-09-161-1/+2
* | checkout::tree tests: don't use hardcoded modeEdward Thomson2015-09-161-8/+8
* | checkout::tree tests: don't use static bufferEdward Thomson2015-09-161-6/+9
* | Check that checkout preserves filemode in working directory.Matti Virolainen2015-09-161-0/+63
* | Check that an executable in index is not an executable after checkout.Matti Virolainen2015-09-161-0/+11
* | cl_git_path_url: assert sane static buffer sizeEdward Thomson2015-09-141-0/+2
* | clone::nonetwork: don't use fixed size bufferEdward Thomson2015-09-141-3/+6
* | Merge pull request #3425 from ethomson/diriter_rootCarlos Martín Nieto2015-09-131-0/+29
|\ \
| * | diriter: test we can iterate rootEdward Thomson2015-09-131-0/+29
* | | Merge pull request #3423 from libgit2/cmn/push-tests-inline-oidCarlos Martín Nieto2015-09-133-11/+6
|\ \ \ | |/ / |/| |
| * | push: put the git_oid inline in the test structurecmn/push-tests-inline-oidCarlos Martín Nieto2015-09-133-11/+6
* | | Don't free config in `git_transaction_commit`.Arthur Schreiber2015-09-131-0/+10
* | | Merge branch 'cmn/ignore-dir-check'Carlos Martín Nieto2015-09-131-0/+17
|\ \ \
| * | | ignore: add test and adjust style and comment for dir with wildmatchCarlos Martín Nieto2015-09-131-0/+17
* | | | Merge pull request #3370 from libgit2/cmn/submodule-refactorCarlos Martín Nieto2015-09-131-0/+55
|\ \ \ \ | |_|/ / |/| | |
| * | | submodule: add a test for a renamed submdoule dircmn/submodule-refactorCarlos Martín Nieto2015-09-101-0/+55
* | | | diff::workdir: ensure ignored files are not returnedEdward Thomson2015-09-121-0/+43
|/ / /
* | | futils: ensure we can write a hidden fileEdward Thomson2015-09-081-0/+68
* | | filebuf: ensure we can lock a hidden fileEdward Thomson2015-09-081-0/+26
* | | Merge pull request #3353 from ethomson/wrongcase_addCarlos Martín Nieto2015-09-082-0/+199
|\ \ \
| * | | git_index_add: allow case changing renamesEdward Thomson2015-09-082-0/+51
| * | | index: canonicalize directory case when addingEdward Thomson2015-09-081-0/+148
* | | | Merge pull request #3381 from leoyanggit/index_directory_iteratorEdward Thomson2015-09-081-0/+21
|\ \ \ \ | |/ / / |/| | |
| * | | New API: git_index_find_prefixLeo Yang2015-09-041-0/+21
| | |/ | |/|
* | | Merge pull request #3413 from libgit2/cmn/follow-symlinkEdward Thomson2015-09-061-0/+53
|\ \ \
| * | | filebuf: follow symlinks when creating a lock filecmn/follow-symlinkCarlos Martín Nieto2015-09-051-0/+53
| |/ /
* | | Merge pull request #3366 from libgit2/cmn/index-hashmapEdward Thomson2015-09-062-0/+34
|\ \ \ | |/ / |/| |
| * | index: add tests around case switchingCarlos Martín Nieto2015-08-142-0/+34
* | | Merge pull request #3402 from ethomson/faster_diffCarlos Martín Nieto2015-09-017-162/+962
|\ \ \
| * | | iterator test: handle case (in)sensitivityEdward Thomson2015-08-311-3/+26
| * | | iterator test: use new iter opts in fifo testEdward Thomson2015-08-311-2/+5
| * | | iterator: saner pathlist matching for idx iteratorEdward Thomson2015-08-312-24/+70
| * | | status test: brackets are now literalEdward Thomson2015-08-301-2/+2