diff options
author | Karl Berry <karl@freefriends.org> | 2015-11-23 23:06:21 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2015-11-23 23:06:21 +0000 |
commit | 10e6d3f05da678388e44f25765c633b29fe6e170 (patch) | |
tree | f19b08d06029b91dee7ff7393861a0dc4561c098 /Master/texmf-dist/tex/latex/gitlog/gitlog.dbx | |
parent | 47e31c7a10c1ad9aabcbd1aefaa35c029eae6a3b (diff) |
gitlog (22nov15)
git-svn-id: svn://tug.org/texlive/trunk@38932 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/gitlog/gitlog.dbx')
-rw-r--r-- | Master/texmf-dist/tex/latex/gitlog/gitlog.dbx | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/gitlog/gitlog.dbx b/Master/texmf-dist/tex/latex/gitlog/gitlog.dbx new file mode 100644 index 00000000000..47d381d4ccd --- /dev/null +++ b/Master/texmf-dist/tex/latex/gitlog/gitlog.dbx @@ -0,0 +1,17 @@ +\ProvidesFile{gitlog.dbx}[2015/11/22 0.0.beta] + +\DeclareDatamodelEntrytypes{gitcommit} +\DeclareDatamodelFields[type=field,datatype=verbatim]{ + title, +} +\DeclareDatamodelFields[type=field,datatype=literal]{ + commithash, +} +\DeclareDatamodelEntryfields[gitcommit]{ + title, + author, + date, + commithash, +} + +\endinput |