summaryrefslogtreecommitdiff
path: root/support/gitfile-info/README
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
committerNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
commite0c6872cf40896c7be36b11dcc744620f10adf1d (patch)
tree60335e10d2f4354b0674ec22d7b53f0f8abee672 /support/gitfile-info/README
Initial commit
Diffstat (limited to 'support/gitfile-info/README')
-rw-r--r--support/gitfile-info/README53
1 files changed, 53 insertions, 0 deletions
diff --git a/support/gitfile-info/README b/support/gitfile-info/README
new file mode 100644
index 0000000000..6d2da456ed
--- /dev/null
+++ b/support/gitfile-info/README
@@ -0,0 +1,53 @@
++ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -+
+| |
+| 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.5
+ Last Change: 2019-08-21
+ Current Maintainer: André Hilbig
+ mail@andrehilbig.de
+ ahil.eu/gfi
++ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -+
+
+ 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:
+ latex gitfile-info.ins
+
+ Getting the documentation:
+ latexmk -pdf gitfile-info.dtx
+
+ Copy the following file into a TeX-readable directory:
+ gitfile-info.sty
+
+ 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
+| |
++ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -+