-
Notifications
You must be signed in to change notification settings - Fork 445
Closed
Description
delta
0.8 breaks the --side-by-side
option when directly comparing files A and B (without any git
). The option works correctly when diff
output is piped to delta
, but invoked directly on files A and B, delta
seems to ignore the --side-by-side
option.
$ diff -u <(seq 5) <(seq 10) | delta --side-by-side
comparing: /dev/fd/63 ⟶ /dev/fd/62
───────────────────────────────────────────────────────────────────────────────
───┐
3: │
───┘
│ 3 │3 │ 3 │3
│ 4 │4 │ 4 │4
│ 5 │5 │ 5 │5
│ │ │ 6 │6
│ │ │ 7 │7
│ │ │ 8 │8
│ │ │ 9 │9
│ │ │ 10 │10
precor@byteevo-scm:~/Scratch$ seq 5 >a
precor@byteevo-scm:~/Scratch$ seq 10 >b
precor@byteevo-scm:~/Scratch$ delta --side-by-side a b
a ⟶ b
───────────────────────────────────────────────────────────────────────────────
───┐
3: │
───┘
3
4
5
6
7
8
9
10
Metadata
Metadata
Assignees
Labels
No labels