Back to Char

Reference

plugins/git/permissions/autogenerated/reference.md

latest4.0 KB
Original Source

Default Permission

Default permissions for the plugin

This default permission set includes the following:

  • allow-is-repo
  • allow-init
  • allow-status
  • allow-add
  • allow-reset
  • allow-commit
  • allow-log
  • allow-add-remote
  • allow-list-remotes
  • allow-fetch
  • allow-push
  • allow-pull
  • allow-check-conflicts
  • allow-abort-merge
  • allow-get-current-branch

Permission Table

<table> <tr> <th>Identifier</th> <th>Description</th> </tr> <tr> <td>

git:allow-abort-merge

</td> <td>

Enables the abort_merge command without any pre-configured scope.

</td> </tr> <tr> <td>

git:deny-abort-merge

</td> <td>

Denies the abort_merge command without any pre-configured scope.

</td> </tr> <tr> <td>

git:allow-add

</td> <td>

Enables the add command without any pre-configured scope.

</td> </tr> <tr> <td>

git:deny-add

</td> <td>

Denies the add command without any pre-configured scope.

</td> </tr> <tr> <td>

git:allow-add-remote

</td> <td>

Enables the add_remote command without any pre-configured scope.

</td> </tr> <tr> <td>

git:deny-add-remote

</td> <td>

Denies the add_remote command without any pre-configured scope.

</td> </tr> <tr> <td>

git:allow-check-conflicts

</td> <td>

Enables the check_conflicts command without any pre-configured scope.

</td> </tr> <tr> <td>

git:deny-check-conflicts

</td> <td>

Denies the check_conflicts command without any pre-configured scope.

</td> </tr> <tr> <td>

git:allow-commit

</td> <td>

Enables the commit command without any pre-configured scope.

</td> </tr> <tr> <td>

git:deny-commit

</td> <td>

Denies the commit command without any pre-configured scope.

</td> </tr> <tr> <td>

git:allow-fetch

</td> <td>

Enables the fetch command without any pre-configured scope.

</td> </tr> <tr> <td>

git:deny-fetch

</td> <td>

Denies the fetch command without any pre-configured scope.

</td> </tr> <tr> <td>

git:allow-get-current-branch

</td> <td>

Enables the get_current_branch command without any pre-configured scope.

</td> </tr> <tr> <td>

git:deny-get-current-branch

</td> <td>

Denies the get_current_branch command without any pre-configured scope.

</td> </tr> <tr> <td>

git:allow-init

</td> <td>

Enables the init command without any pre-configured scope.

</td> </tr> <tr> <td>

git:deny-init

</td> <td>

Denies the init command without any pre-configured scope.

</td> </tr> <tr> <td>

git:allow-is-repo

</td> <td>

Enables the is_repo command without any pre-configured scope.

</td> </tr> <tr> <td>

git:deny-is-repo

</td> <td>

Denies the is_repo command without any pre-configured scope.

</td> </tr> <tr> <td>

git:allow-list-remotes

</td> <td>

Enables the list_remotes command without any pre-configured scope.

</td> </tr> <tr> <td>

git:deny-list-remotes

</td> <td>

Denies the list_remotes command without any pre-configured scope.

</td> </tr> <tr> <td>

git:allow-log

</td> <td>

Enables the log command without any pre-configured scope.

</td> </tr> <tr> <td>

git:deny-log

</td> <td>

Denies the log command without any pre-configured scope.

</td> </tr> <tr> <td>

git:allow-pull

</td> <td>

Enables the pull command without any pre-configured scope.

</td> </tr> <tr> <td>

git:deny-pull

</td> <td>

Denies the pull command without any pre-configured scope.

</td> </tr> <tr> <td>

git:allow-push

</td> <td>

Enables the push command without any pre-configured scope.

</td> </tr> <tr> <td>

git:deny-push

</td> <td>

Denies the push command without any pre-configured scope.

</td> </tr> <tr> <td>

git:allow-reset

</td> <td>

Enables the reset command without any pre-configured scope.

</td> </tr> <tr> <td>

git:deny-reset

</td> <td>

Denies the reset command without any pre-configured scope.

</td> </tr> <tr> <td>

git:allow-status

</td> <td>

Enables the status command without any pre-configured scope.

</td> </tr> <tr> <td>

git:deny-status

</td> <td>

Denies the status command without any pre-configured scope.

</td> </tr> </table>