git.mcksp
gituwa - static git web frontend generator
git clone https://git.mcksp.com/gituwa.git
icons
.gitignore
Makefile
README
gituwa.c

gituwa
------

static git web frontend generator.

It lets you browse file tree, display file content,
and also prepare nice repo main page with file tree,
photo of your project and README.

work in progress :)

build
-----
You should have installed libgit2 on your computer, then:
$ make


Usage 
-----
$ gituwa [repo_path] [output_path] [repository_description]

where repo_path can be a path to bare repository,
and repository description is a short text
that will be displayed next to name of the repository.

To update files automatically on git push
I recommend updating post-receive hook of repositories
to include call of gituwa.