summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authordoneg <doneg@web>2016-09-23 09:29:34 +0000
committeradmin <admin@branchable.com>2016-09-23 09:29:34 +0000
commit99524bf75d3c2b1713a3e82bd29b779e3d535a88 (patch)
tree4041d16b7aced5e2aa473148275aa06bcee47ab3 /doc
parent5acdf84b5a309ce8aa94b86cfa25f41a43d5c2e2 (diff)
Diffstat (limited to 'doc')
-rw-r--r--doc/todo/include_mtime_into_metadata.mdwn5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/todo/include_mtime_into_metadata.mdwn b/doc/todo/include_mtime_into_metadata.mdwn
new file mode 100644
index 0000000..1be3ab6
--- /dev/null
+++ b/doc/todo/include_mtime_into_metadata.mdwn
@@ -0,0 +1,5 @@
+It's impossible to know file modification time using git.
+etckeeper also saves some metadata, but not mtimes.
+
+Per-file mtimes are very useful to determine later when exactly change was happened.
+As of now, only date could be known, knowing there is `daily autocommit`, but time information is lost. Date is very imprecise, because there can be many changes per day.