summaryrefslogtreecommitdiff
path: root/tests/index
Commit message (Expand)AuthorAgeFilesLines
* 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
* index tests: test capitalization before mkdirhf/master_patchEdward Thomson2014-12-181-2/+4
* Plug leaksCarlos Martín Nieto2014-12-181-0/+2
* Create miscapitialised dirs for case-sensitive filesystemsCarlos Martín Nieto2014-12-181-0/+4
* treebuilder: take a repository for path validationEdward Thomson2014-12-171-0/+21
* index: Check for valid paths before creating an index entryVicent Marti2014-12-161-8/+93
* Spelling fixesWill Stamper2014-12-041-1/+1
* Clean up some memory leaksEdward Thomson2014-10-261-0/+2
* tree-cache: correct the entry_count calculationCarlos Martín Nieto2014-10-221-5/+5
* index: make sure to write cached subtrees if parent is invalidatedCarlos Martín Nieto2014-10-101-0/+53
* index: write out the tree cache extensionCarlos Martín Nieto2014-10-101-6/+79
* index: add tests for the tree cacheCarlos Martín Nieto2014-10-101-0/+110
* Allow to propagate checkout callbacks to git HARD resetSven Strickroth2014-08-032-6/+6
* Introduce cl_assert_equal_oidEdward Thomson2014-07-016-53/+53
* Plug a leak in the testsCarlos Martín Nieto2014-06-031-0/+2
* index: check for valid filemodes on addcmn/index-add-modesCarlos Martín Nieto2014-05-221-0/+15