blob: 9e5d817abadeee18f3c81711b61a399f3c97cb36 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
|
\documentclass[10pt,a4paper,article,showtrims]{memoir}
% =====================================================
\usepackage[local,missing={(Oh my!)},dirty={Oh no!},markifdirty,marknotags]{gitinfo2}
\frenchspacing
\begin{document}
\ttfamily
!\gitMark! Mark
!\gitReferences ! References
!\gitVtag ! Vtag
!\gitVtags ! Vtags
!\gitVtagn ! Vtagn
!\gitRel ! Rel
!\gitRels ! Rels
!\gitReln ! Reln
!\gitFirstTagDescribe ! F.T.Describe
!\gitDescribe ! Describe
!\gitTags ! Tags
!\gitDirty ! Dirty
!\gitBranch ! Branch
!\gitRoff ! Roff
!\gitCommitterEmail! C.Email
\end{document}
|