git-server

git server-side stuff | stagit
git clone git://git.ckyln.com/~cem/hooks.git
Log | Files | Refs | README

config.def (1581B)


      1 ## CONFIGURATION ##
      2 ################################################################################
      3 
      4 # GENERAL
      5 ################################################################################
      6 # Default url name to be used as the base of the clone URL
      7 # Example: git://git.example.com
      8 BASE_URL=
      9 
     10 # Default owner name (if the 'owner' file doesn't exist)
     11 OWNER=
     12 
     13 # Directory path where repositories are stored.
     14 # Example: /home/git/repositories
     15 REPO_DIR=
     16 
     17 # STAGIT
     18 ################################################################################
     19 # Path to site directory. This is where your log and indexes will be placed.
     20 # Example: /home/user-data/git.example.com
     21 STAGIT_DIR=
     22 
     23 # Path to your css/icons, these will be added to your base site and will be
     24 # linked to every directory.
     25 CSS=
     26 FAVICON=
     27 LOGO=
     28 
     29 # Title of your stagit page. This will be displayed on the main index.html file.
     30 TITLE=
     31 
     32 # External URL. This will be added to the image on the main index.html file.
     33 EXTERN_URL=
     34 
     35 
     36 # PLAIN FILES
     37 ################################################################################
     38 # Create tarballs of every repository. By default, the script creates tarballs
     39 # if the repository contains a file named 'archive'. If this option is set to 1,
     40 # it will create these tarballs regardless of the file. These tarballs are
     41 # created for each tag and each branch.
     42 ARCHIVE_ALL=
     43 
     44 # If this option is set to 1, this will output raw files for every repository
     45 # instead of looking for a file named 'raw', similar to the previous option.
     46 # 'raw' creates a raw directory for every branch.
     47 RAW_ALL=