Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Cai <jcai@gitlab.com>2019-12-13 21:20:12 +0300
committerJohn Cai <jcai@gitlab.com>2019-12-13 21:20:12 +0300
commit7d14452b94e8377648e09cca2d6ec00a53d39afb (patch)
tree13aeea077a21d07a2b503f573abfdea363d70aa5
parent278a24a2b69630f63f0534481ed5522524e991cc (diff)
parentbfc06f76ae2cc659a44de2eeb5ff69a417ecce33 (diff)
Merge branch 'da/doc-fix-typo' into 'master'
Fix typo in docs See merge request gitlab-org/gitaly!1691
-rw-r--r--CONTRIBUTING.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index f258c28a2..464f6e271 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -113,7 +113,7 @@ Debug logging can be enabled in Gitaly using `level = "debug"` under `[logging]`
Gitaly will reexport `GIT_TRACE*` [environment variables](https://git-scm.com/book/en/v2/Git-Internals-Environment-Variables) if they are set.
-This can be an aid to debugging some sets of problems. For example, if you would like to know what git is going internally, you can set `GIT_TRACE=true`:
+This can be an aid to debugging some sets of problems. For example, if you would like to know what git is doing internally, you can set `GIT_TRACE=true`:
Note that since git stderr stream will be logged at debug level, you need to enable debug logging in `config.toml`.