summaryrefslogtreecommitdiff
path: root/ui-summary.c
AgeCommit message (Expand)Author
2007-11-03Add search parameters to cgit_log_linkLars Hjemli
2007-10-30Change the cgit layoutLars Hjemli
2007-10-28Make print_branch() handle refs not pointing at commitsLars Hjemli
2007-10-28Teach log search about --grep, --author and --committerLars Hjemli
2007-10-27Cleanup code introduced by the filter-refs topicLars Hjemli
2007-10-27Add links to the new refs page from summary pageLars Hjemli
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-23Close 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-15Change commit-view to expect h parameter, not idLars Hjemli
2007-05-14Do not alter incoming sha1 when handling the download refs.Lars Hjemli
2007-05-14Show tag heading even if first tag is of the lightweight kindLars Hjemli
2007-05-14Specify 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-20Layout 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-27Cleanup table listingsLars Hjemli
2007-01-17Extend repo summary with tag listLars Hjemli
2006-12-21Only 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-15Move cgit_print_date into ui-shared, reuse in ui-summaryLars Hjemli
2006-12-12Small layout adjustments to summary and blob viewLars Hjemli
2006-12-12Add 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