aboutsummaryrefslogtreecommitdiff
path: root/doc/git-annex-log.mdwn
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2016-03-29 14:39:16 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2016-03-29 14:39:16 -0400
commit3d7b8ab9a31b0fe50b602efade89b390f471d562 (patch)
tree3bb4668eba093a527750e152920f8a50f1e4ba5c /doc/git-annex-log.mdwn
parent278f84fe6458a2ac8e12ecab8f2b4f4bb7d0122c (diff)
log --raw-date: Use to display seconds from unix epoch.
Diffstat (limited to 'doc/git-annex-log.mdwn')
-rw-r--r--doc/git-annex-log.mdwn5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/git-annex-log.mdwn b/doc/git-annex-log.mdwn
index bfae593d9..9575e3719 100644
--- a/doc/git-annex-log.mdwn
+++ b/doc/git-annex-log.mdwn
@@ -20,6 +20,11 @@ showing each repository they were added to ("+") and removed from ("-").
For example: `--since "1 month ago"`
+* `--raw-date`
+
+ Rather than the normal display of a date in the local time zone,
+ displays seconds since the unix epoch.
+
* `--gource`
Generates output suitable for the `gource` visualization program.