diff options
author | Jacopo <beschi.jacopo@gmail.com> | 2018-09-23 12:48:29 +0200 |
---|---|---|
committer | Jacopo <beschi.jacopo@gmail.com> | 2018-09-27 11:51:15 +0200 |
commit | 271776d4aa25a23b6f58c6befa94a240e61d4120 (patch) | |
tree | 5643a3e07a8e5efd9b03398d36e23606e91df091 /changelogs | |
parent | a1529944e962fc9b4addee324b4e606c4b7b1e93 (diff) | |
download | gitlab-ce-271776d4aa25a23b6f58c6befa94a240e61d4120.tar.gz |
Adds chmod action to POST /projects/:id/repository/commits API
With this action the user can update the execute_filemode of a given file in the repository.
Diffstat (limited to 'changelogs')
-rw-r--r-- | changelogs/unreleased/43832-adds-chdmod-to-commits-actions-api.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/43832-adds-chdmod-to-commits-actions-api.yml b/changelogs/unreleased/43832-adds-chdmod-to-commits-actions-api.yml new file mode 100644 index 00000000000..cea1436ae8b --- /dev/null +++ b/changelogs/unreleased/43832-adds-chdmod-to-commits-actions-api.yml @@ -0,0 +1,5 @@ +--- +title: Allows to chmod file with commits API +merge_request: 21866 +author: Jacopo Beschi @jacopo-beschi +type: added |