aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeLines
...
| * Implement plain viewGravatar Lars Hjemli2008-08-06-0/+106
* | Merge branch 'lh/clone'Gravatar Lars Hjemli2008-09-02-0/+140
|\ \ | |/
| * Add support for cloning over httpGravatar Lars Hjemli2008-08-06-0/+140
* | cache.c: use %zd for off_t argumentGravatar Lars Hjemli2008-09-02-1/+1
* | Use GIT-1.6.0.rc1Gravatar Lars Hjemli2008-08-07-1/+1
* | Makefile: Git dependency, take 3Gravatar Lars Hjemli2008-08-07-5/+3
* | Merge branch 'lh/atom'Gravatar Lars Hjemli2008-08-06-0/+168
|\ \
| * | Add atom-supportGravatar Lars Hjemli2008-08-02-0/+168
| |/
* | cgitrc: explain new local-time optionGravatar Stefan Naewe2008-08-05-0/+2
|/
* Added `local-time` option to cgitrcGravatar Stefan Naewe2008-08-02-10/+17
* Makefile: another take on git dependency rulesGravatar Lars Hjemli2008-08-01-7/+5
* Modify default value for a few cgitrc optionsGravatar Lars Hjemli2008-07-27-2/+5
* Be prepared for empty repositoriesGravatar Lars Hjemli2008-07-27-4/+9
* ui-shared: show repo owner along with descriptionGravatar Lars Hjemli2008-07-27-3/+3
* ui-summary: show clone urlsGravatar Lars Hjemli2008-07-27-0/+41
* Makefile: remove the `distclean` and `emptycache` targetsGravatar Lars Hjemli2008-07-23-7/+0
* Makefile: do not touch the git objects with `make clean`Gravatar Lars Hjemli2008-07-23-1/+0
* Makefile: fix git dependency rulesGravatar Lars Hjemli2008-07-23-5/+3
* tests/Makefile: not everyone has `.` in $PATHGravatar Lars Hjemli2008-07-23-1/+1
* Adjust to new calling convention for read_tree_recursive()Gravatar Lars Hjemli2008-07-21-7/+10
* Use GIT-1.6.0-rc0Gravatar Lars Hjemli2008-07-21-0/+0
* Add a favicon option to cgitrcGravatar Lars Hjemli2008-07-20-0/+10
* Add support for including a footer on all pagesGravatar Lars Hjemli2008-06-26-4/+13
* Merge branch 'master' of git://git.klever.net/patchwork/cgitGravatar Lars Hjemli2008-06-26-7/+39
|\
| * allow specification of directly linked blobs mimetypesGravatar Michael Krelin2008-06-25-1/+4
| * allow blob extract blobs by head/path combinationGravatar Michael Krelin2008-06-25-6/+35
* | Use GIT-1.5.6Gravatar Lars Hjemli2008-06-26-1/+1
|/
* Added root-desc to default configuration.Gravatar Harley Laue2008-05-21-0/+4
* ui-tree.c: avoid peeking at GITLINK objectsGravatar Lars Hjemli2008-05-21-6/+8
* cache.c: fix error checking in print_slot()Gravatar Lars Hjemli2008-05-21-4/+7
* cache.c: do not ignore errors from print_slot()Gravatar Lars Hjemli2008-05-19-5/+15
* cache.c: use xread()/xwrite() from libgitGravatar Lars Hjemli2008-05-19-6/+6
* cache.c: make all io-related functions return errno on errorGravatar Lars Hjemli2008-05-19-9/+24
* cache.c: read(2) returns -1 on error, not 0Gravatar Lars Hjemli2008-05-19-1/+1
* Use GIT-1.5.5.1Gravatar Lars Hjemli2008-05-19-1/+1
* Include commit-id in link from diff-statGravatar Lars Hjemli2008-05-19-1/+2
* ui-commit: handle root commitsGravatar Lars Hjemli2008-05-19-3/+22
* Add link to index page from repo header, remove page nameGravatar Lars Hjemli2008-05-05-2/+5
* Add footer with page creation time and cgit version on all pagesGravatar Lars Hjemli2008-05-03-0/+9
* Add a pager on the repolistGravatar Lars Hjemli2008-05-03-1/+32
* Add cgit_index_link() function with support for offsetGravatar Lars Hjemli2008-05-03-5/+19
* Merge branch 'lh/cache'Gravatar Lars Hjemli2008-05-03-216/+506
|\
| * Add page 'ls_cache'Gravatar Lars Hjemli2008-04-28-5/+87
| * Redesign the caching layerGravatar Lars Hjemli2008-04-28-210/+418
* | 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