diff options
author | Karl Berry <karl@freefriends.org> | 2014-09-07 01:51:10 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2014-09-07 01:51:10 +0000 |
commit | ff0be2556ec1f7fbde7f75caeed672f326246d37 (patch) | |
tree | 27bdaf756663383af2ea5c8b1b378f771de2db5a /Master/texmf-dist/tex/latex/gitinfo2 | |
parent | 9d74b45adff88c5e53d6845f22e46dfcd2242fd2 (diff) |
gitinfo2 (6sep14)
git-svn-id: svn://tug.org/texlive/trunk@35123 c570f23f-e606-0410-a88d-b1316a301751
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 | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/Master/texmf-dist/tex/latex/gitinfo2/gitexinfo.sty b/Master/texmf-dist/tex/latex/gitinfo2/gitexinfo.sty index 7767684eb8e..47ea589e284 100644 --- a/Master/texmf-dist/tex/latex/gitinfo2/gitexinfo.sty +++ b/Master/texmf-dist/tex/latex/gitinfo2/gitexinfo.sty @@ -14,11 +14,11 @@ % % This work consists of these files: % gitinfo2.sty, gitexinfo.sty, gitinfo2.tex, gitinfo2.pdf, -% gitinfo2test.tex, post-git-sample.txt, +% gitinfo2test.tex, post-xxx-sample.txt, % and gitPseudoHeadInfo.gin % ----------------------------------------------------- \NeedsTeXFormat{LaTeX2e} -\ProvidesPackage{gitexinfo}[2014/05/12 v2.00 Auxiliary package for gitinfo2] +\ProvidesPackage{gitexinfo}[2014/09/04 v2.0.2 Auxiliary package for gitinfo2] \RequirePackage{kvoptions} \RequirePackage{xstring} \RequirePackage{etoolbox} @@ -123,4 +123,4 @@ }{% \renewcommand{\git@tagmark}{\\Head tags: \gitTags} } -\renewcommand{\gitMark}{Branch: \gitBranch\,@\,\gitAbbrevHash{} / Release:\gitReln{} (\gitAuthorDate)\git@tagmark} +\renewcommand{\gitMark}{Branch: \gitBranch\,@\,\gitAbbrevHash{} \textbullet{} Release:\gitReln{} (\gitAuthorDate)\git@tagmark} diff --git a/Master/texmf-dist/tex/latex/gitinfo2/gitinfo2.sty b/Master/texmf-dist/tex/latex/gitinfo2/gitinfo2.sty index e6dabe42ce9..b98d3c0b9af 100644 --- a/Master/texmf-dist/tex/latex/gitinfo2/gitinfo2.sty +++ b/Master/texmf-dist/tex/latex/gitinfo2/gitinfo2.sty @@ -14,11 +14,11 @@ % % This work consists of these files: % gitinfo2.sty, gitexinfo.sty, gitinfo2.tex, gitinfo2.pdf, -% gitinfo2test.tex, post-git-sample.txt, +% gitinfo2test.tex, post-xxx-sample.txt, % and gitPseudoHeadInfo.gin % ----------------------------------------------------- \NeedsTeXFormat{LaTeX2e} -\ProvidesPackage{gitinfo2}[2014/05/12 v2.00 git revision information] +\ProvidesPackage{gitinfo2}[2014/09/04 v2.0.2 git revision information] \RequirePackage{etoolbox} \RequirePackage{kvoptions} \RequirePackage{eso-pic} @@ -177,7 +177,7 @@ \makebox[\paperwidth]{% \begin{minipage}[b]{\paperwidth}% \renewcommand{\baselinestretch}{1}% - \centering{\gitMarkFormat\gitMarkPref{} \gitMark}% + \centering{\gitMarkFormat\gitMarkPref{} \textbullet{} \gitMark}% \end{minipage}% }% }% |