The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Gitalist::Controller::Root - Root Controller for Gitalist

DESCRIPTION

[enter your description here]

METHODS

index

Provides the project listing.

summary

A summary of what's happening in the repo.

heads

The current list of heads (aka branches) in the repo.

tags

The current list of tags in the repo.

blob

The blob action i.e the contents of a file.

blob_plain

The plain text version of blob, where file is rendered as is.

blobdiff_plain

The plain text version of blobdiff.

blobdiff

Exposes a given diff of a blob.

commit

Exposes a given commit.

commitdiff

Exposes a given diff of a commit.

shortlog

Expose an abbreviated log of a given sha1.

log

Calls shortlog internally. Perhaps that should be reversed ...

tree

The tree of a given commit.

reflog

Expose the local reflog. This may go away.

The action for the search form.

search_help

Provides some help for the search form.

atom

Provides an atom feed for a given project.

rss

Provides an RSS feed for a given project.

patch

A raw patch for a given commit.

patches

The patcheset for a given commit ???

snapshot

Provides a snapshot of a given commit.

auto

Populate the header and footer. Perhaps not the best location.

end

Attempt to render a view, if needed.

NAME

Gitalist::Controller::Root - Root controller for the application

DESCRIPTION

This controller handles all of the root level paths for the application

METHODS

age_string

blame

commitdiff_plain

error_404

history

opml

project_index

AUTHORS

See Gitalist for authors.

LICENSE

See Gitalist for the license.