From: Frantisek Hrbata Date: Sun, 20 Dec 2020 12:23:19 +0000 (+0100) Subject: doc: add note that dirs for --write-revs are created X-Git-Tag: v0.2~11 X-Git-Url: http://www.hrbata.com/gitweb/?a=commitdiff_plain;h=65c9af80ec89f7186cc7753bb3f2665daefece16;p=gimrr.git doc: add note that dirs for --write-revs are created Signed-off-by: Frantisek Hrbata --- diff --git a/Documentation/git-mr-comment-show.txt b/Documentation/git-mr-comment-show.txt index 7649335..59b0daa 100644 --- a/Documentation/git-mr-comment-show.txt +++ b/Documentation/git-mr-comment-show.txt @@ -39,6 +39,9 @@ OPTIONS *-w, --write-revs* 'FILE':: Append revs for read comments to FILE (default: $HOME/.gimrr/comment.revs). + Meaning they are not reported as new with + link:git-mr-comment-list.html[git-mr-comment-list(1)]. + Directories are created if they don't exist. EXAMPLES diff --git a/Documentation/git-mr-reply.txt b/Documentation/git-mr-reply.txt index 120c2d1..27a23ce 100644 --- a/Documentation/git-mr-reply.txt +++ b/Documentation/git-mr-reply.txt @@ -50,6 +50,7 @@ OPTIONS Default 'FILE' is '$HOME/.gimrr/comment.revs'. It contains list of comment revisions which were read. Meaning they are not reported as new with link:git-mr-comment-list.html[git-mr-comment-list(1)]. + Directories are created if they don't exist. EXAMPLES --------