Jeff King <peff@xxxxxxxx> writes: > The best you can probably do is: > > /.readme-docs/* diff=foo > > Since you have no diff.foo.* config, that will behave in the default way > (including respecting the usual "is it binary" checks). So a bit hacky, > but I think it would work as "ignore prior diff". You can say /.readme-docs/* !diff I think. Thre is a difference between setting it to "false" (i.e. Unset) and reverting it to unspecified state. Isn't that what you want here?