summaryrefslogtreecommitdiff
path: root/tests/index/rename.c
Commit message (Collapse)AuthorAgeFilesLines
* Plug some leaksCarlos Martín Nieto2015-09-271-0/+5
|
* git_index_add: allow case changing renamesEdward Thomson2015-09-081-0/+31
| | | | | | | | | | | On case insensitive platforms, allow `git_index_add` to provide a new path for an existing index entry. Previously, we would maintain the case in an index entry without the ability to change it (except by removing an entry and re-adding it.) Higher-level functions (like `git_index_add_bypath` and `git_index_add_frombuffers`) continue to keep the old path for easier usage.
* Introduce cl_assert_equal_oidEdward Thomson2014-07-011-2/+2
|
* index: rename an entry's id to 'id'Carlos Martín Nieto2014-01-251-2/+2
| | | | This was not converted when we converted the rest, so do it now.
* Rename tests-clar to testsBen Straub2013-11-141-0/+50