github icon indicating copy to clipboard operation
github copied to clipboard

Allow commit message author and committer on delete file action

Open ekeren opened this issue 7 years ago • 1 comments

The commit message for file deletion is hardcoded, we would like to allow the same api as writeFile

The new signature should be: function deleteFile(branch, path, message, options, cb) instead of existing one: function deleteFile(branch, path, cb)

message, option - should be optional

We already have the code that fixes this issue in our code base, if this request is approved we can open a pull request.

Thanks in advanced

ekeren avatar Nov 06 '18 14:11 ekeren

Please submit this as a PR.

j-rewerts avatar Apr 05 '19 21:04 j-rewerts