Avoid invoking diff for short outputs that are identical
Commands with short outputs, like `stat`, `getfacl` and `lsattr`, now store all their output in memory buffers and we run an in-memory comparison first. We proceed to call `diff` only if the buffers are not identical.
parent
cc38d8e4
No related branches found
No related tags found
Loading
Please register or sign in to comment