We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2eb946 commit 8fc5349Copy full SHA for 8fc5349
book/07-git-tools/sections/searching.asc
@@ -119,7 +119,7 @@ ef49a7a zlib: zlib can only process 4GB at a time
119
行日志搜索是另一个相当高级并且有用的日志搜索功能。
120
在 `git log` 后加上 `-L` 选项即可调用,它可以展示代码中一行或者一个函数的历史。
121
122
-例如,假设我们想查看 `zlib.c` 文件中`git_deflate_bound` 函数的每一次变更,
+例如,假设我们想查看 `zlib.c` 文件中 `git_deflate_bound` 函数的每一次变更,
123
我们可以执行 `git log -L :git_deflate_bound:zlib.c`。
124
Git 会尝试找出这个函数的范围,然后查找历史记录,并且显示从函数创建之后一系列变更对应的补丁。
125
0 commit comments