You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*`GIT_DIFF_PATH_COUNTER`* and *`GIT_DIFF_PATH_TOTAL`* 在 `GIT_EXTERNAL_DIFF` 或 `diff.external` 指定的程序内容有用。
111
-
112
111
前面一个表示在一系列文件中哪个是被比较的(从 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. )
113
112
114
113
*`GIT_MERGE_VERBOSITY`* 控制递归合并策略的输出。
@@ -130,7 +129,6 @@ Git 内置了相当完整的跟踪信息,你需要做的就是把它们打开
130
129
这些变量的可以用的值如下:
131
130
132
131
* ``true'', ``1'', 或 ``2'' – 跟踪类别写到标准错误输出.
133
-
* ``true'', ``1'', 或 ``2'' – the trace category is written to stderr.
134
132
* 以 `/` 开头的绝对路径 – 跟踪输出会被写到那个文件。
135
133
136
134
*`GIT_TRACE`* controls general traces, which don't fit into any specific category.
0 commit comments