summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Rename config.c to parsing.c + move cgit_parse_query from cgit.c to parsing.cLars Hjemli2006-12-114-28/+29
* Avoid infinite loops in caching layerLars Hjemli2006-12-113-14/+31
* Let 'make install' clear all cachefilesLars Hjemli2006-12-111-0/+2
* Fix cache algorithm loopholeLars Hjemli2006-12-113-11/+16
* Add version identifier in generated filesLars Hjemli2006-12-102-9/+14
* Add license file and copyright noticesLars Hjemli2006-12-105-0/+372
* Add caching infrastructureLars Hjemli2006-12-109-28/+353
* Add .gitignoreLars Hjemli2006-12-091-0/+3
* Replace useless make rules with generic $(OBJECTS) dependencyLars Hjemli2006-12-091-5/+1
* Import cgit prototype from git treeLars Hjemli2006-12-097-0/+1090
681488ef5df0&follow=1'>Implement 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