-
Notifications
You must be signed in to change notification settings - Fork 444
Closed
Description
Hi !
When doing diff -u a.txt b.txt | delta
it's working great.
But doing diff -ur dir_a dir_b | delta
is not working, even if there is only one file different
The diff output is so close in both case, i think (hope) the feature should not be hard to implement.
Thanks !
Edit:
- if i have only diff in files, this is working by doing
diff -u -r dir_a dir_b | delta
butdiff -ur
ordiff -ru
doesn't work. - If I have a a new file (added or deleted) before starting to parse (
touch dir_a/aaa
) it will not work, but if it's at the end (touch dir_a/zzz
), it will work great !
Metadata
Metadata
Assignees
Labels
No labels