From mboxrd@z Thu Jan 1 00:00:00 1970 From: mailings at hupie.com (Ferry Huberts) Date: Wed, 21 Mar 2012 08:15:07 +0100 Subject: [PATCH 2/8] changed wording of deprecated options In-Reply-To: <1332292077-9709-3-git-send-email-jamie.couture@gmail.com> References: <1332292077-9709-1-git-send-email-jamie.couture@gmail.com> <1332292077-9709-3-git-send-email-jamie.couture@gmail.com> Message-ID: <4F697FFB.4030007@hupie.com> On 21-03-12 02:07, Jamie Couture wrote: > 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. > I think you didn't read it well enough :-) The option is deprecated _now_, and _unsupported_ in 1.0 Same for the other options, so no need to change the texts IMHO > 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 -- Ferry Huberts