author | Pierre-Yves David <pierre-yves.david@octobus.net> |
Thu, 08 Jul 2021 01:23:06 +0200 | |
changeset 47647 | f16958beb27b |
parent 24588 | 0bf54479a9eb |
permissions | -rw-r--r-- |
24588
0bf54479a9eb
json: implement {shortlog} and {changelog} templates
Gregory Szorc <gregory.szorc@gmail.com>
parents:
diff
changeset
|
1 |
\{ |
0bf54479a9eb
json: implement {shortlog} and {changelog} templates
Gregory Szorc <gregory.szorc@gmail.com>
parents:
diff
changeset
|
2 |
"node": {node|json}, |
0bf54479a9eb
json: implement {shortlog} and {changelog} templates
Gregory Szorc <gregory.szorc@gmail.com>
parents:
diff
changeset
|
3 |
"changeset_count": {changesets|json}, |
0bf54479a9eb
json: implement {shortlog} and {changelog} templates
Gregory Szorc <gregory.szorc@gmail.com>
parents:
diff
changeset
|
4 |
"changesets": [{join(entries%changelistentry, ", ")}] |
0bf54479a9eb
json: implement {shortlog} and {changelog} templates
Gregory Szorc <gregory.szorc@gmail.com>
parents:
diff
changeset
|
5 |
} |