From d44c0ca47e84228780ed4768962502ec31f8fdf3 Mon Sep 17 00:00:00 2001 From: Frantisek Hrbata Date: Sun, 27 Dec 2020 13:27:11 +0100 Subject: [PATCH] doc: add vn description for git-mr-show Signed-off-by: Frantisek Hrbata --- Documentation/git-mr-show.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Documentation/git-mr-show.txt b/Documentation/git-mr-show.txt index 60ec4c2..4866e8a 100644 --- a/Documentation/git-mr-show.txt +++ b/Documentation/git-mr-show.txt @@ -33,7 +33,8 @@ You can specify two format strings. One for MRs *--mfmt* and one for commits In addition to Python's string format, each tag may have a sub-format and the full tag specification is *tag*@*fmt*@*sep*@*users*`:`*pfmt*. *tag* is the tag name as shown by the *-t* option. *fmt* is 'git-mr-show' specific format. It can -be *v* to display all tag values(this is the default) or *c* to display number +be *v* to display all tag values(this is the default) or *vn* to display +values with interpreted new lines or *c* to display number of values this tag has or *r* to display tag values along with users who set them. *sep* is a separator to use if the tag has multiple values, default is space. *users* is list of users, separated by comma and only values set by -- 1.7.10.4