From: Frantisek Hrbata Date: Sun, 20 Dec 2020 11:56:29 +0000 (+0100) Subject: doc: add info about git-mrcomment-(list|show) commands to git-mr-reply X-Git-Tag: v0.2~16 X-Git-Url: http://www.hrbata.com/gitweb/?a=commitdiff_plain;h=59fb72b85cfdbf7476bb8897789fc428c59439f1;p=gimrr.git doc: add info about git-mrcomment-(list|show) commands to git-mr-reply Signed-off-by: Frantisek Hrbata --- diff --git a/Documentation/git-mr-reply.txt b/Documentation/git-mr-reply.txt index fd02352..120c2d1 100644 --- a/Documentation/git-mr-reply.txt +++ b/Documentation/git-mr-reply.txt @@ -15,8 +15,12 @@ SYNOPSIS DESCRIPTION ----------- -Launch editor with quoted comment, patch(commit) or MR description as a reply. -When 'REV' is specified, reply to specific comment or patch identified +This is one of three basic commands for 'MR' review, along with +link:git-mr-comment-list.html[git-mr-comment-list(1)] and +link:git-mr-comment-show.html[git-mr-comment-show(1)]. + +It launches editor with quoted comment, patch(commit) or MR description as a +reply. When 'REV' is specified, reply to specific comment or patch identified by it's revision(SHA-1). If 'REV' is not specified, reply to the currently checked out 'MR'(HEAD) or to 'MR' description identified with the *-m* option. Each comment or patch is related to a specific 'MR' and 'git-mr-reply' tries