From e9a3782969e30cb75841a129981eb3c5b5c13a39 Mon Sep 17 00:00:00 2001 From: "Y. Z. Chen" <754097987@qq.com> Date: Sat, 7 May 2016 22:16:08 +0800 Subject: [PATCH 1/2] [fix] Space between Chinese and English. --- 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 9ce612ad..ddd8a267 100644 --- a/book/02-git-basics/sections/viewing-history.asc +++ b/book/02-git-basics/sections/viewing-history.asc @@ -146,7 +146,7 @@ a11bef06a3f659402fe7563abf99ad00de2209e6 first commit ---- 但最有意思的是 format,可以定制要显示的记录格式。 -这样的输出对后期提取分析格外有用 -- 因为你知道输出的格式不会随着Git的更新而发生改变:(((log formatting))) +这样的输出对后期提取分析格外有用 -- 因为你知道输出的格式不会随着 Git 的更新而发生改变:(((log formatting))) [source,console] ---- From 773b80b61c311a347c843f7350d5d3ecf0dbfbeb Mon Sep 17 00:00:00 2001 From: "Y. Z. Chen" <754097987@qq.com> Date: Sat, 7 May 2016 22:32:04 +0800 Subject: [PATCH 2/2] [typo] Add a space between Chinese and numbers. --- 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 ddd8a267..546902d6 100644 --- a/book/02-git-basics/sections/viewing-history.asc +++ b/book/02-git-basics/sections/viewing-history.asc @@ -287,4 +287,4 @@ d1a43f2 - reset --hard/read-tree --reset -u: remove unmerged new paths b0ad11e - pull: allow "git pull origin $something:$current_branch" into an unborn branch ---- -在近40000条提交中,上面的输出仅列出了符合条件的6条记录。 +在近 40000 条提交中,上面的输出仅列出了符合条件的 6 条记录。