Skip to content

Commit 8fc5349

Browse files
liuyunbinnetworm
authored andcommitted
修复由于缺少空格导致 git_deflate_bound 的显示问题
1 parent c2eb946 commit 8fc5349

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/07-git-tools/sections/searching.asc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ ef49a7a zlib: zlib can only process 4GB at a time
119119
行日志搜索是另一个相当高级并且有用的日志搜索功能。
120120
在 `git log` 后加上 `-L` 选项即可调用,它可以展示代码中一行或者一个函数的历史。
121121

122-
例如,假设我们想查看 `zlib.c` 文件中`git_deflate_bound` 函数的每一次变更,
122+
例如,假设我们想查看 `zlib.c` 文件中 `git_deflate_bound` 函数的每一次变更,
123123
我们可以执行 `git log -L :git_deflate_bound:zlib.c`。
124124
Git 会尝试找出这个函数的范围,然后查找历史记录,并且显示从函数创建之后一系列变更对应的补丁。
125125

0 commit comments

Comments
 (0)