- Notifications
You must be signed in to change notification settings - Fork786
Closed
Description
The commit message for file deletion is hardcoded, we would like to allow the same api aswriteFile
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
Metadata
Metadata
Assignees
Labels
No labels