]> git.cameronkatri.com Git - cgit.git/blobdiff - cgitrc.5.txt
cgit: prepare repo before error pages
[cgit.git] / cgitrc.5.txt
index 94901bd9f9276b46b8ba5a8783a9e257e59a4742..4da166c51f90ed16a12731179a9988a674fdbf0b 100644 (file)
@@ -141,6 +141,11 @@ embedded::
        suitable for embedding in other html pages. Default value: none. See
        also: "noheader".
 
+enable-blame::
+       Flag which, when set to "1", will allow cgit to provide a "blame" page
+       for files, and will make it generate links to that page in appropriate
+       places. Default value: "0".
+
 enable-commit-graph::
        Flag which, when set to "1", will make cgit print an ASCII-art commit
        history graph to the left of the commit messages in the repository
@@ -523,7 +528,7 @@ repo.enable-subject-links::
        A flag which can be used to override the global setting
        `enable-subject-links'. Default value: none.
 
-enable-html-serving::
+repo.enable-html-serving::
        A flag which can be used to override the global setting
        `enable-html-serving`. Default value: none.
 
@@ -676,14 +681,14 @@ commit filter::
        expected on standard output.
 
 email filter::
-       This filter is given two parameters: the email address of the relevent
+       This filter is given two parameters: the email address of the relevant
        author and a string indicating the originating page. The filter will
        then receive the text string to format on standard input and is
        expected to write to standard output the formatted text to be included
        in the page.
 
 owner filter::
-       This filter is given no arguments.  The owner text is avilable on
+       This filter is given no arguments.  The owner text is available on
        standard input and the filter is expected to write to standard
        output.  The output is included in the Owner column.
 
@@ -799,6 +804,10 @@ enable-http-clone=1
 enable-index-links=1
 
 
+# Enable blame page and create links to it from tree page
+enable-blame=1
+
+
 # Enable ASCII art commit history graph on the log pages
 enable-commit-graph=1