aboutsummaryrefslogtreecommitdiffstats
path: root/example_post-receive.sh (follow)
Commit message (Collapse)AuthorAgeFilesLines
* change STAGIT_BASEURL to an -u option and also update the example scriptHiltjo Posthuma2021-03-051-1/+1
|
* fix issues in example scriptsHiltjo Posthuma2019-03-011-1/+1
| | | | | | | - in case cd fails don't continue (don't write in previous directory). - post-receive: quote $(pwd) in case it has spaces. found by shellcheck tool.
* post-receive: fix warning in script for example when pushing deleted tagsHiltjo Posthuma2017-11-251-0/+1
| | | | | | | | the "new" variable would be zero: remote: fatal: bad object 0000000000000000000000000000000000000000 NOTE: when pushing new tags the "old" variable would be zero, this was already fixed.
* post-receive hook: force UTF-8 localeHiltjo Posthuma2017-10-311-0/+4
| | | | | this fixes encoding errors when the pages are generated in the post-receive hook.
* ignore object 0000000000000000000000000000000000000000Hiltjo Posthuma2017-08-091-0/+2
| | | | | | remote: fatal: bad object 0000000000000000000000000000000000000000 this can happen on initial repos or when pushing tags etc.
* improve example scripts, add to build (Makefile)Hiltjo Posthuma2017-07-301-10/+11
|
* improve example, add initial post-receive exampleHiltjo Posthuma2017-07-151-0/+65