summaryrefslogtreecommitdiff
path: root/src/buildtool/execution_engine/tree_operations
AgeCommit message (Collapse)Author
2025-04-08Tree-overlay utils: also report the path within the original treeKlaus Aehlig
... instead of only the file name. Having the full path into the tree makes it more easy for the user to understand the root cause of a conflict.
2025-04-08Improve reporting on tree errorsKlaus Aehlig
- break lines at logicial point, following the layout of our other error messages - fix a typo - properly quote the path of the conflict
2025-04-07TreeOperationsUtils: sequential version of tree overlay computationSascha Roloff