Diffstat (limited to 'cgitrc.5.txt')
| -rw-r--r-- | cgitrc.5.txt | 17 |
1 files changed, 3 insertions, 14 deletions
diff --git a/cgitrc.5.txt b/cgitrc.5.txt index 5ba8134..9a9965b 100644 --- a/cgitrc.5.txt +++ b/cgitrc.5.txt @@ -76,11 +76,6 @@ clone-prefix:: setting is only used if `repo.clone-url` is unspecified. Default value: none. -clone-url:: - Space-separated list of clone-url templates. This setting is only - used if `repo.clone-url` is unspecified. Default value: none. See - also: "MACRO EXPANSION", "FILTER API". - commit-filter:: Specifies a command which will be invoked to format commit messages. The command will get the message on its STDIN, and the STDOUT from the @@ -368,7 +363,7 @@ repo.about-filter:: repo.clone-url:: A list of space-separated urls which can be used to clone this repo. - Default value: none. See also: "MACRO EXPANSION". + Default value: none. repo.commit-filter:: Override the default commit-filter. Default value: none. See also: @@ -516,12 +511,6 @@ can be accomplished by adding the following line to /etc/cgitrc: include=/etc/cgitrc.d/$HTTP_HOST -The following options are expanded during request processing, and support -the environment variables defined in "FILTER API": - -- clone-url -- repo.clone-url - EXAMPLE CGITRC FILE ------------------- @@ -531,8 +520,8 @@ EXAMPLE CGITRC FILE cache-size=1000 -# Specify some default clone urls using macro expansion -clone-url=git://foo.org/$CGIT_REPO_URL git@foo.org:$CGIT_REPO_URL +# Specify some default clone prefixes +clone-prefix=git://example.com ssh://example.com/pub/git http://example.com/git # Specify the css url css=/css/cgit.css |