stagit-hook

Maintain stagit post-update git hooks
Log | Files | Refs | README

stagit-hook.5 (562B)


      1 .Dd October 19, 2025
      2 .Dt STAGIT-HOOK 5
      3 .Os
      4 .Sh NAME
      5 .Nm stagit-hook
      6 .Nd stagit-hook configuration file
      7 .Sh DESCRIPTION
      8 .Nm
      9 reads configuration from
     10 .Pa /etc/stagit-hook
     11 allowing you to set the
     12 .Va baseurl
     13 and
     14 .Va basedir
     15 variables.
     16 Here is an example configuration file:
     17 .Bd -literal
     18 baseurl https://example.com/git
     19 basedir /var/www/htdocs/example.com/git
     20 .Ed
     21 .Sh FILES
     22 .Bl -tag -width Ds
     23 .It Pa /etc/stagit-hook
     24 Contains configuration data for
     25 .Xr stagit-hook 1 .
     26 .El
     27 .Sh SEE ALSO
     28 .Xr stagit-hook 1
     29 .Sh AUTHORS
     30 .An Jacob R. Edwards Aq Mt jacob@jacobedwards.org