Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | index: allow add_bypath to update submodulescmn/index-add-submodule | Carlos Martín Nieto | 2015-07-12 | 1 | -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 EDIRECTORY | Carlos Martín Nieto | 2015-07-12 | 1 | -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. |