about summary refs log tree commit diff
BranchCommit messageAuthorAge
masterClean up the INTERFACE sectionJune McEnroe4 months
somasis/tokiponaRevert "handle.c: o pana e toki lon pana/weka kule lon pona/ike"Kylie McClain2 years
vimodeImplement h, lJune McEnroe3 years
enrollDo basic word-wrapping at runtimeJune McEnroe3 years
twitchUse twitch display-name tagJune McEnroe3 years
 
TagDownloadAuthorAge
2.2acatgirl-2.2a.tar.gz  catgirl-2.2a.zip  June McEnroe5 months
2.2catgirl-2.2.tar.gz  catgirl-2.2.zip  June McEnroe15 months
2.1catgirl-2.1.tar.gz  catgirl-2.1.zip  June McEnroe3 years
2.0acatgirl-2.0a.tar.gz  catgirl-2.0a.zip  June McEnroe3 years
2.0catgirl-2.0.tar.gz  catgirl-2.0.zip  June McEnroe3 years
1.9acatgirl-1.9a.tar.gz  catgirl-1.9a.zip  June McEnroe3 years
1.9catgirl-1.9.tar.gz  catgirl-1.9.zip  June McEnroe3 years
1.8catgirl-1.8.tar.gz  catgirl-1.8.zip  June McEnroe3 years
1.7catgirl-1.7.tar.gz  catgirl-1.7.zip  June McEnroe4 years
1.6catgirl-1.6.tar.gz  catgirl-1.6.zip  June McEnroe4 years
1.5catgirl-1.5.tar.gz  catgirl-1.5.zip  June McEnroe4 years
1.4catgirl-1.4.tar.gz  catgirl-1.4.zip  June McEnroe4 years
1.3catgirl-1.3.tar.gz  catgirl-1.3.zip  June McEnroe4 years
1.2catgirl-1.2.tar.gz  catgirl-1.2.zip  June McEnroe4 years
1.1p1catgirl-1.1p1.tar.gz  catgirl-1.1p1.zip  June McEnroe4 years
1.1catgirl-1.1.tar.gz  catgirl-1.1.zip  June McEnroe4 years
1.0catgirl-1.0.tar.gz  catgirl-1.0.zip  June McEnroe4 years
8fb2f056961e577a039ae185d89ab8e2d2840b9e&follow=1'>Add support for lightweight tagsLars Hjemli There is nothing bad about a tag that has no tag-object, but the old code didn't handle such tags correctly. Fix it. Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2007-02-04Read repo-info from /etc/cgitrcLars Hjemli This makes cgit read all repo-info from the configfile, instead of scanning for possible git-dirs below a common root path. This is primarily done to get better security (separate physical path from logical repo-name). In /etc/cgitrc each repo is registered with the following keys: repo.url repo.name repo.path repo.desc repo.owner Note: *Required keys are repo.url and repo.path, all others are optional *Each occurrence of repo.url starts a new repository registration *Default value for repo.name is taken from repo.url *The value of repo.url cannot contain characters with special meaning for urls (i.e. one of /?%&), while repo.name can contain anything. Example: repo.url=cgit-pub repo.name=cgit/public repo.path=/pub/git/cgit repo.desc=My public cgit repo repo.owner=Lars Hjemli repo.url=cgit-priv repo.name=cgit/private repo.path=/home/larsh/src/cgit/.git repo.desc=My private cgit repo repo.owner=Lars Hjemli Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2007-02-04Do not die if tag has no messageLars Hjemli Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2007-02-03Fix search for non-virtual urlsLars Hjemli When cgit don't use virtual urls, the current repo and page url parameters must be included in the search form as hidden input fields. Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2007-01-28Update README with install/config informationLars Hjemli