Displaying 2 results from an estimated 2 matches for "cfgstackify".
2018 Nov 02
2
RFC: Dealing with out of tree changes and the LLVM git monorepo
...ge commit itself. But this is a large annoyance --
looking at path histories is a very common task. Making matters worse right
now is that the zipper merge-commit doesn't have the full commit message,
only the first line. That, at least, can be fixed.
4. Other commands like "git log -u -S CFGStackify" become trickier -- it
returns the individual project commit, not the merge commit, and gives the
"wrong" pathnames (without the subproject prefix). So every time you look
at one of these, you need to map it back yourself.
Those are just the first things I tried -- I think there wil...
2018 Nov 02
2
RFC: Dealing with out of tree changes and the LLVM git monorepo
Thanks for writing this up. I think it's a really important point which
deserves discussion.
Ultimately, I think it is a question as to whether to prioritize the easy
switchover for existing out of tree forks, or to prioritize having the best
conversion we can make. I feel very strongly that the latter should be the
priority for the official repository conversion, and that, therefore, we