Skip to content

Commit

Permalink
More appropriate commit hash font
Browse files Browse the repository at this point in the history
  • Loading branch information
cdlm committed Oct 18, 2015
1 parent f0d5551 commit 9651f0b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions support/latex/common.tex
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@
\makeatletter
\newcommand\gitCommitInfo{%
\IfEq{\gitRel}{}
{commit \gitAbbrevHash\gitDirty}
{commit \texttt{\gitAbbrevHash\gitDirty}}
{\IfEq{\gitRoff}{0}
{release \gitRel}
{modified since release \gitRel{} --- commit \gitAbbrevHash\gitDirty}}}
{modified since release \gitRel{} --- commit \texttt{\gitAbbrevHash\gitDirty}}}}
% gitinfo2 only defines \gitdate for datetime.sty, not datetime2
\@ifpackageloaded{datetime2}{%
\IfEq{\gitAuthorDate}{\gitInf@missing}{%
Expand Down

0 comments on commit 9651f0b

Please sign in to comment.