summaryrefslogtreecommitdiff
path: root/tests/index/bypath.c
Commit message (Collapse)AuthorAgeFilesLines
* index: allow add_bypath to update submodulescmn/index-add-submoduleCarlos Martín Nieto2015-07-121-0/+12
| | | | | Similarly to how git itself does it, allow the index update operation to stage a change in a submodule's HEAD.
* blob: fail to create a blob from a dir with EDIRECTORYCarlos Martín Nieto2015-07-121-0/+23
This also affects `git_index_add_bypath()` by providing a better error message and a specific error code when a directory is passed.