Top Level Namespace

Constant Summary collapse

DEBUG_LEVEL =
Logger::ERROR
GIT_R_REGEX =

Examples of commands that are permitted and that are used by git (git clone/git fetch/git push/git pull)

git-upload-pack '/home/user/repo/Notes.git'
git-receive-pack '/home/user/repo/Notes.git'
git-upload-pack 'Notes.git'
/^git[\-](upload)[\-]pack '([0-9a-zA-Z\-_\/]+)([.]git)?'$/
GIT_RW_REGEX =
/^git[\-](upload|receive)[\-]pack '([0-9a-zA-Z\-_\/]+)([.]git)?'$/