X-Git-Url: https://git.distorted.org.uk/~mdw/tig/blobdiff_plain/c3c24b0b819eb1bf56822c53752d6bddcda9d236..b6607e7e796f5b58d64211c022d3e1af6159bdaa:/tig.1.txt?ds=sidebyside diff --git a/tig.1.txt b/tig.1.txt index 30508ea..7b1c779 100644 --- a/tig.1.txt +++ b/tig.1.txt @@ -119,6 +119,13 @@ ENVIRONMENT VARIABLES In addition to environment variables used by git (e.g. GIT_DIR), tig defines the following: +TIGRC_USER:: + Path of the user configuration file (defaults to `~/.tigrc`). + +TIGRC_SYSTEM:: + Path of the system wide configuration file (defaults to + `{sysconfdir}/tigrc`). + TIG_LS_REMOTE:: Set command for retrieving all repository references. The command should output data in the same format as git-ls-remote(1). @@ -153,6 +160,9 @@ FILES '~/.tigrc':: User configuration file. See gitlink:tigrc[5] for examples. +'{sysconfdir}/tigrc':: + System wide configuration file. + '$GIT_DIR/config':: Repository config file. Read on start-up with the help of git-config(1).