X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=README;h=9ba448a711ecbf75fbb87b39082f2de435000a63;hb=4d334b5359bb28a7b0781c44db9ebe710be22965;hp=e7e9663a2bbb7217d68e4bfad50ea90d44609fa4;hpb=1ff94f744944764df3f541f7caf739180e90e17b;p=catagits%2FGitalist.git 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.