From 3084de502d0300a5977418d380753569e8c2fe21 Mon Sep 17 00:00:00 2001 From: Yue Lin Ho Date: Wed, 9 Mar 2016 05:58:54 +0800 Subject: [PATCH] Fix issue #551: Missing backtick(`) --- book/02-git-basics/sections/viewing-history.asc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book/02-git-basics/sections/viewing-history.asc b/book/02-git-basics/sections/viewing-history.asc index 7dde50150..a6f57a577 100644 --- a/book/02-git-basics/sections/viewing-history.asc +++ b/book/02-git-basics/sections/viewing-history.asc @@ -156,7 +156,7 @@ ca82a6d - Scott Chacon, 6 years ago : changed the version number a11bef0 - Scott Chacon, 6 years ago : first commit ---- -<> lists some of the more useful options that format takes. +<> lists some of the more useful options that `format` takes. [[pretty_format]] .Useful options for `git log --pretty=format`