Johannes Schindelin <johannes.schindelin@xxxxxx> writes: > + if (strcmp(var, "receive.fsck.skiplist") == 0) { > + const char *path = is_absolute_path(value) ? > + value : git_path("%s", value); This "either absolute or inside $GIT_DIR" looks somewhat strange to me. Shouldn't we mimick what "git config --path" does instead? -- To unsubscribe from this list: send the line "unsubscribe git" in