| 14 | static unsigned int colopts; |
| 15 | |
| 16 | static int column_config(const char *var, const char *value, |
| 17 | const struct config_context *ctx UNUSED, void *cb) |
| 18 | { |
| 19 | return git_column_config(var, value, cb, &colopts); |
| 20 | } |
| 21 | |
| 22 | int cmd_column(int argc, |
| 23 | const char **argv, |
nothing calls this directly
no test coverage detected