summaryrefslogtreecommitdiff
path: root/tests/index
Commit message (Expand)AuthorAgeFilesLines
* 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
* git_index_add: validate objects in index entries (optionally)Edward Thomson2016-02-281-0/+84
* nsec: update staging test for GIT_USE_NSECSEdward Thomson2016-02-251-0/+9
* win32: introduce p_timeval that isn't stupidEdward Thomson2016-02-121-1/+1
* typos in commentsDmitriy Olshevskiy2015-12-211-1/+1
* tests: fix warning for nested struct initializationPatrick Steinhardt2015-11-301-1/+1
* Fix some warningsJacques Germishuys2015-11-201-1/+0
* racy: make git_index_read_index handle racinessEdward Thomson2015-11-161-0/+48
* racy: ensure git_index_read_tree clears uptodateEdward Thomson2015-11-161-0/+28
* index: test for smudged entries on write onlyEdward Thomson2015-11-161-7/+35
* index: don't detect raciness in uptodate entriesEdward Thomson2015-11-161-0/+77
* Merge pull request #3170 from CmdrMoozy/nsec_fixCarlos Martín Nieto2015-11-121-8/+8
|\
| * Merge branch 'master' into nsec_fix_nextAxel Rasmussen2015-10-011-0/+5
| |\
| * | diff/index: respect USE_NSEC for racily clean file detectionAxel Rasmussen2015-09-181-8/+8
* | | Failing test for case sensitive conflicts in the indexnulltoken2015-11-121-0/+91
* | | index: test that add_bypath preserves symlinksEdward Thomson2015-11-031-0/+29
* | | index: test that we round-trip nsecsEdward Thomson2015-10-221-0/+78
* | | index: also try conflict mode when insertingEdward Thomson2015-09-301-1/+66
* | | index: test that add_bypath preserves modeEdward Thomson2015-09-291-0/+23
| |/ |/|
* | Plug some leaksCarlos Martín Nieto2015-09-271-0/+5
|/
* git_futils_mkdir_*: make a relative-to-base mkdirEdward Thomson2015-09-171-1/+1
* Merge pull request #3353 from ethomson/wrongcase_addCarlos Martín Nieto2015-09-082-0/+199
|\
| * git_index_add: allow case changing renamesEdward Thomson2015-09-082-0/+51
| * index: canonicalize directory case when addingEdward Thomson2015-09-081-0/+148
* | Merge pull request #3381 from leoyanggit/index_directory_iteratorEdward Thomson2015-09-081-0/+21
|\ \ | |/ |/|
| * New API: git_index_find_prefixLeo Yang2015-09-041-0/+21
* | Merge pull request #3366 from libgit2/cmn/index-hashmapEdward Thomson2015-09-062-0/+34
|\ \ | |/ |/|
| * index: add tests around case switchingCarlos Martín Nieto2015-08-142-0/+34
* | win32: ensure hidden files can be stagedEdward Thomson2015-08-032-0/+61
|/
* index: test that an unregistered submodule gets stagedCarlos Martín Nieto2015-08-011-1/+7
* index: add test for adding an old-style submodule to indexLinquize2015-08-011-0/+7
* index: allow add_bypath to update submodulescmn/index-add-submoduleCarlos Martín Nieto2015-07-121-0/+12
* blob: fail to create a blob from a dir with EDIRECTORYCarlos Martín Nieto2015-07-121-0/+23
* index tests: add eol to avoid compiler warningEdward Thomson2015-06-301-1/+1
* index test: include repository.h for declEdward Thomson2015-06-291-0/+1