Amelie Weisttragger <[email protected]> writes: > When viewing the log (M-x magit-status C-j l l) how can I change the > "time since commit" to fractional days, rather than ("1 hour" "1 week" > etc)? > > Something like ("1h" "23h" "1.1d" "8d" "365d" "546d") would be good.
You can do that by customizing `magit-log-margin-spec' and `magit-duration-spec', but you'll have to implement the algorithm yourself (if you do, then please contribute it). -- You received this message because you are subscribed to the Google Groups "magit" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
