diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/gitinfo2')
-rw-r--r-- | Master/texmf-dist/tex/latex/gitinfo2/gitexinfo.sty | 6 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/gitinfo2/gitinfo2.sty | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/Master/texmf-dist/tex/latex/gitinfo2/gitexinfo.sty b/Master/texmf-dist/tex/latex/gitinfo2/gitexinfo.sty index 47ea589e284..813fec35b57 100644 --- a/Master/texmf-dist/tex/latex/gitinfo2/gitexinfo.sty +++ b/Master/texmf-dist/tex/latex/gitinfo2/gitexinfo.sty @@ -18,7 +18,7 @@ % and gitPseudoHeadInfo.gin % ----------------------------------------------------- \NeedsTeXFormat{LaTeX2e} -\ProvidesPackage{gitexinfo}[2014/09/04 v2.0.2 Auxiliary package for gitinfo2] +\ProvidesPackage{gitexinfo}[2014/10/03 v2.0.4 Auxiliary package for gitinfo2] \RequirePackage{kvoptions} \RequirePackage{xstring} \RequirePackage{etoolbox} @@ -42,12 +42,12 @@ \renewcommand{\gitAbbrevHash}{\gitInf@shash} \renewcommand{\gitHash}{\gitInf@lhash} \renewcommand{\gitAuthorName}{\gitInf@authname} -\renewcommand{\gitAuthorEmail}{\gitInf@authemail} +\renewcommand{\gitAuthorEmail}{\gitWrapEmail{\gitInf@authemail}} \renewcommand{\gitAuthorDate}{\gitInf@authsdate} \renewcommand{\gitAuthorIsoDate}{\gitInf@authidate} \renewcommand{\gitAuthorUnixDate}{\gitInf@authudate} \renewcommand{\gitCommitterName}{\gitInf@commname} -\renewcommand{\gitCommitterEmail}{\gitInf@commemail} +\renewcommand{\gitCommitterEmail}{\gitWrapEmail{\gitInf@commemail}} \renewcommand{\gitCommitterDate}{\gitInf@commsdate} \renewcommand{\gitCommitterIsoDate}{\gitInf@commidate} \renewcommand{\gitCommitterUnixDate}{\gitInf@commudate} diff --git a/Master/texmf-dist/tex/latex/gitinfo2/gitinfo2.sty b/Master/texmf-dist/tex/latex/gitinfo2/gitinfo2.sty index b98d3c0b9af..c50777ff67f 100644 --- a/Master/texmf-dist/tex/latex/gitinfo2/gitinfo2.sty +++ b/Master/texmf-dist/tex/latex/gitinfo2/gitinfo2.sty @@ -18,7 +18,7 @@ % and gitPseudoHeadInfo.gin % ----------------------------------------------------- \NeedsTeXFormat{LaTeX2e} -\ProvidesPackage{gitinfo2}[2014/09/04 v2.0.2 git revision information] +\ProvidesPackage{gitinfo2}[2014/10/03 v2.0.4 git revision information] \RequirePackage{etoolbox} \RequirePackage{kvoptions} \RequirePackage{eso-pic} @@ -65,7 +65,7 @@ \newcommand{\gitMarkPref}{[git]} \newcommand{\gitMarkFormat}{\color{gray}\small\sffamily} \newcommand{\gitMark}{} - +\newcommand{\gitWrapEmail}[1]{#1} % private values \newif\ifGI@is@a@repo@ |