summaryrefslogtreecommitdiff
path: root/index.c
AgeCommit message (Collapse)Author
2022-07-28everywhere: Fix compiler errors, compiler warnings, and correct typosmrb0nk500
2022-07-28index: rename typedef `index` to `index_t`mrb0nk500
This had to be done because `index()` is a function in the standard library.
2022-07-26index: Add `index_path_exists()`mrb0nk500
This function checks if the converted path of a given index exists, or not. It also returns the converted path in `path` if the path exists.
2022-07-26index: Add a function for converting an index into a string.mrb0nk500
2022-07-26git, index: Move index related functions to `index.{c,h}`mrb0nk500