summaryrefslogtreecommitdiff
path: root/tests/index
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* index, iterator, fetchhead: plug leaksleaksCarlos Martín Nieto2015-06-261-1/+4
* index: add a diff test for smudging a file which becomes emptyCarlos Martín Nieto2015-06-221-0/+43
* tests: move racy tests to the indexCarlos Martín Nieto2015-06-221-0/+100
* index: user a better assertion when comparing sizesCarlos Martín Nieto2015-06-191-2/+2
* Fixed build warnings on Xcode 6.1Pierre-Olivier Latour2015-06-021-3/+2
* git_index_add_all: test that conflicts are handledEdward Thomson2015-05-281-49/+104
* introduce `git_index_entry_is_conflict`Edward Thomson2015-05-281-2/+2
* conflict tests: use GIT_IDXENTRY_STAGE_SETEdward Thomson2015-05-282-15/+15
* index: validate mode of new conflictsEdward Thomson2015-05-281-1/+8
* conflicts: when adding conflicts, remove stagedEdward Thomson2015-05-281-0/+50
* index_add_all: include untracked files in new subdirsEdward Thomson2015-05-201-0/+23
* index: include TYPECHANGE in the diffCarlos Martín Nieto2015-05-141-0/+13
* index: introduce git_index_read_indexEdward Thomson2015-05-111-0/+73
* Fix index-adding functions to know when to trust filemodes.John Fultz2015-04-211-0/+79
* Merge commit 'refs/pull/2879/head' of ssh://github.com/libgit2/libgit2Carlos Martín Nieto2015-03-111-0/+122
|\
| * Add API to add a memory buffer to an indexDamien PROFETA2015-02-251-0/+122
* | reset: remove reflog message overrideCarlos Martín Nieto2015-03-032-6/+6
* | Remove the signature from ref-modifying functionsCarlos Martín Nieto2015-03-032-6/+6
|/
* git_indexwriter: lock then write the indexEdward Thomson2015-02-141-0/+21