docs/master

changeset 70:d6840bfbe04c

style: Use .substring to print only a prefix of the commit hash. I can decide later how long a prefix I like to print. If your troff doesn't support .substring, the whole hash is printed.
author markus schnalke <meillo@marmaro.de>
date Sat, 02 Jun 2012 12:39:23 +0200
parents f80ced4e749b
children 75fbdd870ffe
files style
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line diff
     1.1 --- a/style	Sat Jun 02 12:00:22 2012 +0200
     1.2 +++ b/style	Sat Jun 02 12:39:23 2012 +0200
     1.3 @@ -288,6 +288,8 @@
     1.4  ..
     1.5  
     1.6  .de Ci  \" commit ref
     1.7 +.ds _t \\$1
     1.8 +.substring _t 0 6
     1.9  [\(rh
    1.10 -.CW "\\$1" "]\\$2
    1.11 +.CW "\\*(_t" "]\\$2
    1.12  ..