From 0f9f9b8b3bac411ca6aaaea921af2538e5664ecf Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sat, 4 Oct 2014 22:51:58 +0000 Subject: gitinfo2 (4oct14) git-svn-id: svn://tug.org/texlive/trunk@35310 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/tex/latex/gitinfo2/gitexinfo.sty | 6 +++--- Master/texmf-dist/tex/latex/gitinfo2/gitinfo2.sty | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'Master/texmf-dist/tex/latex') 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@ -- cgit v1.2.3