summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Setup better defaults for OpenSSL ciphersDirkjan Bussink2016-03-141-0/+9
|/
* Merge pull request #3623 from ethomson/rebase_with_commitCarlos Martín Nieto2016-03-093-5/+288
|\
| * rebase: additional tests for completing a rebaseEdward Thomson2016-02-282-5/+83
| * rebase: additional setup tests of exotic behaviorEdward Thomson2016-02-171-0/+205
* | odb: Handle corner cases in `git_odb_expand_ids`Vicent Marti2016-03-091-0/+9
* | Merge pull request #3656 from ethomson/exists_prefixesVicent Marti2016-03-081-0/+146
|\ \
| * | git_odb_expand_ids: accept git_odb_expand_id arrayEdward Thomson2016-03-081-50/+45
| * | git_odb_expand_ids: rename func, return the typeEdward Thomson2016-03-081-21/+31
| * | git_odb_exists_many_prefixes: query odb for multiple short idsEdward Thomson2016-03-071-0/+141
* | | Merge pull request #3555 from cbargren/ssh-git-protocolsEdward Thomson2016-03-081-0/+10
|\ \ \
| * | | Adding test cases that actually test the functionality of the new transportChris Bargren2015-12-281-0/+6
| * | | Adding spec coverage for ssh+git and git+ssh protocolsChris Bargren2015-12-221-0/+4
* | | | Merge pull request #3652 from libgit2/cmn/commit-to-memoryEdward Thomson2016-03-081-0/+39
|\ \ \ \
| * | | | commit: split creating the commit and writing it outcmn/commit-to-memoryCarlos Martín Nieto2016-03-081-0/+39
| | |/ / | |/| |
* | | | Merge pull request #3655 from ethomson/nanosecond_defaultsCarlos Martín Nieto2016-03-083-30/+65
|\ \ \ \ | |/ / / |/| | |
| * | | index::racy: force racy entryEdward Thomson2016-03-081-19/+12
| * | | index::nsec: don't expect shit filesystems to not suckEdward Thomson2016-03-071-9/+51
| * | | merge::workdir::dirty: update to use `st_ctime_nsec`Edward Thomson2016-03-071-2/+2
* | | | treebuilder: don't try to verify submodules exist in the odbcmn/treebuilder-submoduleCarlos Martín Nieto2016-03-041-0/+12
|/ / /
* | | tests: take the version from our defineCarlos Martín Nieto2016-03-031-1/+1
* | | tests: plug a leakCarlos Martín Nieto2016-03-031-0/+1
* | | turn on strict object validation by defaultEdward Thomson2016-02-283-28/+28
* | | tests: use legitimate object idsEdward Thomson2016-02-2812-44/+57
* | | refs: honor strict object creationEdward Thomson2016-02-281-2/+24
* | | git_index_add: validate objects in index entries (optionally)Edward Thomson2016-02-281-0/+84
* | | treebuilder: validate tree entries (optionally)Edward Thomson2016-02-281-0/+55
* | | git_commit: validate tree and parent idsEdward Thomson2016-02-281-5/+106
* | | Merge pull request #3577 from rossdylan/rossdylan/pooldebugEdward Thomson2016-02-281-0/+6
|\ \ \
| * | | Add a new build flag to disable the pool allocator and pass all git_pool_mall...Ross Delinger2016-01-121-0/+6
* | | | nsec: update staging test for GIT_USE_NSECSEdward Thomson2016-02-251-0/+9
* | | | git_libgit2_opts: validate keyEdward Thomson2016-02-221-0/+6
* | | | Merge pull request #3613 from ethomson/fixupsCarlos Martín Nieto2016-02-187-11/+11
|\ \ \ \
| * | | | win32: drop incorrect `const`nessEdward Thomson2016-02-161-1/+1
| * | | | win32: introduce p_timeval that isn't stupidEdward Thomson2016-02-125-6/+6
| * | | | merge tests: correct castsEdward Thomson2016-02-111-3/+3
| * | | | reset test: fix initialization warningEdward Thomson2016-02-111-1/+1
* | | | | Merge pull request #3619 from ethomson/win32_forbiddenCarlos Martín Nieto2016-02-1814-6/+212
|\ \ \ \ \
| * | | | | index: allow read of index w/ illegal entriesEdward Thomson2016-02-171-6/+6
| * | | | | win32: tests around handling forbidden pathsEdward Thomson2016-02-1713-0/+206
| | |_|/ / | |/| | |
* | | | | commit: expose the different kinds of errorsCarlos Martín Nieto2016-02-161-0/+11
* | | | | rebase: persist a single in-memory indexEdward Thomson2016-02-152-6/+24
| |_|_|/ |/| | |