summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/gitlog/gitlog.dbx
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/latex/gitlog/gitlog.dbx')
-rw-r--r--Master/texmf-dist/tex/latex/gitlog/gitlog.dbx17
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