summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/gitinfo2
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2014-10-04 22:51:58 +0000
committerKarl Berry <karl@freefriends.org>2014-10-04 22:51:58 +0000
commit0f9f9b8b3bac411ca6aaaea921af2538e5664ecf (patch)
tree6711cf09dfe0be6c8bf1e27ad6b0141b57193d7b /Master/texmf-dist/tex/latex/gitinfo2
parent47f07d898776ffc6befb1355e16e81e00f906daa (diff)
gitinfo2 (4oct14)
git-svn-id: svn://tug.org/texlive/trunk@35310 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/gitinfo2')
-rw-r--r--Master/texmf-dist/tex/latex/gitinfo2/gitexinfo.sty6
-rw-r--r--Master/texmf-dist/tex/latex/gitinfo2/gitinfo2.sty4
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@