craft your forge, build your project, grow your community freely
1---
2id: "aa31"
3priority: 61
4sprint: ""
5assignee: null
6status: triage
7kind: issue
8---
910# Graft mark as renamed all files touched by plugin
1112In [graft](../grafts/20253005-wording.md) you can see `->`:
1314```md
15### issue metadata added
1617b505ee382eedd7de0243fae7fd0292fe6eabb417
1819- -> [issues/300525-fix-some-wording.md](../issues/300525-fix-some-wording.md)
20- +- [issues/300525-fix-some-wording.md](../issues/300525-fix-some-wording.md)
21```2223But ladydug has not renamed file.
2425I think gitroot put a `""` (emtpy string) has `oldPath` in `modFile(oldPath, newPath)` method for others plugins.