mirror of
https://github.com/git/git.git
synced 2024-10-31 06:17:56 +01:00
pretty: note that %cd respects the --date= option
Signed-off-by: Thomas Braun <thomas.braun@virtuell-zuhause.de> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
parent
32f56600bb
commit
dddecc5b7f
1 changed files with 1 additions and 1 deletions
|
@ -122,7 +122,7 @@ The placeholders are:
|
|||
- '%ce': committer email
|
||||
- '%cE': committer email (respecting .mailmap, see
|
||||
linkgit:git-shortlog[1] or linkgit:git-blame[1])
|
||||
- '%cd': committer date
|
||||
- '%cd': committer date (format respects --date= option)
|
||||
- '%cD': committer date, RFC2822 style
|
||||
- '%cr': committer date, relative
|
||||
- '%ct': committer date, UNIX timestamp
|
||||
|
|
Loading…
Reference in a new issue