GitRoot
craft your forge, build your project, grow your community freely
- kind
- issue
- priority
- 50
- sprint
- ''
- id
- 'b051'
- assignee
- null
- status
- triage
Change way plugins run
Today, we do:
- for each plugin
- for each cmds
- for each files
It could be better to do:
- for each cmds
- for each files
- for each plugin
Like that we checkout and compute diff only one time by cmd.