2016-06-23 17:05:45 +00:00
|
|
|
+ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -+
|
|
|
|
| |
|
|
|
|
| PACKAGE `gitfile-info' |
|
|
|
|
| |
|
|
|
|
If you are using git to control versions of \LaTeX-files, you may want to show yourself or
|
|
|
|
other users or devs the current version of the file, information about the author and last
|
|
|
|
edited date. All packages for git known make that kind of information available for the whole
|
|
|
|
repository. But sometimes you have a lot of files within the same repository in different
|
|
|
|
versions, from different authors etc. Perhaps you also split up a big project in small files
|
|
|
|
and want to show within the document who had edited what. This package gives you the
|
|
|
|
opportunity to do so.
|
|
|
|
+ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -+
|
|
|
|
Version: 0.1
|
|
|
|
Last Change: 2015-07-12
|
|
|
|
Current Maintainer: André Hilbig
|
|
|
|
mail@andrehilbig.de
|
|
|
|
+ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -+
|
|
|
|
|
|
|
|
This work may be distributed and/or modified under the
|
|
|
|
conditions of the LaTeX Project Public License, either version 1.3
|
|
|
|
of this license of (at your option) any later version.
|
|
|
|
The latest version of this license is in
|
|
|
|
http://www.latex-project.org/lppl.txt
|
|
|
|
and version 1.3 or later is part of all distributions of LaTeX
|
|
|
|
version 2005/12/01 or later.
|
|
|
|
|
|
|
|
This work has the LPPL maintenance status `maintained'.
|
|
|
|
|
|
|
|
This work consists of the files gitfile-info.sty, gfi-run, post-commit, post-merge.
|
|
|
|
| |
|
|
|
|
+ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -+
|
|
|
|
| |
|
|
|
|
| Installation |
|
|
|
|
| |
|
|
|
|
Getting the files:
|
2016-06-27 09:35:25 +00:00
|
|
|
latex gitfile-info.ins
|
2016-06-23 17:05:45 +00:00
|
|
|
|
|
|
|
Getting the documentation:
|
2016-06-27 09:35:25 +00:00
|
|
|
latexmk -pdf gitfile-info.dtx
|
2016-06-23 17:05:45 +00:00
|
|
|
|
2016-06-27 09:35:25 +00:00
|
|
|
Copy the following file into a TeX-readable directory:
|
|
|
|
gitfile-info.sty
|
2016-06-23 17:05:45 +00:00
|
|
|
|
2016-06-27 09:35:25 +00:00
|
|
|
Copy the hooks into .git/hooks:
|
|
|
|
post-commit
|
|
|
|
post-merge
|
|
|
|
|
|
|
|
Copy the init-script into a executable directory, maybe within the git-repo to post it to the
|
|
|
|
other users:
|
|
|
|
gfi-run
|
2016-06-23 17:05:45 +00:00
|
|
|
| |
|
|
|
|
+ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -+
|