summaryrefslogtreecommitdiffstatshomepage
path: root/ui-summary.c (unfollow)
Commit message (Expand)AuthorLines
2013-05-26readme: use string_list instead of space deliminationsJason A. Donenfeld-55/+45
2013-05-25ui-summary: Disallow directory traversalJason A. Donenfeld-0/+16
2013-05-25readme: Accept multiple candidates and test them.Jason A. Donenfeld-30/+31
2013-05-25ui-summary: Pass filename to about-filterJason A. Donenfeld-2/+10
2013-05-25ui-summary: Use default branch for readme if : prefixJason A. Donenfeld-1/+6
2013-04-08use struct strbuf instead of static buffersJohn Keeping-4/+8
2013-04-08Always #include corresponding .h in .c filesJohn Keeping-0/+1
2013-03-20ui-summary.c: Move urls variable into print_urls()Lukas Fleischer-6/+14
2013-03-20Fix colspan valuesLukas Fleischer-5/+19
2012-10-17ui-log: Add "commit-sort" option for controlling commit orderingTobias Bieniek-1/+1
2011-06-13cgit.c: add 'clone-url' setting with support for macro expansionLars Hjemli-1/+1
2011-06-13cgit.c: always setup cgit repo environment variablesLars Hjemli-1/+1
2011-03-26cgit_open_filter: also take the repo as a parameterFerry Huberts-1/+1
2010-11-16ui-log: Line-wrap long commit subjects when showmsg is enabledJohan Herland-1/+1
2010-08-22Add support for "readme" optionLars Hjemli-14/+28
2010-08-20Support refspecs in about-filter.Jason A. Donenfeld-4/+22
2009-08-09Add 'about-filter' and 'repo.about-filter' optionsLars Hjemli-0/+4
2009-08-09ui-summary: enable arbitrary paths below repo.readmeLars Hjemli-6/+18
2008-10-05ui-summary: use html_url_path()Lars Hjemli-1/+1
2008-07-27ui-summary: show clone urlsLars Hjemli-0/+41
2008-04-28Prepare for 'about repo' pageLars Hjemli-5/+9
2008-04-14Make branches, tags and log play better together in the summary viewLars Hjemli-5/+5
2008-03-24Add separate header-files for each page/viewLars Hjemli-172/+2
2008-03-18Introduce html.hLars Hjemli-0/+1
2008-02-16Move cgit_repo into cgit_contextLars Hjemli-2/+2
2008-02-16Add all config variables into struct cgit_contextLars Hjemli-5/+5
2008-02-16Introduce struct cgit_contextLars Hjemli-3/+3
2007-11-11Fix html error detected by test-suiteLars Hjemli-1/+1
2007-11-03Add search parameters to cgit_log_linkLars Hjemli-1/+1
2007-10-30Change the cgit layoutLars Hjemli-59/+6
2007-10-28Make print_branch() handle refs not pointing at commitsLars Hjemli-5/+11
2007-10-28Teach log search about --grep, --author and --committerLars Hjemli-1/+1
2007-10-27Cleanup code introduced by the filter-refs topicLars Hjemli-30/+19
2007-10-27Add links to the new refs page from summary pageLars Hjemli-0/+13
2007-10-27Make cgit_print_branches()/cgit_print_tags() externalLars Hjemli-2/+2
2007-10-27Add support for config param summary-branchesLars Hjemli-3/+28
2007-10-27Move logic for age comparision from cmp_tag_age into cmp_age()Lars Hjemli-8/+13
2007-10-27Add support for config param summary-tagsLars Hjemli-3/+7
2007-10-27Sort tags by ageLars Hjemli-0/+18
2007-10-27Use reflist to print tag infoLars Hjemli-17/+19
2007-10-27Use reflist to print branch infoLars Hjemli-14/+16
2007-07-22Add ui-tag.cLars Hjemli-29/+4
2007-07-21fix: changed view link to blob in summary.Michael Krelin-1/+1
2007-06-29Add ofs argument to cgit_log_link and use it in ui-log.cLars Hjemli-1/+1
2007-06-17Add cgit_commit_link() + support for id=sha1 to commit viewLars Hjemli-9/+9
2007-06-17Add git_log_link() and fix bug in generic repolink functionLars Hjemli-5/+1
2007-05-31Implemented configurable HEAD shortlog on summary page.Ondrej Jirman-1/+7
2007-05-31Use & instead of & in URLs.Ondrej Jirman-1/+1
2007-05-24Close a <tr> properlyLars Hjemli-1/+1
2007-05-23Add repo.readme parameterLars Hjemli-6/+8