From mboxrd@z Thu Jan 1 00:00:00 1970 From: jamie.couture at gmail.com (Jamie Couture) Date: Tue, 20 Mar 2012 21:07:51 -0400 Subject: [PATCH 2/8] changed wording of deprecated options In-Reply-To: <1332292077-9709-1-git-send-email-jamie.couture@gmail.com> References: <1332292077-9709-1-git-send-email-jamie.couture@gmail.com> Message-ID: <1332292077-9709-3-git-send-email-jamie.couture@gmail.com> Signed-off-by: Jamie Couture --- cgitrc.5.txt | 23 +++++++++-------------- 1 file changed, 9 insertions(+), 14 deletions(-) diff --git a/cgitrc.5.txt b/cgitrc.5.txt index 971d960..2329087 100644 --- a/cgitrc.5.txt +++ b/cgitrc.5.txt @@ -457,26 +457,21 @@ DEPRECATED OPTIONS ------------------ index-header:: - The content of the file specified with this option will be included - verbatim above the repository index. This setting is deprecated, and - will not be supported by cgit-1.0 (use root-readme instead). Default - value: none. + Use `root-readme` instead. Deprecated since _v1.0_. The content of the + file specified with this option will be included verbatim above the + repository index. Default value: none. index-info:: - The content of the file specified with this option will be included - verbatim below the heading on the repository index page. This setting - is deprecated, and will not be supported by cgit-1.0 (use root-desc - instead). Default value: none. + Use `root-desc` instead. Deprecated since _v1.0_. The content of the file + specified with this option will be included verbatim below the heading on + the repository index page. Default value: none. nocache:: - If set to the value "1" caching will be disabled. This settings is - deprecated, and will not be honored starting with cgit-1.0. Default - value: "0". + Deprecated since _v1.0_. If set to the value "1" caching will be + disabled. Default value: "0". repo.group:: - Legacy alias for "section". This option is deprecated and will not be - supported in cgit-1.0. - + Deprecated since _v1.0_. Legacy alias for "section". REPOSITORY-SPECIFIC CGITRC FILE -- 1.7.9.3