summary refs log tree commit diff
Commit message (Expand)AuthorAge
...
* Fix ascii alignment in xxJune McEnroe2016-09-12
* Add -s flag to xxJune McEnroe2016-09-12
* Add -a flag to xxJune McEnroe2016-09-12
* Add -o flag to xxJune McEnroe2016-09-12
* Add -g option to xxJune McEnroe2016-09-12
* Add -c option to xxJune McEnroe2016-09-12
* Add .bin/xx.cJune McEnroe2016-09-12
* Rename colorscheme to lameJune McEnroe2016-09-08
* Simplify colors syntax in zsh promptJune McEnroe2016-09-04
* Color rubyStringDelimiter as StringJune McEnroe2016-08-29
* Highlight rubyDefine as StructureJune McEnroe2016-08-24
* Remove scroll bindings from nvim configJune McEnroe2016-08-23
* Highlight Search with black foregroundJune McEnroe2016-08-17
* Remove gruvboxJune McEnroe2016-08-15
* Remove march from SSH configJune McEnroe2016-08-04
* Disable tab indicators in iTermJune McEnroe2016-08-01
* Color PreProc DarkGreenJune McEnroe2016-07-30
* Color Structure and Typedef in grayJune McEnroe2016-07-29
* Color comments DarkBlue and LightBlueJune McEnroe2016-07-27
* Color macros in yellowJune McEnroe2016-07-27
* Colorscheme colors and schemesJune McEnroe2016-07-26
* Add ''subtle'' colorschemeJune McEnroe2016-07-26
* Add htoprcJune McEnroe2016-07-26
* Add may and refactor ssh configJune McEnroe2016-07-24
* Disable cursorlineJune McEnroe2016-07-18
* Use hard constrast gruvbox darkJune McEnroe2016-07-18
* Remove vim configurationJune McEnroe2016-07-15
* Add readline to README configurations listJune McEnroe2016-07-15
* Add vendor script to READMEJune McEnroe2016-07-15
* Pull latest pathogen and gruvboxJune McEnroe2016-07-15
* Add vendoring scriptJune McEnroe2016-07-15
* Use vi editing mode in readlineJune McEnroe2016-07-11
* Highlight backquote strings in NASMJune McEnroe2016-07-09
* Force ft=nasm for *.asm and *.macJune McEnroe2016-07-09
* Highlight numbers with underscores in NASMJune McEnroe2016-07-09
* Vendor NASM syntax fileJune McEnroe2016-07-09
* Swap square brackets and bracesJune McEnroe2016-07-08
* Forward SSH agent to *.localJune McEnroe2016-07-04
* Check one directory up for .git/HEADJune McEnroe2016-06-20
* Set undofileJune McEnroe2016-06-18
* Use more as pager in psqlJune McEnroe2016-06-17
* Set PAGER=lessJune McEnroe2016-06-09
* Add port to april ssh configJune McEnroe2016-06-06
* Add april to SSHJune McEnroe2016-05-28
* Set background in nvim from iTerm profileJune McEnroe2016-05-16
* Add light iTerm profileJune McEnroe2016-05-15
* Set gruvbox vert split relative to backgroundJune McEnroe2016-05-15
* Cache GPG key for half an hourJune McEnroe2016-05-15
* Test for linux insteadJune McEnroe2016-04-29
* Remove explicit syntax/filetype onJune McEnroe2016-04-29
DME. Also, add a make-rule to build the git binaries if necessary + a dependency between cgit and libgit.a. Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2007-02-04Update cgitrc templateLars Hjemli Make the descriptions more helpfull. Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2007-02-04Add 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