aboutsummaryrefslogtreecommitdiffstats
path: root/cgit.h
AgeCommit message (Expand)AuthorFilesLines
2007-06-19Add setting to enable/disable extra links on index pageLars Hjemli1-0/+1
2007-06-18Add version info from git-describeLars Hjemli1-1/+1
2007-06-17Add cgit_diff_link()Lars Hjemli1-3/+4
2007-06-17Add cgit_commit_link() + support for id=sha1 to commit viewLars Hjemli1-0/+2
2007-06-17Add git_log_link() and fix bug in generic repolink functionLars Hjemli1-0/+2
2007-06-17Add and use cgit_tree_link()Lars Hjemli1-0/+3
2007-06-16ui-tree: unify with ui-view, use path to select tree/blobLars Hjemli1-5/+3
2007-05-31Implemented configurable HEAD shortlog on summary page.Ondrej Jirman1-0/+1
2007-05-31Add option to disable pager to cgit_print_log().Ondrej Jirman1-1/+1
2007-05-23Add repo.readme parameterLars Hjemli1-0/+1
2007-05-22Show time since last change on index pageLars Hjemli1-0/+1
2007-05-22Add cgit_print_age() functionLars Hjemli1-1/+21
2007-05-20Merge branch 'repogroups'Lars Hjemli1-0/+2
2007-05-20Merge branch 'virtual-url'Lars Hjemli1-0/+15
2007-05-19Teach cgit howto include an external file on index page.Lars Hjemli1-0/+1
2007-05-18Add html_include()Lars Hjemli1-0/+1
2007-05-18Teach cgit how to group repositories by categoryLars Hjemli1-0/+2
2007-05-18Enable url=value querystring parameterLars Hjemli1-7/+9
2007-05-18Add lookup-function for valid repo commandsLars Hjemli1-0/+12
2007-05-18Move cgit_get_repoinfo into shared.cLars Hjemli1-0/+1
2007-05-18Remove unused extern declarations from cgit.hLars Hjemli1-4/+0
2007-05-18Add knobs to enable/disable files/lines changed in log viewLars Hjemli1-0/+4
2007-05-16Restrict length of repo description on repolist pageLars Hjemli1-0/+1
2007-05-16Add support for commitdiff via h parameterLars Hjemli1-5/+6
2007-05-16Enable default value for head parameterLars Hjemli1-0/+1
2007-05-15Don't hardcode urls when SCRIPT_NAME is availableLars Hjemli1-0/+1
2007-05-14Add log filtering by path and link to it from tree viewLars Hjemli1-2/+2
2007-05-13Add commitdiff between commit and each of it's parentLars Hjemli1-1/+1
2007-05-13Add max-commit-count parameter to cgitrcLars Hjemli1-0/+1
2007-05-13Add standard interface for file diff functionsLars Hjemli1-0/+7
2007-05-13Add shared diff-handling functionsLars Hjemli1-0/+5
2007-05-11Add submodule links in tree listingLars Hjemli1-0/+2
2007-05-09Add support for downloading single blobsLars Hjemli1-0/+1
2007-05-08ui-view: show pathname if specified in querystringLars Hjemli1-1/+1
2007-05-08Update to libgit 1.5.2-rc2Lars Hjemli1-4/+16
2007-02-08Make snapshot feature configurableLars Hjemli1-0/+2
2007-02-08Add support for snapshotsLars Hjemli1-0/+10
2007-02-04Read repo-info from /etc/cgitrcLars Hjemli1-1/+17
2007-01-28Add parameter to adjust max message length in log listingsLars Hjemli1-0/+2
2007-01-17Add function cgit_parse_tag()Lars Hjemli1-0/+8
2007-01-12WIP: add paths/backlinks to tree/blobviewLars Hjemli1-1/+2
2007-01-12Remove troublesome chars from cachefile namesLars Hjemli1-0/+1
2007-01-12Move cache_prepare() to cgitLars Hjemli1-1/+0
2007-01-04Handle %xx encoding in querystringLars Hjemli1-0/+2
2006-12-28Add basic log filteringLars Hjemli1-1/+1
2006-12-28Add generic support for search box in page headerLars Hjemli1-1/+3
2006-12-22Only show first 80 characters of commit subject in log and summaryLars Hjemli1-0/+1
2006-12-20Add basic diff viewLars Hjemli1-0/+2
2006-12-17Show list of modified files in ui-commit.cLars Hjemli1-0/+1
2006-12-16Add cgit_free_commitinfo() and use where neededLars Hjemli1-0/+2