summaryrefslogtreecommitdiff
path: root/tests/index
Commit message (Expand)AuthorAgeFilesLines
* clar: include the function nameethomson/clar_tapEdward Thomson2020-06-053-22/+22
* tests: index::version: write v4 index: re-open repo to read written v4 indexPatrick Wang2020-05-271-1/+4
* tests: add missing error checksPatrick Steinhardt2020-02-072-3/+2
* index: ensure that we respect core.protectNTFS=falseEdward Thomson2019-12-101-0/+20
* path: protect NTFS everywhereEdward Thomson2019-12-101-0/+15
* test: ensure we can't add a protected pathEdward Thomson2019-12-101-0/+56
* test: improve badname verification testEdward Thomson2019-12-101-9/+9
* test: ensure index adds validate new protection rulesEdward Thomson2019-12-101-0/+3
* test: improve badname verification testEdward Thomson2019-12-101-12/+12
* internal: use off64_t instead of git_off_tethomson/off_tEdward Thomson2019-11-251-1/+1
* fileops: rename to "futils.h" to match function signaturesPatrick Steinhardt2019-07-201-1/+1
* configuration: cvar -> configmapPatrick Steinhardt2019-07-181-1/+1
* index: rename `frombuffer` to `from_buffer`Edward Thomson2019-06-164-17/+17
* index test: cast times explicitlyEdward Thomson2019-01-251-2/+2
* index: preserve extension parsing errorsEtienne Samson2019-01-241-0/+21
* git_error: use new names in internal APIs and usageEdward Thomson2019-01-222-4/+4
* Merge pull request #4925 from lhchavez/fix-a-bunch-of-warningsEdward Thomson2019-01-171-2/+2
|\
| * Windows is hard.lhchavez2019-01-061-2/+2
| * Attempt at fixing the MingW64 compilationlhchavez2019-01-061-2/+2
* | Fix Linux warningslhchavez2019-01-081-8/+8
* | tests: add missing assertsEtienne Samson2019-01-041-0/+2
|/
* Additional core.autocrlf and core.safecrlf testsSven Strickroth2018-12-031-1/+43
* index::crlf: better error reporting in core git testsEdward Thomson2018-12-031-8/+25
* index::crlf: simplify test caseEdward Thomson2018-12-031-60/+42
* crlf tests: use known-good data produced by gitSven Strickroth2018-12-031-1/+206
* object_type: use new enumeration namesethomson/index_fixesEdward Thomson2018-12-014-4/+4
* index: use new enum and structure namesEdward Thomson2018-12-019-56/+56
* Merge pull request #4884 from libgit2/ethomson/index_iteratorPatrick Steinhardt2018-11-211-3/+90
|\
| * index: introduce git_index_iteratorethomson/index_iteratorEdward Thomson2018-11-141-3/+90
* | Merge pull request #4818 from pks-t/pks/index-collisionPatrick Steinhardt2018-11-131-2/+49
|\ \ | |/ |/|
| * index: fix adding index entries with conflicting filesPatrick Steinhardt2018-10-191-2/+49
* | index: add failing test for writing an invalid tree from an unowned indexCarlos Martín Nieto2018-10-081-0/+24
|/
* tests: verify adding index conflicts with invalid filemodes failsPatrick Steinhardt2018-08-241-0/+42
* treewide: remove use of C++ style commentsPatrick Steinhardt2018-07-135-5/+5
* settings: optional unsaved index safetyEdward Thomson2018-06-291-1/+15
* index: return a unique error code on dirty indexEdward Thomson2018-06-291-0/+22
* index: commit the changes to the index properlyEdward Thomson2018-06-292-8/+14
* index: test dirty index bitEdward Thomson2018-06-291-0/+53
* index::addall tests: write the indexEdward Thomson2018-06-261-0/+17
* index::reuc tests: test that checkout succeedsEdward Thomson2018-06-261-8/+8
* index::names tests: add conflicts with high stagesEdward Thomson2018-06-261-0/+37
* Convert usage of `git_buf_free` to new `git_buf_dispose`Patrick Steinhardt2018-06-104-13/+13
* tests: index::filemodes: fix use of uninitialized memoryPatrick Steinhardt2018-02-191-0/+1
* git_index_add_frombuffer: only accept files/linksethomson/index_add_requires_filesEdward Thomson2018-02-181-0/+61
* tests: index::tests: create sandboxed repo for lockingPatrick Steinhardt2017-06-231-1/+5
* tests: index::version: improve write test for index v4Patrick Steinhardt2017-06-061-14/+27
* tests: index::version: verify we write compressed index entriesPatrick Steinhardt2017-06-061-0/+60
* tests: index::version: add test to read index version v4Patrick Steinhardt2017-06-061-0/+23
* tests: index::version: move up cleanup functionPatrick Steinhardt2017-06-061-6/+6
* tests: index: do not re-allocate indexPatrick Steinhardt2016-08-291-2/+0