Same as previous, but also use specific format for MR, which
will display MR hash(id) and subject.
-`$ git mr-show -c --cfmt="{bz@@|}`::
+`$ git mr-show -c --cfmt="{bz@@|}"`::
Show commit bz tag values only and use '|' as separator.
-`$ git mr-show -c --cfmt="{bz@@|@johndoe}`::
+`$ git mr-show -c --cfmt="{bz@@|@johndoe}"`::
Same as previous, but also show values added by 'johndoe' only.
-`$ git mr-show -c --cfmt="{bz@@|@johndoe,max,hugo}`::
+`$ git mr-show -c --cfmt="{bz@@|@johndoe,max,hugo}"`::
Same as previous limiting the values for more users.
-`$ git mr-show -c --cfmt="{bz@c}`::
+`$ git mr-show -c --cfmt="{bz@c}"`::
Show number of bz tag values.
-`$ git mr-show -c --cfmt="{bz@r@, }`::
+`$ git mr-show -c --cfmt="{bz@r@, }"`::
Same as previous, but show users who set the bz values and
separate them with ', '.