This package browser is in early development. Mind the rough edges.

texlive-gitfile-info 2025.2

Get Git metadata for a specific file

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.

Installation

Install texlive-gitfile-info 2025.2 as follows:

guix install texlive-gitfile-info@2025.2

Or install the latest version:

guix install texlive-gitfile-info

The texlive-gitfile-info package provides more outputs besides the default (out). You can install them by appending :output-name to the package specification. For example:

guix install texlive-gitfile-info:doc

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.