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:
authorAlejandro Rodríguez <alejorro70@gmail.com>2017-06-02 21:16:42 +0300
committerAlejandro Rodríguez <alejorro70@gmail.com>2017-07-12 01:07:49 +0300
commitbd1d3a30d8ae89725d84cc080fca2a1be2cbc29d (patch)
tree9c3fc60a94d0d8fd40e7dd718149a23e6664e38b /config.toml.example
parente60a7c09ce99099390011dce7ca3e8cb3938ab7a (diff)
Add config to specify a git binary path
Diffstat (limited to 'config.toml.example')
-rw-r--r--config.toml.example4
1 files changed, 4 insertions, 0 deletions
diff --git a/config.toml.example b/config.toml.example
index b10a37523..ff867cdec 100644
--- a/config.toml.example
+++ b/config.toml.example
@@ -10,6 +10,10 @@ socket_path = "/home/git/gitlab/tmp/sockets/private/gitaly.socket"
# prometheus_listen_addr = "localhost:9236"
#
+# # Git executable settings
+# [git]
+# bin_path = "/usr/bin/git"
+
[[storage]]
name = "default"
path = "/home/git/repositories"