diff options
author | Joey Hess <joeyh@joeyh.name> | 2016-07-17 18:53:46 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2016-07-17 18:53:46 -0400 |
commit | ffb6e06214dba9257a322286cbdaabfd40be3a59 (patch) | |
tree | 0ca8e34640f28c9e91589cf748609c318b39a7c6 /debian/changelog | |
parent | 85fbaef5d42dec91b77b4520fce5b4e83af7945c (diff) |
Make etckeeper commit store metadata changes.
The pre-commit hook has always (and continues) to do that, but pre-commit
is only run when there are changes to tommit. This makes metadata-only
changes get committed.
Note that the reason the pre-commit hook continues to also store metadata
changes is to support manual git commit run in /etc.
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index bfbf713..36521e5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +etckeeper (1.18.5) UNRELEASED; urgency=medium + + * Make etckeeper commit store metadata changes. The pre-commit + hook has always (and continues) to do that, but pre-commit is only + run when there are changes to tommit. This makes metadata-only + changes get committed. + + -- Joey Hess <id@joeyh.name> Sun, 17 Jul 2016 18:45:18 -0400 + etckeeper (1.18.4) unstable; urgency=medium * Optimised find for special and hard linked files. |