is there a way to provide a pattern for file paths to diff? #1716
Unanswered
andrewbanchich
asked this question in
Q&A
Replies: 1 comment 1 reply
-
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
e.g. if i have
foo/
,foo/abc_foo.md
,foo/do_stuff/some_foo.txt
and alsobar/
,bar/abc_bar.md
,bar/do_stuff/some_bar.txt
, i'd like to be able to tell delta that the file structures are the same except forfoo
->bar
, sofoo/do_stuff/some_foo.txt
should be diffed withbar/do_stuff/some_bar.txt
.Beta Was this translation helpful? Give feedback.
All reactions