summary refs log tree commit diff
path: root/ui-summary.c
AgeCommit message (Expand)Author
2007-10-27Make cgit_print_branches()/cgit_print_tags() externalLars Hjemli
2007-10-27Add support for config param summary-branchesLars Hjemli
2007-10-27Move logic for age comparision from cmp_tag_age into cmp_age()Lars Hjemli
2007-10-27Add support for config param summary-tagsLars Hjemli
2007-10-27Sort tags by ageLars Hjemli
2007-10-27Use reflist to print tag infoLars Hjemli
2007-10-27Use reflist to print branch infoLars Hjemli
2007-07-22Add ui-tag.cLars Hjemli
2007-06-29Add ofs argument to cgit_log_link and use it in ui-log.cLars Hjemli
2007-06-17Add cgit_commit_link() + support for id=sha1 to commit viewLars Hjemli
2007-06-17Add git_log_link() and fix bug in generic repolink functionLars Hjemli
2007-05-31Implemented configurable HEAD shortlog on summary page.Ondrej Jirman
2007-05-31Use & instead of & in URLs.Ondrej Jirman
2007-05-24Close a <tr> properlyLars Hjemli
2007-05-23Add repo.readme parameterLars Hjemli
2007-05-22Use cgit_print_age() on summary and log pagesLars Hjemli
2007-05-22Add cgit_print_age() functionLars Hjemli
2007-05-16Change commit-view to expect h parameter, not idLars Hjemli
2007-05-15Do not alter incoming sha1 when handling the download refs.Lars Hjemli
2007-05-15Show tag heading even if first tag is of the lightweight kindLars Hjemli
2007-05-15Specify static storage class for file-local declarationsLars Hjemli
2007-05-11Add links to enable downloading of tagged blobsLars Hjemli
2007-05-08Update to libgit 1.5.2-rc2Lars Hjemli
2007-02-21Layout updateLars Hjemli
2007-02-04Add support for lightweight tagsLars Hjemli
2007-01-28Add parameter to adjust max message length in log listingsLars Hjemli
2007-01-28Cleanup table listingsLars Hjemli
2007-01-17Extend repo summary with tag listLars Hjemli
2006-12-22Only show first 80 characters of commit subject in log and summaryLars Hjemli
2006-12-16Reformat code to avoid excessive line lengthsLars Hjemli
2006-12-16Add cgit_free_commitinfo() and use where neededLars Hjemli
2006-12-16Move cgit_print_date into ui-shared, reuse in ui-summaryLars Hjemli
2006-12-13Small layout adjustments to summary and blob viewLars Hjemli
2006-12-13Add display of tree content w/ui-tree.cLars Hjemli
2006-12-11Move log-functions into ui-log.cLars Hjemli
2006-12-11Move repo summary functions into ui-summary.cLars Hjemli