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
Uh oh!
There was an error while loading. Please reload this page.
-
e.g. if i have
foo/,foo/abc_foo.md,foo/do_stuff/some_foo.txtand 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.txtshould be diffed withbar/do_stuff/some_bar.txt.Beta Was this translation helpful? Give feedback.
All reactions