GitRoot

craft your forge, build your project, grow your community freely
priority
50
assignee
null
kind
issue
id
"6368"
sprint
""
status
triage

Plugin right append is not implemented

In default config and in plugin rights I have created a PluginWriteRightCanAppend but it is not implemented.

To be able to do that, gitroot should provide an Append(path string, content string) method.

But 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 but change the return?