summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Keeping <john@keeping.me.uk>2015-09-03 22:48:52 +0100
committerJunio C Hamano <gitster@pobox.com>2015-09-03 15:34:45 -0700
commit78a844160bd1273bad89fdc0df13a1037ab4b1a4 (patch)
tree23638dcb1cdd932a138930287f17c519bb6b7fbf
parent2df4e29c85dee2fe8b89e7878a38b59062e103ef (diff)
downloadgit-78a844160bd1273bad89fdc0df13a1037ab4b1a4.tar.gz
Documentation/config: don't list date formats
This list is already incomplete (missing "raw") and we're about to add new formats. Since this option sets a default for git-log's --date option, just refer to git-log(1). Signed-off-by: John Keeping <john@keeping.me.uk> Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r--Documentation/config.txt4
1 files changed, 1 insertions, 3 deletions
diff --git a/Documentation/config.txt b/Documentation/config.txt
index 3e37b93ed2..e08be76b80 100644
--- a/Documentation/config.txt
+++ b/Documentation/config.txt
@@ -1781,9 +1781,7 @@ log.abbrevCommit::
log.date::
Set the default date-time mode for the 'log' command.
Setting a value for log.date is similar to using 'git log''s
- `--date` option. Possible values are `relative`, `local`,
- `default`, `iso`, `rfc`, and `short`; see linkgit:git-log[1]
- for details.
+ `--date` option. See linkgit:git-log[1] for details.
log.decorate::
Print out the ref names of any commits that are shown by the log