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
#!/bin/bash

CWD=`pwd`

SCRIPT_DIR=`cd $(dirname ${BASH_SOURCE[0]}) >/dev/null 2>&1 && pwd`
program=`basename $0`

cd ${SCRIPT_DIR}/../po

POFILE=ru_RU.utf8.po
POTFILE=cgit-ui.pot

msgmerge --update --no-wrap --sort-output --backup=simple ${POFILE} ${POTFILE}