cGit-UI for Git Repositories

cGit-UI – is a web interface for Git Repositories. cGit CGI script is writen in C and therefore it's fast enough

12 Commits   0 Branches   1 Tag
     5         kx #!/bin/bash
     5         kx 
     5         kx CWD=`pwd`
     5         kx 
     5         kx SCRIPT_DIR=`cd $(dirname ${BASH_SOURCE[0]}) >/dev/null 2>&1 && pwd`
     5         kx program=`basename $0`
     5         kx 
     5         kx cd ${SCRIPT_DIR}/../po
     5         kx 
     5         kx POFILE=ru_RU.utf8.po
     5         kx POTFILE=cgit-ui.pot
     5         kx 
     5         kx msgmerge --update --no-wrap --sort-output --backup=simple ${POFILE} ${POTFILE}