From 10e6d3f05da678388e44f25765c633b29fe6e170 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Mon, 23 Nov 2015 23:06:21 +0000 Subject: gitlog (22nov15) git-svn-id: svn://tug.org/texlive/trunk@38932 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/tex/latex/gitlog/gitlog.dbx | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 Master/texmf-dist/tex/latex/gitlog/gitlog.dbx (limited to 'Master/texmf-dist/tex/latex/gitlog/gitlog.dbx') 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 -- cgit v1.2.3