about summary refs log tree commit diff
path: root/cmd.c (unfollow)
Commit message (Expand)Author
2008-05-18cache.c: read(2) returns -1 on error, not 0Lars Hjemli
2008-05-18Use GIT-1.5.5.1Lars Hjemli
2008-05-18Include commit-id in link from diff-statLars Hjemli
2008-05-18ui-commit: handle root commitsLars Hjemli
2008-05-04Add link to index page from repo header, remove page nameLars Hjemli
2008-05-03Add footer with page creation time and cgit version on all pagesLars Hjemli
2008-05-03Add a pager on the repolistLars Hjemli
2008-05-03Add cgit_index_link() function with support for offsetLars Hjemli
2008-04-29Print an error if filename is not found in html_include.Harley Laue
2008-04-29Add 'about site' and 'about repo' pagesLars Hjemli
2008-04-29Prepare for 'about site' page / add 'root-readme' option to cgitrcLars Hjemli
2008-04-29Make it possible for a single cmd to work both with and without a repoLars Hjemli
2008-04-29Re-enable 'index-info' and add support for 'root-desc' in cgitrcLars Hjemli
2008-04-29Move included header-file out of repolist tableLars Hjemli
2008-04-28Prepare for 'about repo' pageLars Hjemli
2008-04-28Add page 'ls_cache'Lars Hjemli
2008-04-28Redesign the caching layerLars Hjemli
2008-04-24ui-diff: remove test on object typeLars Hjemli
2008-04-24Integrate diffstat with diffLars Hjemli
2008-04-17Fix commitdiff annoyanceLars Hjemli
2008-04-15Cleanup page headerLars Hjemli
2008-04-14Fix search in repo index even if caching is enabledLars Hjemli
2008-04-14Make a few more columns in repolist and log view clickableLars Hjemli
2008-04-14Make branches, tags and log play better together in the summary viewLars Hjemli
2008-04-14Fix more css uglinessLars Hjemli
2008-04-14cgit.css: set form marginsLars Hjemli
2008-04-14Fix css font-familyLars Hjemli
2008-04-13Make repository search case insensitiveLars Hjemli
2008-04-13Remove 'patch' link from tab, add to commit viewLars Hjemli
2008-04-13Implement minimal freetext search in the repolistLars Hjemli
2008-04-13More layout fixesLars Hjemli
2008-04-12Minor fixup in tree-view cssLars Hjemli
2008-04-12Reintroduce the branch switcherLars Hjemli
2008-04-12Add fixed link to index page from repo headerLars Hjemli
2008-04-12Include diff in commit viewLars Hjemli
2008-04-12Replace sidebar/logoLars Hjemli
2008-04-09Use GIT-1.5.5Lars Hjemli
2008-04-08Don't specify mimetype in ui-blob.cLars Hjemli
2008-04-08Reset ctx.repo to NULL when the config parser is finishedLars Hjemli
2008-04-08Move cgit_parse_query() from parsing.c to html.c as http_parse_querystring()Lars Hjemli
2008-04-01Use GIT-1.5.5-rc2Lars Hjemli
2008-03-28Move function for configfile parsing into configfile.[ch]Lars Hjemli
2008-03-27Add cache.hLars Hjemli
2008-03-25Remove global and obsolete cgit_cmdLars Hjemli
2008-03-25Makefile: copy the QUIET constructs from the Makefile in git.gitLars Hjemli
2008-03-24Move cgit_version from shared.c to cgit.cLars Hjemli
2008-03-24Makefile: autobuild dependency rulesLars Hjemli
2008-03-24Initial Makefile cleanupLars Hjemli
2008-03-24Move non-generic functions from shared.c to cgit.cLars Hjemli
2008-03-24Add ui-shared.hLars Hjemli