GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
STAGIT-INDEX(1) FreeBSD General Commands Manual STAGIT-INDEX(1)

stagit-index
static git index page generator

stagit-index [repodir...]

stagit-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:

.git/description or description (bare repos).
description
.git/owner or owner (bare repo).
owner of repository

For changing the style of the page you can use the following files:

favicon.png
favicon image.
logo.png
32x32 logo.
style.css
CSS stylesheet.

cd htmlroot
stagit-index path/to/gitrepo1 path/to/gitrepo2 > index.html

stagit(1)

Hiltjo Posthuma <hiltjo@codemadness.org>
August 2, 2021 FreeBSD 13.1-RELEASE

Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.