aboutsummaryrefslogtreecommitdiffstats
path: root/ui-summary.c
AgeCommit message (Expand)AuthorFilesLines
2008-04-28Prepare for 'about repo' pageLars Hjemli1-5/+9
2008-04-14Make branches, tags and log play better together in the summary viewLars Hjemli1-5/+5
2008-03-24Add separate header-files for each page/viewLars Hjemli1-172/+2
2008-03-18Introduce html.hLars Hjemli1-0/+1
2008-02-16Move cgit_repo into cgit_contextLars Hjemli1-2/+2
2008-02-16Add all config variables into struct cgit_contextLars Hjemli1-5/+5
2008-02-16Introduce struct cgit_contextLars Hjemli1-3/+3
2007-11-11Fix html error detected by test-suiteLars Hjemli1-1/+1
2007-11-03Add search parameters to cgit_log_linkLars Hjemli1-1/+1
2007-10-30Change the cgit layoutLars Hjemli1-59/+6
2007-10-28Make print_branch() handle refs not pointing at commitsLars Hjemli1-5/+11
2007-10-28Teach log search about --grep, --author and --committerLars Hjemli1-1/+1
2007-10-27Cleanup code introduced by the filter-refs topicLars Hjemli1-30/+19
2007-10-27Add links to the new refs page from summary pageLars Hjemli1-0/+13
2007-10-27Make cgit_print_branches()/cgit_print_tags() externalLars Hjemli1-2/+2
2007-10-27Add support for config param summary-branchesLars Hjemli1-3/+28
2007-10-27Move logic for age comparision from cmp_tag_age into cmp_age()Lars Hjemli1-8/+13
2007-10-27Add support for config param summary-tagsLars Hjemli1-3/+7
2007-10-27Sort tags by ageLars Hjemli1-0/+18
2007-10-27Use reflist to print tag infoLars Hjemli1-17/+19
2007-10-27Use reflist to print branch infoLars Hjemli1-14/+16
2007-07-22Add ui-tag.cLars Hjemli1-29/+4
2007-06-29Add ofs argument to cgit_log_link and use it in ui-log.cLars Hjemli1-1/+1
2007-06-17Add cgit_commit_link() + support for id=sha1 to commit viewLars Hjemli1-9/+9
2007-06-17Add git_log_link() and fix bug in generic repolink functionLars Hjemli1-5/+1
2007-05-31Implemented configurable HEAD shortlog on summary page.Ondrej Jirman1-1/+7
2007-05-31Use & instead of & in URLs.Ondrej Jirman1-1/+1
2007-05-24Close a <tr> properlyLars Hjemli1-1/+1
2007-05-23Add repo.readme parameterLars Hjemli1-6/+8
2007-05-22Use cgit_print_age() on summary and log pagesLars Hjemli1-4/+4
2007-05-22Add cgit_print_age() functionLars Hjemli1-2/+2
2007-05-16Change commit-view to expect h parameter, not idLars Hjemli1-6/+10
2007-05-15Do not alter incoming sha1 when handling the download refs.Lars Hjemli1-2/+5
2007-05-15Show tag heading even if first tag is of the lightweight kindLars Hjemli1-13/+19
2007-05-15Specify static storage class for file-local declarationsLars Hjemli1-7/+7
2007-05-11Add links to enable downloading of tagged blobsLars Hjemli1-9/+65
2007-05-08Update to libgit 1.5.2-rc2Lars Hjemli1-1/+1
2007-02-21Layout updateLars Hjemli1-2/+4
2007-02-04Add support for lightweight tagsLars Hjemli1-19/+33
2007-01-28Add parameter to adjust max message length in log listingsLars Hjemli1-1/+1
2007-01-28Cleanup table listingsLars Hjemli1-2/+2
2007-01-17Extend repo summary with tag listLars Hjemli1-8/+66
2006-12-22Only show first 80 characters of commit subject in log and summaryLars Hjemli1-2/+2
2006-12-16Reformat code to avoid excessive line lengthsLars Hjemli1-2/+6
2006-12-16Add cgit_free_commitinfo() and use where neededLars Hjemli1-0/+1
2006-12-16Move cgit_print_date into ui-shared, reuse in ui-summaryLars Hjemli1-9/+11
2006-12-13Small layout adjustments to summary and blob viewLars Hjemli1-1/+1
2006-12-13Add display of tree content w/ui-tree.cLars Hjemli1-1/+6
2006-12-11Move log-functions into ui-log.cLars Hjemli1-1/+1
2006-12-11Move repo summary functions into ui-summary.cLars Hjemli1-0/+55