Skip to content

Commit

Permalink
[fix] Space between Chinese and English. (progit#315)
Browse files Browse the repository at this point in the history
* [fix] Space between Chinese and English.

* [typo] Add a space between Chinese and numbers.
  • Loading branch information
Geno1024 authored and networm committed May 8, 2016
1 parent d912d7d commit fc422cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions book/02-git-basics/sections/viewing-history.asc
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ a11bef06a3f659402fe7563abf99ad00de2209e6 first commit
----

但最有意思的是 format,可以定制要显示的记录格式。
这样的输出对后期提取分析格外有用 -- 因为你知道输出的格式不会随着Git的更新而发生改变:(((log formatting)))
这样的输出对后期提取分析格外有用 -- 因为你知道输出的格式不会随着 Git 的更新而发生改变:(((log formatting)))

[source,console]
----
Expand Down Expand Up @@ -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 条记录

0 comments on commit fc422cb

Please sign in to comment.