summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* status: test submodules with mixed caseEdward Thomson2016-03-31230-0/+422
* Merge pull request #3712 from ethomson/config_duplicate_sectionCarlos Martín Nieto2016-03-291-0/+24
|\
| * config::write::repeated: init our bufferEdward Thomson2016-03-281-1/+1
| * config: show we write a spurious duplicated section headerCarlos Martín Nieto2016-03-281-0/+24
* | Merge pull request #3703 from libgit2/cmn/multivar-set-lockedEdward Thomson2016-03-281-1/+1
|\ \ | |/ |/|
| * config: don't special-case multivars that don't exist yetcmn/multivar-set-lockedCarlos Martín Nieto2016-03-211-1/+1
* | iterator: new workdir-iterator test for pathlist + includings treesMarc Strapetz2016-03-241-0/+26
* | iterator: new index-iterator test for pathlist + includings treesMarc Strapetz2016-03-241-0/+31
* | iterator: more pathlist-related tests should test actual pathsMarc Strapetz2016-03-242-6/+23
* | iterator: don't run the gunk test by default on CIEdward Thomson2016-03-241-1/+1
* | iterator: refactor index iteratorEdward Thomson2016-03-244-58/+688
* | Introduce `git_path_common_dirlen`Edward Thomson2016-03-241-0/+20
* | iterator: give the tests a proper hierarchyEdward Thomson2016-03-247-3332/+3375
* | Added clar test for #3568Jeff Hostetler2016-03-231-0/+129
* | iterator: test that we can `advance_into` empty dirsEdward Thomson2016-03-231-0/+59
* | Failing test.joshaber2016-03-231-10/+53
* | iterator: test pathlist handling for directoriesMarc Strapetz2016-03-232-0/+219
* | iterator: test `advance_over` with a pathlistEdward Thomson2016-03-231-0/+60
* | iterator: add tests for advance_overEdward Thomson2016-03-231-0/+77
* | iterator: test workdir pathlist with deep pathsEdward Thomson2016-03-231-0/+159
* | iterator: workdir tests with submodulesEdward Thomson2016-03-231-0/+80
* | iterator: expand workdir tests with pathlistEdward Thomson2016-03-231-62/+224
* | iterator: test that we're at the end of iterationEdward Thomson2016-03-231-0/+13
* | iterator: test fs iterator w/ many nested empty dirsEdward Thomson2016-03-231-0/+30
* | iterator: skip unreadable directories in fs iteratorEdward Thomson2016-03-231-3/+9
* | iterators: refactored tree iteratorEdward Thomson2016-03-232-11/+4
* | repo::iterator: don't go out of boundsEdward Thomson2016-03-231-2/+2
* | iterator: disambiguate reset and reset_rangeEdward Thomson2016-03-232-3/+3
* | status: update test to include valid OIDEdward Thomson2016-03-231-1/+1
* | Merge pull request #3704 from ethomson/tree-reuseCarlos Martín Nieto2016-03-231-0/+55
|\ \
| * | tree: drop the now-unnecessary entries vectorEdward Thomson2016-03-221-0/+55
* | | blob: remove _fromchunks()cmn/createblob-streamCarlos Martín Nieto2016-03-221-156/+0
* | | blob: fix fromchunks iteration counterCarlos Martín Nieto2016-03-222-6/+6
* | | blob: introduce creating a blob by writing into a streamCarlos Martín Nieto2016-03-221-0/+103
|/ /
* | tree: re-use the id and filename in the odb objectCarlos Martín Nieto2016-03-202-1/+3
|/
* merge drivers: handle configured but not found driverEdward Thomson2016-03-171-0/+18
* merge driver: remove `check` callbackEdward Thomson2016-03-171-124/+7
* merge driver: tests for set and unset merge attributeEdward Thomson2016-03-171-1/+36
* merge driver: tests for custom default merge driversEdward Thomson2016-03-171-0/+59
* merge driver: test GIT_EMERGECONFLICTEdward Thomson2016-03-171-0/+90
* merge driver: test GIT_PASSTHROUGHEdward Thomson2016-03-171-0/+95
* merge driver: introduce custom merge driversEdward Thomson2016-03-171-0/+208
* Fix rebase bug and include test for merge=unionStan Hu2016-03-171-0/+36
* Merge pull request #3673 from libgit2/cmn/commit-with-signatureEdward Thomson2016-03-171-0/+100
|\
| * commit: add function to attach a signature to a commitcmn/commit-with-signatureCarlos Martín Nieto2016-03-151-0/+100
* | Merge pull request #3685 from pks-t/pks/memleaksEdward Thomson2016-03-172-20/+19
|\ \
| * | tests: transport: fix memory leaks with registering transportsPatrick Steinhardt2016-03-111-18/+17
| * | tests: nsec: correctly free nsec_pathPatrick Steinhardt2016-03-111-2/+2
| |/
* | commit: fix extraction of single-line signaturescmn/extract-oneline-sigCarlos Martín Nieto2016-03-171-0/+24
* | Use general cl_git_fail because the error is genericDirkjan Bussink2016-03-141-2/+1