diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2007-11-05 18:02:20 -0500 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2007-11-05 18:02:20 -0500 |
commit | e737d1795d0acbaba09412b3b969b33fc8956b85 (patch) | |
tree | d134601e7ca98dafdab3cf077fbfc6c113e675fb /README | |
parent | f0522c931958b7dccca733229254f2e37f0ef20c (diff) |
metastore fun
work around various bugs and issues to avoid each commit making a change that
would be seen by the next commit..
Diffstat (limited to 'README')
-rw-r--r-- | README | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -41,9 +41,9 @@ git has only limited tracking of file metadata, being able to track the executable bit, but not other permissions or owner info. So file metadata storage is handled by `metastore`. Amoung other chores, `etckeeper-init` sets up a git hook that use `metastore` to store metadata about file -owners, permissions, modification times, and even extended attributes. This -metadata is stored in git along with everything else, and can be applied if -the repo should need to be checked back out. +owners, permissions, and even extended attributes. This metadata is stored +in git along with everything else, and can be applied if the repo should +need to be checked back out. git cannot track empty directories. So `etckeeper-init` also sets up a git hook to run `etckeeper-pre-commit`, which checks for empty directories |