From 483b4d4ad2c5d2b301acef443cec1995b133a4e9 Mon Sep 17 00:00:00 2001 From: "Kyle J. McKay" Date: Mon, 6 Apr 2015 18:43:26 -0700 Subject: [PATCH] Documentation/gitweb.txt: add 'frontpage' action info Signed-off-by: Kyle J. McKay --- Documentation/gitweb.txt | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/Documentation/gitweb.txt b/Documentation/gitweb.txt index cd9c8951b2..e87a461b65 100644 --- a/Documentation/gitweb.txt +++ b/Documentation/gitweb.txt @@ -324,9 +324,13 @@ Actions: ~~~~~~~~ The standard actions are: +frontpage:: + Same as project_list unless `$frontpage_no_project_list` is set to a + non-zero value. This is the default command if no repository is + specified in the URL. + project_list:: - Lists the available Git repositories. This is the default command if no - repository is specified in the URL. + Lists the available Git repositories. summary:: Displays summary about given repository. This is the default command if -- 2.11.4.GIT