Skip to content
Commit 223b1588 authored by Dimitrios Apostolou's avatar Dimitrios Apostolou
Browse files

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
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment