| 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. | ||||
| * | status test: brackets are now literal | Edward Thomson | 2015-08-30 | 1 | -2/+2 |
| | | |||||
| * | Fixed a couple Clang warnings | Pierre-Olivier Latour | 2014-11-10 | 1 | -1/+0 |
| | | |||||
| * | git_status_file now takes an exact path | Ungureanu Marius | 2014-11-07 | 1 | -3/+1 |
| | | | | | | | This function has one output but can match multiple files, which can be unexpected for the user, which would usually path the exact path of the file he wants the status of. | ||||
| * | Rename tests-clar to tests | Ben Straub | 2013-11-14 | 1 | -0/+341 |
