summaryrefslogtreecommitdiff
path: root/tests/object/tree/attributes.c
Commit message (Collapse)AuthorAgeFilesLines
* refactor: `tests` is now `tests/libgit2`Edward Thomson2022-02-221-118/+0
| | | | | | Like we want to separate libgit2 and utility source code, we want to separate libgit2 and utility tests. Start by moving all the tests into libgit2.
* tree: re-use the id and filename in the odb objectCarlos Martín Nieto2016-03-201-0/+2
| | | | | Instead of copying over the data into the individual entries, point to the originals, which are already in a format we can use.
* Plug a couple of leaksCarlos Martín Nieto2015-01-041-1/+0
|
* treebuilder: rename _create() to _new()cmn/treebuilder-newCarlos Martín Nieto2014-12-271-3/+3
| | | | | | This function is a constructor, so let's name it like one and leave _create() for the reference functions, which do create/write the reference.
* treebuilder: take a repository for path validationEdward Thomson2014-12-171-14/+16
| | | | | | Path validation may be influenced by `core.protectHFS` and `core.protectNTFS` configuration settings, thus treebuilders can take a repository to influence their configuration.
* Rename tests-clar to testsBen Straub2013-11-141-0/+115