diff options
Diffstat (limited to 'third_party/git/Documentation/rev-list-options.txt')
-rw-r--r-- | third_party/git/Documentation/rev-list-options.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/third_party/git/Documentation/rev-list-options.txt b/third_party/git/Documentation/rev-list-options.txt index bb1251c0364d..fa4e70f51143 100644 --- a/third_party/git/Documentation/rev-list-options.txt +++ b/third_party/git/Documentation/rev-list-options.txt @@ -866,6 +866,9 @@ omitted. 1970). As with `--raw`, this is always in UTC and therefore `-local` has no effect. +`--date=dottime` shows the date in dottime format (rendered as UTC, +but suffixed with the local timezone offset if given) + `--date=format:...` feeds the format `...` to your system `strftime`, except for %z and %Z, which are handled internally. Use `--date=format:%c` to show the date in your system locale's |