}
static const char *builtin_attr[] = {
- "[attr]binary -diff -text",
+ "[attr]binary -diff -merge -text",
NULL,
};
int lineno = 0;
if (!fp) {
- if (errno != ENOENT)
- warning(_("unable to access '%s': %s"), path, strerror(errno));
+ if (errno != ENOENT && errno != ENOTDIR)
+ warn_on_inaccessible(path);
return NULL;
}
res = xcalloc(1, sizeof(*res));