Go to file
André Hilbig ac5f4546b3 Anpassungen an tcolorbox auch in doku 2019-04-09 19:40:50 +02:00
.gitignore init gitignore 2016-06-23 15:27:48 +02:00
README Kleinere Anpassungen; Scripte angepasst 2016-06-27 11:35:25 +02:00
build Änderungen in Dokumentation aktualisiert, build korrigiert für ctan 2016-07-14 14:14:41 +02:00
dokumentation.tex Anpassungen an tcolorbox auch in doku 2019-04-09 19:40:50 +02:00
gfi-run.py python3 in Scripten erzwungen; locale mit try-except laden 2016-07-14 14:01:18 +02:00
gitfile-info.sty Anpassungen an tcolorbox auch in doku 2019-04-09 19:40:50 +02:00
makedtx.pl Build Scripte vorbereitet 2016-06-23 19:05:45 +02:00
post-commit.py python3 in Scripten erzwungen; locale mit try-except laden 2016-07-14 14:01:18 +02:00
post-merge.py python3 in Scripten erzwungen; locale mit try-except laden 2016-07-14 14:01:18 +02:00

README

+ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -+
|                                                                                                  |
| 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:
		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
|                                                                                                  |
+ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -+