Rename Repository#multi_action to Repository#commit_files
What does this MR do and why?
Fixes #367627 (closed)
The RPC that this method uses is called UserCommitFiles. It's quite unusual that it is called multi_action
. So here we rename it to a more understandable commit_files
. Added some documentation too, since this method is fairly complex to setup.
MR acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
-
I have evaluated the MR acceptance checklist for this MR.
Edited by James Fargher