summary refs log tree commit diff
Commit message (Expand)AuthorAge
...
* Ignore directory .swp filesJune McEnroe2015-12-30
* Color prompt yellow in vi normal modeJune McEnroe2015-12-16
* Remove colorcolumn at 120June McEnroe2015-11-23
* Always git rebase --autosquashJune McEnroe2015-11-23
* Add inverted shift to KarabinerJune McEnroe2015-11-18
* Clean up git configsJune McEnroe2015-11-06
* Add prune scriptJune McEnroe2015-11-06
* Update vendored Gruvbox colorschemeJune McEnroe2015-11-03
* Redefine _newline_precmd in _newline_precmdJune McEnroe2015-11-02
* Print newline before every prompt after firstJune McEnroe2015-11-02
* Remove first prompt placementJune McEnroe2015-11-02
* Newline before prompt and start at bottom of terminalJune McEnroe2015-11-02
* Add chruby to zshrcJune McEnroe2015-10-27
* Add SSH configJune McEnroe2015-10-22
* Spawn login shells in iTermJune McEnroe2015-10-22
* Zoom iTerm only verticallyJune McEnroe2015-07-12
* Update iTerm2 configurationJune McEnroe2015-07-11
* Add mkdir -p to import scriptJune McEnroe2015-07-05
* Add license to readmeJune McEnroe2015-07-04
* Add pathogen to vimJune McEnroe2015-07-04
* Add send-prefix bindingJune McEnroe2015-05-28
* Bash is usually in /binJune McEnroe2015-05-28
* Swap windows instead of moving themJune McEnroe2015-05-24
* Replace effuse with simple shell scriptsJune McEnroe2015-05-24
* Add tmux shortcut functionsJune McEnroe2015-05-23
* More tmux configurationJune McEnroe2015-05-23
* Add tmux configurationJune McEnroe2015-05-22
* Set scrolloff=1June McEnroe2015-05-13
* Truncate RPROMPT with negative lengthJune McEnroe2015-02-18
* Fix timeoutlen so leader still worksJune McEnroe2015-02-16
* Prevent esc delay in terminal vimJune McEnroe2015-02-15
* Fix git prompt for branches with slashesJune McEnroe2015-02-15
* Clean upJune McEnroe2015-02-14
* Switch back to gruvbox iTerm themeJune McEnroe2015-02-14
* Switch back to gruvbox vim themeJune McEnroe2015-02-14
* Prevent red first promptJune McEnroe2015-02-14
* New minimal zshrcJune McEnroe2015-02-14
* Use Hybrid colours in iTerm2June McEnroe2015-02-13
* New minimal vimrcJune McEnroe2015-02-13
* Add more bytes to randpasswd and use URL base64June McEnroe2015-01-16
* Add vim-signature pluginJune McEnroe2015-01-16
* Ignore .DS_StoreJune McEnroe2015-01-06
* Add Karabiner configurationJune McEnroe2015-01-06
* Add git rebase aliasesJune McEnroe2015-01-06
* Add vman alias for vim-supermanJune McEnroe2015-01-06
* Add vim-supermanJune McEnroe2015-01-06
* Add LimeLight to GoyoJune McEnroe2015-01-06
* Swap 0 and ^ in VimJune McEnroe2015-01-06
* Highlight columns 80, 100, 120June McEnroe2015-01-06
* Add iTerm2 to effuse exlcudeJune McEnroe2014-11-29
gheader'>2009-06-07Return http statuscode 404 on unknown branchLars Hjemli Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2009-06-07Add head-include configuration option.Mark Lodato This patch adds an option to the configuration file, "head-include", which works just like "header" or "footer", except the content is put into the HTML's <head> tag. 2009-03-15CGIT 0.8.2.1Lars Hjemli Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2009-03-15Fix doc-related glitches in Makefile and .gitignoreLars Hjemli Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2009-03-15ui-snapshot: avoid segfault when no filename is specifiedLars Hjemli Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2009-03-15fix segfault when displaying empty blobsEric Wong When size is zero, subtracting one from it turns it into ULONG_MAX which causes an out-of-bounds access on buf. Signed-off-by: Eric Wong <normalperson@yhbt.net> Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2009-02-19Add support for HEAD requestsLars Hjemli This is a quick 'n dirty hack which makes cgit honor HEAD requests. Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2009-02-19Add support for ETag in 'plain' viewLars Hjemli When downloading a blob identified by its path, the client might want to know if the blob has been modified since a previous download of the same path. To this end, an ETag containing the blob SHA1 seems to be ideal. Todo: add support for HEAD requests... Suggested-by: Owen Taylor <otaylor@redhat.com> Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2009-02-12ui-tree: escape ascii-text properly in hexdump viewLars Hjemli Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2009-02-12Makefile: add doc-related targetsLars Hjemli