Age | Commit message (Collapse) | Author | |
---|---|---|---|
2025-02-23 | Changed to fit my websiteHEADmaster | Shipwreckt | |
2025-02-23 | small changes | Shipwreckt | |
2021-03-05 | change STAGIT_BASEURL to an -u option and also update the example script | Hiltjo Posthuma | |
2019-03-01 | fix issues in example scripts | Hiltjo Posthuma | |
- 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. | |||
2017-11-25 | post-receive: fix warning in script for example when pushing deleted tags | Hiltjo Posthuma | |
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. | |||
2017-10-31 | post-receive hook: force UTF-8 locale | Hiltjo Posthuma | |
this fixes encoding errors when the pages are generated in the post-receive hook. | |||
2017-08-09 | ignore object 0000000000000000000000000000000000000000 | Hiltjo Posthuma | |
remote: fatal: bad object 0000000000000000000000000000000000000000 this can happen on initial repos or when pushing tags etc. | |||
2017-07-30 | improve example scripts, add to build (Makefile) | Hiltjo Posthuma | |
2017-07-15 | improve example, add initial post-receive example | Hiltjo Posthuma | |