Skip to content

Commit 2ebbf4b

Browse files
Geno1024networm
authored andcommitted
[typo] Full-width parentheses instead of half-width. (#316)
* [typo] Full-width parentheses instead of half-width. * [typo] Another parentheses.
1 parent fc422cb commit 2ebbf4b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ a11bef0 - Scott Chacon, 6 years ago : first commit
173173
| `%ae` | 作者的电子邮件地址
174174
| `%ad` | 作者修订日期(可以用 --date= 选项定制格式)
175175
| `%ar` | 作者修订日期,按多久以前的方式显示
176-
| `%cn` | 提交者(committer)的名字
176+
| `%cn` | 提交者committer的名字
177177
| `%ce` | 提交者的电子邮件地址
178178
| `%cd` | 提交日期
179179
| `%cr` | 提交日期,按多久以前的方式显示
@@ -253,7 +253,7 @@ $ git log --since=2.weeks
253253
$ git log -Sfunction_name
254254
----
255255

256-
最后一个很实用的 `git log` 选项是路径(path)
256+
最后一个很实用的 `git log` 选项是路径path
257257
如果只关心某些文件或者目录的历史提交,可以在 git log 选项的最后指定它们的路径。
258258
因为是放在最后位置上的选项,所以用两个短划线(--)隔开之前的选项和后面限定的路径名。
259259

0 commit comments

Comments
 (0)