aboutsummaryrefslogtreecommitdiff
path: root/lisp/magit-reflog.el
diff options
context:
space:
mode:
authorJonas Bernoulli <jonas@bernoul.li>2019-09-30 20:15:44 +0200
committerJonas Bernoulli <jonas@bernoul.li>2019-09-30 20:15:44 +0200
commit1b9995238fe3136217c40b8836311bc98b12897c (patch)
treeed2c670293714573151466dec906a18518f5c689 /lisp/magit-reflog.el
parent3add5310ba98b74bb3e7fb82dd259713a0c6606c (diff)
magit-log-margin-show-committer-date: New option
Closes #3975.
Diffstat (limited to 'lisp/magit-reflog.el')
-rw-r--r--lisp/magit-reflog.el10
1 files changed, 6 insertions, 4 deletions
diff --git a/lisp/magit-reflog.el b/lisp/magit-reflog.el
index 82a7a2f..1fc13af 100644
--- a/lisp/magit-reflog.el
+++ b/lisp/magit-reflog.el
@@ -53,10 +53,12 @@ and \"-\"."
The value has the form (INIT STYLE WIDTH AUTHOR AUTHOR-WIDTH).
If INIT is non-nil, then the margin is shown initially.
-STYLE controls how to format the committer date. It can be one
- of `age' (to show the age of the commit), `age-abbreviated' (to
- abbreviate the time unit to a character), or a string (suitable
- for `format-time-string') to show the actual date.
+STYLE controls how to format the author or committer date.
+ It can be one of `age' (to show the age of the commit),
+ `age-abbreviated' (to abbreviate the time unit to a character),
+ or a string (suitable for `format-time-string') to show the
+ actual date. Option `magit-log-margin-show-committer-date'
+ controls which date is being displayed.
WIDTH controls the width of the margin. This exists for forward
compatibility and currently the value should not be changed.
AUTHOR controls whether the name of the author is also shown by