Skip to content

Commit ba3bee1

Browse files
author
zhch
committed
同步中英版本的行数
1 parent fe539e0 commit ba3bee1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

book/10-git-internals/sections/environment.asc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,6 @@ Git 使用 `curl` 库通过 HTTP来完成网络操作, 所以 *`GIT_CURL_VERBO
108108
如果设置了这个值, Git 会在调用 `git diff` 时调用指定的程序。
109109

110110
*`GIT_DIFF_PATH_COUNTER`* and *`GIT_DIFF_PATH_TOTAL`* 在 `GIT_EXTERNAL_DIFF` 或 `diff.external` 指定的程序内容有用。
111-
112111
前面一个表示在一系列文件中哪个是被比较的(从 1 开始),后面一个表示批量一次多少个文件。 ( 原文: The former represents which file in a series is being diffed (starting with 1), and the latter is the total number of files in the batch. )
113112

114113
*`GIT_MERGE_VERBOSITY`* 控制递归合并策略的输出。
@@ -130,7 +129,6 @@ Git 内置了相当完整的跟踪信息,你需要做的就是把它们打开
130129
这些变量的可以用的值如下:
131130

132131
* ``true'', ``1'', 或 ``2'' – 跟踪类别写到标准错误输出.
133-
* ``true'', ``1'', 或 ``2'' – the trace category is written to stderr.
134132
* 以 `/` 开头的绝对路径 – 跟踪输出会被写到那个文件。
135133

136134
*`GIT_TRACE`* controls general traces, which don't fit into any specific category.

0 commit comments

Comments
 (0)