Viktor Griph

Results 3 comments of Viktor Griph

Did you try that, instead of grafting repo A to the tip of repo B, do a graft to the first commit in repo B and then merge the repo...

I figured out a work-araound: Adding the following two targets to `Directory.build.targets`: ``` true ```

I've had to tweak my workaround a bit to get the correct result in complex solutions. ```xml true %(Identity) ```