@@ -106,18 +106,22 @@ The placeholders are:
106
106
- '%P': parent hashes
107
107
- '%p': abbreviated parent hashes
108
108
- '%an': author name
109
- - '%aN': author name (respecting .mailmap, see linkgit:git-shortlog[1] or linkgit:git-blame[1])
109
+ - '%aN': author name (respecting .mailmap, see linkgit:git-shortlog[1]
110
+ or linkgit:git-blame[1])
110
111
- '%ae': author email
111
- - '%aE': author email (respecting .mailmap, see linkgit:git-shortlog[1] or linkgit:git-blame[1])
112
+ - '%aE': author email (respecting .mailmap, see
113
+ linkgit:git-shortlog[1] or linkgit:git-blame[1])
112
114
- '%ad': author date (format respects --date= option)
113
115
- '%aD': author date, RFC2822 style
114
116
- '%ar': author date, relative
115
117
- '%at': author date, UNIX timestamp
116
118
- '%ai': author date, ISO 8601 format
117
119
- '%cn': committer name
118
- - '%cN': committer name (respecting .mailmap, see linkgit:git-shortlog[1] or linkgit:git-blame[1])
120
+ - '%cN': committer name (respecting .mailmap, see
121
+ linkgit:git-shortlog[1] or linkgit:git-blame[1])
119
122
- '%ce': committer email
120
- - '%cE': committer email (respecting .mailmap, see linkgit:git-shortlog[1] or linkgit:git-blame[1])
123
+ - '%cE': committer email (respecting .mailmap, see
124
+ linkgit:git-shortlog[1] or linkgit:git-blame[1])
121
125
- '%cd': committer date
122
126
- '%cD': committer date, RFC2822 style
123
127
- '%cr': committer date, relative
@@ -138,9 +142,11 @@ The placeholders are:
138
142
- '%gD': reflog selector, e.g., `refs/stash@{1}`
139
143
- '%gd': shortened reflog selector, e.g., `stash@{1}`
140
144
- '%gn': reflog identity name
141
- - '%gN': reflog identity name (respecting .mailmap, see linkgit:git-shortlog[1] or linkgit:git-blame[1])
145
+ - '%gN': reflog identity name (respecting .mailmap, see
146
+ linkgit:git-shortlog[1] or linkgit:git-blame[1])
142
147
- '%ge': reflog identity email
143
- - '%gE': reflog identity email (respecting .mailmap, see linkgit:git-shortlog[1] or linkgit:git-blame[1])
148
+ - '%gE': reflog identity email (respecting .mailmap, see
149
+ linkgit:git-shortlog[1] or linkgit:git-blame[1])
144
150
- '%gs': reflog subject
145
151
- '%Cred': switch color to red
146
152
- '%Cgreen': switch color to green
0 commit comments