From: Tomas Doran Date: Sun, 13 Nov 2011 12:48:29 +0000 (+0000) Subject: Fix README X-Git-Tag: 0.003007~20 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=e3c4b5ae55d0260f2ebac0931b0a2029c265fe8b;p=catagits%2FGitalist.git Fix README --- diff --git a/README b/README index e7e9663..9ba448a 100644 --- a/README +++ b/README @@ -175,6 +175,16 @@ CONFIGURATION If provided every must contain a file of the same name to be visible. This is similar to "gitweb"'s functionality. + class + If you want a different way of surfacing repositories you can use + your own model (i.e something that composes + Gitalist::Git::CollectionOfRepositories) and specify the class name + with this config option. + + args + Any additional arguments to be passed into the Model constructor, + only of use when used in conjunction with "class" (see above). + paging log The number of commits to show in the summary, shortlog and longlog views.