summaryrefslogtreecommitdiff
path: root/tests/object
Commit message (Expand)AuthorAgeFilesLines
* tree: rename from_tree to validate and clarify the tree in the testcmn/null-oid-existing-treeCarlos Martín Nieto2018-07-271-0/+1
* tree: accept null ids in existing trees when updatingCarlos Martín Nieto2018-07-181-0/+15
* treewide: remove use of C++ style commentsPatrick Steinhardt2018-07-137-36/+38
* Convert usage of `git_buf_free` to new `git_buf_dispose`Patrick Steinhardt2018-06-108-20/+20
* tree: initialize the id we use for testing submodule insertionscmn/tree-write-initialiseCarlos Martín Nieto2018-02-281-0/+1
* tree: reject writing null-OID entries to a treePatrick Steinhardt2018-01-261-0/+11
* object validation: free some memleaksethomson/memleakEdward Thomson2017-05-011-0/+1
* odb: add option to turn off hash verificationPatrick Steinhardt2017-04-281-0/+5
* odb: verify object hashesPatrick Steinhardt2017-04-281-0/+22
* tests: object: test looking up corrupted objectsPatrick Steinhardt2017-04-281-0/+30
* tests: object: create sandboxPatrick Steinhardt2017-04-281-3/+2
* tree: add a failing test for unsorted inputCarlos Martín Nieto2016-11-141-0/+57
* tests: blob: remove unused callback functionPatrick Steinhardt2016-08-091-16/+0
* threads: split up OS-dependent thread codePatrick Steinhardt2016-06-201-2/+2
* tree: handle removal of all entries in the updatercmn/remove-single-entryCarlos Martín Nieto2016-05-241-0/+32
* tree: plug leaks in the tree updatercmn/tree-update-basenameCarlos Martín Nieto2016-05-191-1/+2
* tree: use testrepo2 for the tree updater testsCarlos Martín Nieto2016-05-191-9/+38
* Introduce a function to create a tree based on a different onecmn/tree-updateCarlos Martín Nieto2016-05-171-0/+167
* tag: ignore extra header fieldscmn/silly-tagsCarlos Martín Nieto2016-04-251-0/+37
* 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-201-0/+2
* treebuilder: don't try to verify submodules exist in the odbcmn/treebuilder-submoduleCarlos Martín Nieto2016-03-041-0/+12
* turn on strict object validation by defaultEdward Thomson2016-02-281-6/+6
* tests: use legitimate object idsEdward Thomson2016-02-281-13/+18
* treebuilder: validate tree entries (optionally)Edward Thomson2016-02-281-0/+55
* conflict tests: use GIT_IDXENTRY_STAGE_SETEdward Thomson2015-05-281-3/+3
* Plug a couple of leaksCarlos Martín Nieto2015-01-041-1/+0
* treebuilder: rename _create() to _new()cmn/treebuilder-newCarlos Martín Nieto2014-12-273-14/+14
* treebuilder: take a repository for path validationEdward Thomson2014-12-173-32/+74
* peel: reject bad queries with EINVALIDSPECcmn/peeling-errorsCarlos Martín Nieto2014-11-221-13/+26
* Factor 40 and 41 constants from source.Ciro Santilli2014-09-161-1/+1
* oid: Export `git_oid_tostr_s` instead of `_allocfmt`vmg/tostr_sVicent Marti2014-08-181-3/+2
* Introduce cl_assert_equal_oidEdward Thomson2014-07-012-7/+7
* treebuilder: use a map instead of vector to store the entriesCarlos Martín Nieto2014-06-101-2/+6
* Win32: Fix object::cache::threadmania test on x64Philip Kelley2014-06-071-2/+2
* message: don't assume the comment charcmn/comment-charCarlos Martín Nieto2014-05-182-8/+8
* Merge pull request #2334 from libgit2/rb/fix-2333Russell Belfer2014-05-121-3/+10
|\
| * Be more careful with user-supplied buffersrb/fix-2333Russell Belfer2014-05-081-3/+10
* | Add filter options and ALLOW_UNSAFERussell Belfer2014-05-061-1/+1
|/
* commit: safer commit creation with reference updatecmn/commit-create-safeCarlos Martín Nieto2014-04-301-0/+9
* Add failing test for git_object_short_idJiri Pospisil2014-03-101-0/+7
* Add git_object_short_id API to get short id stringRussell Belfer2014-03-041-0/+44
* Add git_commit_amend APIRussell Belfer2014-02-071-0/+76
* Merge pull request #2027 from libgit2/rb/only-windows-is-windowsBen Straub2014-02-051-9/+91
|\
| * Further tree building tests with hard pathsRussell Belfer2014-01-031-6/+40
| * Tree accessor tests with hard path namesRussell Belfer2014-01-031-9/+57
* | Merge pull request #2075 from libgit2/cmn/leftover-oidVicent Marti2014-01-272-4/+4
|\ \
| * | index: rename an entry's id to 'id'Carlos Martín Nieto2014-01-252-4/+4
| |/