[PATCH 2/8] changed wording of deprecated options

Jamie Couture jamie.couture at gmail.com
Wed Mar 21 02:07:51 CET 2012


Signed-off-by: Jamie Couture <jamie.couture at gmail.com>
---
 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





More information about the CGit mailing list