Add option to rbt patch for automatically creating a Git commit
Review Request #4865 — Created Oct. 30, 2013 and submitted — Latest diff uploaded
Add option to rbt patch for automatically creating a Git commit
The option -c, --commit automatically creates a commit in the current local
branch with the summary, description, bugs, testing, and author information
fetched from the review request.
Tested with a new review request using the commands 'rbt patch -c <review_request_id>' and 'rbt patch --commit <review_request_id>'.
Unit tests passed.