GitRoot

craft your forge, build your project, grow your community freely
 1---
 2id: "aa31"
 3priority: 61
 4sprint: ""
 5assignee: null
 6status: triage
 7kind: issue
 8---
 9
10# Graft mark as renamed all files touched by plugin
11
12In [graft](../grafts/20253005-wording.md) you can see `->`:
13
14```md
15### issue metadata added
16
17b505ee382eedd7de0243fae7fd0292fe6eabb417
18
19- -> [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```
22
23But ladydug has not renamed file.
24
25I think gitroot put a `""` (emtpy string) has `oldPath` in `modFile(oldPath, newPath)` method for others plugins.