this modification would keep is-text False if it's unspecified and find is set to True. That's what I would call the "least surprising" and most useful default: like find ., it doesn't have to look into the files to produce a list of them. Those who do want to get only text files, can still specify --is-text no problem. :P
Hello,
this modification would keep
is-text
False if it's unspecified andfind
is set to True. That's what I would call the "least surprising" and most useful default: likefind .
, it doesn't have to look into the files to produce a list of them. Those who do want to get only text files, can still specify --is-text no problem. :P