stagit-scripts

Personal companion scripts for stagit
git clone _git@git.zakaria.org/stagit-scripts.git
Log | Files | Refs | README

commit 1c9efa289faf1ad4599dfbba8d14531096bf3631
parent 10d169b70b8627356beb206e7737bd2edb41b537
Author: zakaria <e-zk@users.noreply.github.com>
Date:   Mon, 31 Jan 2022 20:20:46 +1000

Add example config.rc

Diffstat:
Aconfig.rc | 16++++++++++++++++
1 file changed, 16 insertions(+), 0 deletions(-)

diff --git a/config.rc b/config.rc @@ -0,0 +1,16 @@ +# home of the git user +GIT_HOME="/var/git" +# directory where bare repos are stored +GIT_REPOS="${GIT_HOME}/repos" +# where .html will be generated +WWW_HOME="/var/www/htdocs/git.example.com" + +# clone uri displayed at top of page +CLONE_URI="_git@git.example.com" + +# defaults +DEFAULT_OWNER="zakaria" +DEFAULT_DESC="" + +# git user +GIT_USER="_git"