aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeLines
* Print an error if filename is not found in html_include.Gravatar Harley Laue2008-04-30-1/+5
* Merge branch 'lh/about'Gravatar Lars Hjemli2008-04-29-16/+100
|\
| * Add 'about site' and 'about repo' pagesGravatar Lars Hjemli2008-04-29-3/+59
| * Prepare for 'about site' page / add 'root-readme' option to cgitrcGravatar Lars Hjemli2008-04-29-0/+10
| * Make it possible for a single cmd to work both with and without a repoGravatar Lars Hjemli2008-04-29-1/+10
| * Re-enable 'index-info' and add support for 'root-desc' in cgitrcGravatar Lars Hjemli2008-04-29-1/+8
| * Move included header-file out of repolist tableGravatar Lars Hjemli2008-04-29-6/+3
| * Prepare for 'about repo' pageGravatar Lars Hjemli2008-04-29-5/+10
|/
* ui-diff: remove test on object typeGravatar Lars Hjemli2008-04-25-6/+0
* Integrate diffstat with diffGravatar Lars Hjemli2008-04-25-142/+152
* Fix commitdiff annoyanceGravatar Lars Hjemli2008-04-18-1/+1
* Cleanup page headerGravatar Lars Hjemli2008-04-15-17/+4
* Fix search in repo index even if caching is enabledGravatar Lars Hjemli2008-04-15-1/+3
* Make a few more columns in repolist and log view clickableGravatar Lars Hjemli2008-04-15-0/+7
* Make branches, tags and log play better together in the summary viewGravatar Lars Hjemli2008-04-15-34/+43
* Fix more css uglinessGravatar Lars Hjemli2008-04-15-10/+4
* cgit.css: set form marginsGravatar Lars Hjemli2008-04-14-1/+1
* Fix css font-familyGravatar Lars Hjemli2008-04-14-1/+1
* Merge branch 'lh/layout'Gravatar Lars Hjemli2008-04-13-180/+238
|\
| * Make repository search case insensitiveGravatar Lars Hjemli2008-04-13-4/+11
| * Remove 'patch' link from tab, add to commit viewGravatar Lars Hjemli2008-04-13-2/+8
| * Implement minimal freetext search in the repolistGravatar Lars Hjemli2008-04-13-13/+47
| * More layout fixesGravatar Lars Hjemli2008-04-13-33/+98
| * Minor fixup in tree-view cssGravatar Lars Hjemli2008-04-13-3/+2
| * Reintroduce the branch switcherGravatar Lars Hjemli2008-04-13-0/+17
| * Add fixed link to index page from repo headerGravatar Lars Hjemli2008-04-13-3/+9
| * Include diff in commit viewGravatar Lars Hjemli2008-04-13-3/+5
| * Replace sidebar/logoGravatar Lars Hjemli2008-04-13-175/+97
|/
* Use GIT-1.5.5Gravatar Lars Hjemli2008-04-10-1/+1
* Don't specify mimetype in ui-blob.cGravatar Lars Hjemli2008-04-09-2/+3
* Merge branch 'lh/cleanup'Gravatar Lars Hjemli2008-04-09-1117/+1379
|\
| * Reset ctx.repo to NULL when the config parser is finishedGravatar Lars Hjemli2008-04-09-0/+1
| * Move cgit_parse_query() from parsing.c to html.c as http_parse_querystring()Gravatar Lars Hjemli2008-04-09-64/+68
| * Move function for configfile parsing into configfile.[ch]Gravatar Lars Hjemli2008-03-28-78/+99
| * Add cache.hGravatar Lars Hjemli2008-03-27-14/+25
| * Remove global and obsolete cgit_cmdGravatar Lars Hjemli2008-03-25-2/+1
| * Makefile: copy the QUIET constructs from the Makefile in git.gitGravatar Lars Hjemli2008-03-25-5/+31
| * Move cgit_version from shared.c to cgit.cGravatar Lars Hjemli2008-03-25-3/+5
| * Makefile: autobuild dependency rulesGravatar Lars Hjemli2008-03-25-1/+11
| * Initial Makefile cleanupGravatar Lars Hjemli2008-03-25-7/+22
| * Move non-generic functions from shared.c to cgit.cGravatar Lars Hjemli2008-03-25-157/+155
| * Add ui-shared.hGravatar Lars Hjemli2008-03-25-32/+47
| * Add separate header-files for each page/viewGravatar Lars Hjemli2008-03-25-189/+257
| * Refactor snapshot supportGravatar Lars Hjemli2008-03-25-86/+90
| * Add command dispatcherGravatar Lars Hjemli2008-03-24-110/+169
| * Remove obsolete cacheitem parameter to ui-functionsGravatar Lars Hjemli2008-03-24-17/+16
| * Add struct cgit_page to cgit_contextGravatar Lars Hjemli2008-03-24-88/+113
| * Introduce html.hGravatar Lars Hjemli2008-03-18-46/+71
| * Improve initialization of git directoryGravatar Lars Hjemli2008-02-17-10/+9
| * Move cgit_repo into cgit_contextGravatar Lars Hjemli2008-02-16-103/+101