Skip to content
This repository was archived by the owner on Nov 9, 2017. It is now read-only.

Commit d2ea4af

Browse files
pcloudsgitster
authored andcommitted
pretty-formats.txt: wrap long lines
Signed-off-by: Nguyễn Thái Ngọc Duy <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 0940a76 commit d2ea4af

File tree

1 file changed

+12
-6
lines changed

1 file changed

+12
-6
lines changed

Documentation/pretty-formats.txt

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -106,18 +106,22 @@ The placeholders are:
106106
- '%P': parent hashes
107107
- '%p': abbreviated parent hashes
108108
- '%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])
110111
- '%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])
112114
- '%ad': author date (format respects --date= option)
113115
- '%aD': author date, RFC2822 style
114116
- '%ar': author date, relative
115117
- '%at': author date, UNIX timestamp
116118
- '%ai': author date, ISO 8601 format
117119
- '%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])
119122
- '%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])
121125
- '%cd': committer date
122126
- '%cD': committer date, RFC2822 style
123127
- '%cr': committer date, relative
@@ -138,9 +142,11 @@ The placeholders are:
138142
- '%gD': reflog selector, e.g., `refs/stash@{1}`
139143
- '%gd': shortened reflog selector, e.g., `stash@{1}`
140144
- '%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])
142147
- '%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])
144150
- '%gs': reflog subject
145151
- '%Cred': switch color to red
146152
- '%Cgreen': switch color to green

0 commit comments

Comments
 (0)