MCPcopy Index your code
hub / github.com/git/git / git_diff_heuristic_config

Function git_diff_heuristic_config

diff.c:287–293  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

285}
286
287int git_diff_heuristic_config(const char *var, const char *value,
288 void *cb UNUSED)
289{
290 if (!strcmp(var, "diff.indentheuristic"))
291 diff_indent_heuristic = git_config_bool(var, value);
292 return 0;
293}
294
295static int parse_color_moved(const char *arg)
296{

Callers 2

git_diff_basic_configFunction · 0.85
git_blame_configFunction · 0.85

Calls 1

git_config_boolFunction · 0.85

Tested by

no test coverage detected