|
NAMEstagit-index —
static git index page generator
SYNOPSIS
DESCRIPTIONstagit-index will create an index HTML page for the
repositories specified and writes the HTML data to stdout. The repos in the
index are in the same order as the arguments repodir
specified.
The basename of the directory is used as the repository name. The suffix ".git" is removed from the basename, this suffix is commonly used for "bare" repos. The content of the follow files specifies the meta data for each repository:
For changing the style of the page you can use the following files:
EXAMPLEScd htmlroot stagit-index path/to/gitrepo1 path/to/gitrepo2 > index.html SEE ALSOstagit(1)AUTHORSHiltjo Posthuma <hiltjo@codemadness.org>
Visit the GSP FreeBSD Man Page Interface. |