GitRoot

craft your forge, build your project, grow your community freely
 1---
 2id: "6368"
 3priority: 50
 4sprint: ""
 5assignee: null
 6status: triage
 7kind: issue
 8---
 9
10# Plugin right append is not implemented
11
12In default config and in [plugin rights](../app/libs/goplugin/plugin.go) I have created a `PluginWriteRightCanAppend` but it is not implemented.
13
14To be able to do that, gitroot should provide an `Append(path string, content string)` method.
15
16But plugin should be able to know if user has only append content in file. Maybe reuse `func (repo *GitRootRepositoryWrite) GetDiff(hash plumbing.Hash, filepath string)` from [diff](../app/server/repository/diff.go) but change the return?