diff options
author | Karl Berry <karl@freefriends.org> | 2015-11-09 22:44:07 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2015-11-09 22:44:07 +0000 |
commit | 6eb3a7b847e716cc912c1273d6d03bc960e4cdc1 (patch) | |
tree | b7f12e0c398cde3a59d7b22d9465a5dd76aff204 /Master/texmf-dist/doc/latex/gitinfo2/post-xxx-sample.txt | |
parent | 44d34fff584d1ae1cf6fa8a66b447c188075a441 (diff) |
gitinfo2 (9nov15)
git-svn-id: svn://tug.org/texlive/trunk@38807 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/gitinfo2/post-xxx-sample.txt')
-rw-r--r-- | Master/texmf-dist/doc/latex/gitinfo2/post-xxx-sample.txt | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/Master/texmf-dist/doc/latex/gitinfo2/post-xxx-sample.txt b/Master/texmf-dist/doc/latex/gitinfo2/post-xxx-sample.txt index df0730af47b..f04d4130582 100644 --- a/Master/texmf-dist/doc/latex/gitinfo2/post-xxx-sample.txt +++ b/Master/texmf-dist/doc/latex/gitinfo2/post-xxx-sample.txt @@ -1,6 +1,7 @@ #!/bin/sh # Copyright 2014 Brent Longborough # Part of gitinfo2 package Version 2 +# Release 2.0.5 # Please read gitinfo2.pdf for licencing and other details # ----------------------------------------------------- # Post-{commit,checkout,merge} hook for the gitinfo2 package @@ -19,11 +20,11 @@ git --no-pager log -1 --date=short --decorate=short \ authsdate={%ad}, authidate={%ai}, authudate={%at}, - commname={%an}, - commemail={%ae}, - commsdate={%ad}, - commidate={%ai}, - commudate={%at}, + commname={%cn}, + commemail={%ce}, + commsdate={%cd}, + commidate={%ci}, + commudate={%ct}, refnames={%d}, firsttagdescribe={$FIRSTTAG}, reltag={$RELTAG} |