summaryrefslogtreecommitdiff
path: root/cgit.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Move functions for repolist output into ui-repolist.cLars Hjemli2006-12-111-69/+0
* Move common output-functions into ui-shared.cLars Hjemli2006-12-111-80/+14
* Rename config.c to parsing.c + move cgit_parse_query from cgit.c to parsing.cLars Hjemli2006-12-111-26/+0
* Avoid infinite loops in caching layerLars Hjemli2006-12-111-1/+8
* Fix cache algorithm loopholeLars Hjemli2006-12-111-9/+9
* Add version identifier in generated filesLars Hjemli2006-12-101-3/+6
* Add license file and copyright noticesLars Hjemli2006-12-101-0/+8
* Add caching infrastructureLars Hjemli2006-12-101-15/+102
* Import cgit prototype from git treeLars Hjemli2006-12-091-0/+410
spacesJason A. Donenfeld1-1/+1 2014-05-08generate: use nice ansi colors instead.Jason A. Donenfeld1-3/+2 2014-05-08zsh: posix compatible sed fix for zsh-completionJason A. Donenfeld1-1/+1 2014-05-07Implement interactive init functionSvend Sorensen1-0/+8 2014-05-07Implement interactive rename functionSvend Sorensen1-0/+7 2014-05-07Reorder interactive function to match order of helper functionsSvend Sorensen1-13/+13 2014-05-07Make edit helper function name consistent with other helpersSvend Sorensen1-1/+1 2014-05-07Factor out password completing-read functionSvend Sorensen1-4/+8 2014-05-07Add dash to Package-RequiresSvend Sorensen1-1/+1 2014-05-06Force sane sort order.Jason A. Donenfeld1-2/+2 2014-05-06generate: add --in-place optionJason A. Donenfeld4-9/+33