11 lines
330 B
Bash
Executable file
11 lines
330 B
Bash
Executable file
#!/bin/sh
|
|
|
|
# place this file in the 'hooks' directory of a bare git repository
|
|
# this assumes that repo2html is in your path
|
|
|
|
export GIT_WWW=/var/www/git/
|
|
export GIT_WWW_CLONE_URL=git://git.m455.casa
|
|
export GIT_WWW_TITLE=git.m455.casa
|
|
export GIT_WWW_DESCRIPTION="m455's git repositories"
|
|
export GIT_WWW_H1=git.m455.casa
|
|
repo2html
|