-
Why are there two separate source folders — This is extremely confusing and counterproductive. In a typical development workflow, there should be a single canonical source directory. Having both folders present with overlapping or similar content makes it very hard to track down where changes should be made, and whether they’re being picked up by the toolchain at all.
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
OK, I see, the |
Beta Was this translation helpful? Give feedback.
-
It's for generating patches. You have to compare against something to make a diff. |
Beta Was this translation helpful? Give feedback.
It's for generating patches. You have to compare against something to make a diff.