summaryrefslogtreecommitdiffstats
path: root/manual
diff options
context:
space:
mode:
authormliszcz <liszcz.michal@gmail.com>2022-08-12 01:07:34 +0200
committerDan Davison <dandavison7@gmail.com>2022-08-16 18:17:10 -0400
commit6d96b78502d0fd41bd0a30dd2826723aaed18e96 (patch)
treecb2801e868778cd4df08f340354070379bceba03 /manual
parentf8bb6e47118783c64d37dcab56e226e2d581d2bf (diff)
Support configurable timestamps in git blame output (#1157)
New CLI/config option is introduced: blame-timestamp-output-format. Fixes #1157.
Diffstat (limited to 'manual')
-rw-r--r--manual/src/full---help-output.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/manual/src/full---help-output.md b/manual/src/full---help-output.md
index 428d81cd..d7451562 100644
--- a/manual/src/full---help-output.md
+++ b/manual/src/full---help-output.md
@@ -49,6 +49,13 @@ OPTIONS:
[default: "%Y-%m-%d %H:%M:%S %z"]
+ --blame-timestamp-output-format <FMT>
+ Format string for git blame timestamp output.
+
+ This string is used for formatting the timestamps in git blame output. It must follow the `strftime` format syntax specification. If it is not present, the timestamps will be formatted in a human-friendly but possibly less accurate form.
+
+ See: (https://docs.rs/chrono/latest/chrono/format/strftime/index.html)
+
--color-only
Do not alter the input structurally in any way.