##// END OF EJS Templates
gitweb: shortlog template: removed excessive whitespace, added title bar....
gitweb: shortlog template: removed excessive whitespace, added title bar. The title bar is currently empty, this is just a preparation for filling it with content.

File last commit:

r1919:8f565af1 default
r4454:28778dc7 default
Show More
map-cmdline.compact
8 lines | 266 B | text/plain | TextLexer
changeset = '{rev}{tags}{parents} {node|short} {date|isodate} {author|user}\n {desc|firstline|strip}\n\n'
changeset_quiet = '{rev}:{node|short}\n'
start_tags = '['
tag = '{tag},'
last_tag = '{tag}]'
start_parents = ':'
parent = '{rev},'
last_parent = '{rev}'