Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Plug some leaks | Carlos Martín Nieto | 2015-09-27 | 1 | -0/+5 |
| | |||||
* | git_index_add: allow case changing renames | Edward Thomson | 2015-09-08 | 1 | -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_oid | Edward Thomson | 2014-07-01 | 1 | -2/+2 |
| | |||||
* | index: rename an entry's id to 'id' | Carlos Martín Nieto | 2014-01-25 | 1 | -2/+2 |
| | | | | This was not converted when we converted the rest, so do it now. | ||||
* | Rename tests-clar to tests | Ben Straub | 2013-11-14 | 1 | -0/+50 |