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:57 -0400 Subject: [PATCH 8/8] cgitrc.5.txt: one vs. two word changes 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-9-git-send-email-jamie.couture@gmail.com> split a few words into two, or hyphenated where it made sense Signed-off-by: Jamie Couture --- cgitrc.5.txt | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/cgitrc.5.txt b/cgitrc.5.txt index b5852fc..2b7d427 100644 --- a/cgitrc.5.txt +++ b/cgitrc.5.txt @@ -85,7 +85,7 @@ 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 command will be included verbatim as the commit message, i.e. this can - be used to implement bugtracker integration. Default value: none. + be used to implement bug tracker integration. Default value: none. See also: "FILTER API". css:: @@ -143,8 +143,8 @@ enable-subject-links:: "repo.enable-subject-links". enable-tree-linenumbers:: - Flag which, when set to "1", will make cgit generate linenumber links - for plaintext blobs printed in the tree view. Default value: "1". + Flag which, when set to "1", will make cgit generate line number links + for plain text blobs printed in the tree view. Default value: "1". favicon:: Url used as link to a shortcut icon for cgit. If specified, it is @@ -165,7 +165,7 @@ header:: verbatim at the top of all pages. Default value: none. include:: - Name of a configfile to include before the rest of the current config- + Name of a config-file to include before the rest of the current config- file is parsed. Default value: none. See also: "MACRO EXPANSION". index-header:: @@ -223,7 +223,7 @@ max-stats:: disabled. Default value: none. See also: "repo.max-stats". mimetype.:: - Set the mimetype for the specified filename extension. This is used + Set the mime-type for the specified filename extension. This is used by the `plain` command when returning blob content. mimetype-file:: @@ -273,7 +273,7 @@ remove-suffix:: renamelimit:: Maximum number of files to consider when detecting renames. The value - "-1" uses the compiletime value in git (for further info, look at + "-1" uses the compile time value in git (for further info, look at `man git-diff`). Default value: "-1". repo.group:: @@ -306,7 +306,7 @@ scan-hidden-path:: Default value: 0. See also: scan-path. scan-path:: - A path which will be scanned for repositories. If caching is enabled, + A path scanned for repositories. If caching is enabled, the result will be cached as a cgitrc include-file in the cache directory. If project-list has been defined prior to scan-path, scan-path loads only the directories listed in the file pointed to by @@ -337,7 +337,7 @@ snapshots:: none. source-filter:: - Specifies a command which will be invoked to format plaintext blobs + Specifies a command which will be invoked to format plain text blobs in the tree view. The command will get the blob content on its STDIN and the name of the blob as its only command line argument. The STDOUT from the command will be included verbatim as the blob contents, i.e. -- 1.7.9.3