| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fileops: rename to "futils.h" to match function signatures | Patrick Steinhardt | 2019-07-20 | 1 | -1/+1 |
| | | | | | | | | | | Our file utils functions all have a "futils" prefix, e.g. `git_futils_touch`. One would thus naturally guess that their definitions and implementation would live in files "futils.h" and "futils.c", respectively, but in fact they live in "fileops.h". Rename the files to match expectations. | ||||
| * | object_type: use new enumeration namesethomson/index_fixes | Edward Thomson | 2018-12-01 | 1 | -2/+2 |
| | | | | | Use the new object_type enumeration names within the codebase. | ||||
| * | Introduce cl_assert_equal_oid | Edward Thomson | 2014-07-01 | 1 | -2/+2 |
| | | |||||
| * | git_checkout_opts -> git_checkout_options | Ben Straub | 2014-03-06 | 1 | -1/+1 |
| | | |||||
| * | Rename tests-clar to tests | Ben Straub | 2013-11-14 | 1 | -0/+58 |
