@ -190,6 +190,8 @@ The placeholders are:
'%ai':: author date, ISO 8601-like format
'%ai':: author date, ISO 8601-like format
'%aI':: author date, strict ISO 8601 format
'%aI':: author date, strict ISO 8601 format
'%as':: author date, short format (`YYYY-MM-DD`)
'%as':: author date, short format (`YYYY-MM-DD`)
'%ah':: author date, human style (like the `--date=human` option of
linkgit:git-rev-list[1])
'%cn':: committer name
'%cn':: committer name
'%cN':: committer name (respecting .mailmap, see
'%cN':: committer name (respecting .mailmap, see
linkgit:git-shortlog[1] or linkgit:git-blame[1])
linkgit:git-shortlog[1] or linkgit:git-blame[1])
@ -206,6 +208,8 @@ The placeholders are:
'%ci':: committer date, ISO 8601-like format
'%ci':: committer date, ISO 8601-like format
'%cI':: committer date, strict ISO 8601 format
'%cI':: committer date, strict ISO 8601 format
'%cs':: committer date, short format (`YYYY-MM-DD`)
'%cs':: committer date, short format (`YYYY-MM-DD`)
'%ch':: committer date, human style(like the `--date=human` option of
linkgit:git-rev-list[1])
'%d':: ref names, like the --decorate option of linkgit:git-log[1]
'%d':: ref names, like the --decorate option of linkgit:git-log[1]
'%D':: ref names without the " (", ")" wrapping.
'%D':: ref names without the " (", ")" wrapping.
'%(describe[:options])':: human-readable name, like
'%(describe[:options])':: human-readable name, like