summaryrefslogtreecommitdiff
path: root/tests/index
Commit message (Expand)AuthorAgeFilesLines
* 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
* index: support index v4David Turner2016-08-101-0/+41
* odb: actually insert the empty blob in testsethomson/empty_blobEdward Thomson2016-08-051-31/+29
* index: include conflicts in `git_index_read_index`ethomson/read_index_conflictsEdward Thomson2016-06-293-8/+112
* test: ensure we can round-trip a written treeEdward Thomson2016-06-021-0/+23
* round-trip trees through index_read_indexEdward Thomson2016-06-021-0/+32
* tests: nsec: correctly free nsec_pathPatrick Steinhardt2016-03-111-2/+2
* 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
* turn on strict object validation by defaultEdward Thomson2016-02-281-18/+18
* tests: use legitimate object idsEdward Thomson2016-02-285-24/+30