Skip to content

Commit eb99af6

Browse files
committed
Merge pull request #238 from peterkokot/patch-typo-1
Replace dash with two hyphens for author date
2 parents 4422044 + 878928a commit eb99af6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/02-git-basics/sections/viewing-history.asc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ a11bef0 - Scott Chacon, 6 years ago : first commit
171171
| `%p` | Abbreviated parent hashes
172172
| `%an` | Author name
173173
| `%ae` | Author e-mail
174-
| `%ad` | Author date (format respects the date= option)
174+
| `%ad` | Author date (format respects the --date=option)
175175
| `%ar` | Author date, relative
176176
| `%cn` | Committer name
177177
| `%ce` | Committer email

0 commit comments

Comments
 (0)