1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 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