dwww Home | Show directory contents | Find package

#!/bin/sh
# Copyright 2011 Brent Longborough
# Please read gitinfo.pdf for licencing and other details
# -----------------------------------------------------
# Post-{commit,checkout,merge} hook for the gitinfo package
#
prefixes=". test docs"    # Example for multiple gitHeadInfo.tex files
prefixes="."              # Default --- in the working copy root
for pref in $prefixes
        do
        git log -1 --date=short \
        --pretty=format:"\usepackage[%
                shash={%h},
                lhash={%H},
                authname={%an},
                authemail={%ae},
                authsdate={%ad},
                authidate={%ai},
                authudate={%at},
                commname={%an},
                commemail={%ae},
                commsdate={%ad},
                commidate={%ai},
                commudate={%at},
                refnames={%d}
        ]{gitsetinfo}" HEAD > $pref/gitHeadInfo.gin
        done

Generated by dwww version 1.15 on Sun Jun 16 10:15:54 CEST 2024.