about summary refs log tree commit diff
ModeNameSize
-rw-r--r--.gitignore44log plain blame
-rw-r--r--LICENSE35149log plain blame
-rw-r--r--Makefile2545log plain blame
-rw-r--r--README.74470log plain blame
-rw-r--r--buffer.c6270log plain blame
-rw-r--r--catgirl.119335log plain blame
-rw-r--r--chat.c11594log plain blame
-rw-r--r--chat.h10505log plain blame
-rw-r--r--command.c17317log plain blame
-rw-r--r--complete.c4792log plain blame
-rw-r--r--config.c3799log plain blame
-rwxr-xr-xconfigure1148log plain blame
-rw-r--r--edit.c7440log plain blame
-rw-r--r--filter.c4344log plain blame
-rw-r--r--handle.c39417log plain blame
-rw-r--r--irc.c8053log plain blame
-rw-r--r--log.c3368log plain blame
d---------scripts322log plain
-rw-r--r--ui.c32856log plain blame
-rw-r--r--url.c6958log plain blame
-rw-r--r--xdg.c3809log plain blame
rl *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