diff options
author | Joey Hess <joey@kitenet.net> | 2014-03-18 19:01:50 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2014-03-18 19:01:50 -0400 |
commit | b0f1b531a6e69aa27f41506691066a8ec8df1259 (patch) | |
tree | bee5c6e3c1f39143f1a68b33321f67494569e715 /doc/metadata.mdwn | |
parent | 2402266d0d9731445af1876327a43795795d1a18 (diff) |
better timestamp format
Diffstat (limited to 'doc/metadata.mdwn')
-rw-r--r-- | doc/metadata.mdwn | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/metadata.mdwn b/doc/metadata.mdwn index d51758038..b2d020348 100644 --- a/doc/metadata.mdwn +++ b/doc/metadata.mdwn @@ -29,8 +29,8 @@ Here are some metadata fields that git-annex has special support for: * `year`, `month` - When this particular version of the file came into being. * `$field-lastchanged` - This is automatically maintained for each - field that's set, and gives the time stamp (since the Unix epoch) - of the most recent change to the field. It cannot be modified directly. + field that's set, and gives the date and time of the most recent + change to the field. It cannot be modified directly. To make git-annex automatically set the year and month when adding files, run `git config annex.genmetadata true`. Also, see |