diff options
author | Elena ``of Valhalla'' Grandi <valhalla@trueelena.org> | 2021-03-22 09:39:46 +0100 |
---|---|---|
committer | Elena ``of Valhalla'' Grandi <valhalla@trueelena.org> | 2021-03-22 09:39:46 +0100 |
commit | 19d4ed6f747248e4ff8cd1c524a7431871fd55f3 (patch) | |
tree | 15a563471077b8c97cce7627de24612645764c69 /CHANGELOG.rst | |
parent | db7ca1a1ea4df4021e3ef4ea56b433b1e8eadce0 (diff) |
git hook to update the lesana cache when files are changed by git.
Diffstat (limited to 'CHANGELOG.rst')
-rw-r--r-- | CHANGELOG.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst index c8c2786..8c6a212 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -7,6 +7,11 @@ Unreleased * New data type: geo (for Geo URIs). * New custom filter for templates: to_yaml. +* git hook to update the lesana cache when files are changed by git. + + This hook is installed when running ``lesana init``; you may want to + add it to existing repositories by running ``lesana init`` on them + (this is safe to do and won't change your settings or your data). 0.8.1 ===== |