aboutsummaryrefslogtreecommitdiff
path: root/ui-summary.c
AgeCommit message (Expand)Author
2015-03-05cgit: show clone URLs for empty repoGravatar Jason A. Donenfeld
2014-12-23ui-summary: add "rel='vcs-git'" to clone URL linksGravatar John Keeping
2014-12-23Extract clone URL printing to ui-shared.cGravatar John Keeping
2014-06-28git: update for git 2.0Gravatar Christian Hesse
2014-04-17remove trailing whitespaces from source filesGravatar Christian Hesse
2014-01-14filter: return on null filter from open and closeGravatar Jason A. Donenfeld
2014-01-12filter: pass extra arguments via cgit_open_filterGravatar John Keeping
2014-01-10Replace most uses of strncmp() with prefixcmp()Gravatar Lukas Fleischer
2014-01-08Update copyright informationGravatar Lukas Fleischer
2013-05-28ui-summary: do not free refGravatar Jason A. Donenfeld
2013-05-26readme: use string_list instead of space deliminationsGravatar Jason A. Donenfeld
2013-05-25ui-summary: Disallow directory traversalGravatar Jason A. Donenfeld
2013-05-25readme: Accept multiple candidates and test them.Gravatar Jason A. Donenfeld
2013-05-25ui-summary: Pass filename to about-filterGravatar Jason A. Donenfeld
2013-05-25ui-summary: Use default branch for readme if : prefixGravatar Jason A. Donenfeld
2013-04-08use struct strbuf instead of static buffersGravatar John Keeping
2013-04-08Always #include corresponding .h in .c filesGravatar John Keeping
2013-03-20ui-summary.c: Move urls variable into print_urls()Gravatar Lukas Fleischer
2013-03-20Fix colspan valuesGravatar Lukas Fleischer
2012-10-17ui-log: Add "commit-sort" option for controlling commit orderingGravatar Tobias Bieniek
2011-06-13cgit.c: add 'clone-url' setting with support for macro expansionGravatar Lars Hjemli
2011-06-13cgit.c: always setup cgit repo environment variablesGravatar Lars Hjemli
2011-03-26cgit_open_filter: also take the repo as a parameterGravatar Ferry Huberts
2010-11-16ui-log: Line-wrap long commit subjects when showmsg is enabledGravatar Johan Herland
2010-08-22Add support for "readme" optionGravatar Lars Hjemli
2010-08-20Support refspecs in about-filter.Gravatar Jason A. Donenfeld
2009-08-09Add 'about-filter' and 'repo.about-filter' optionsGravatar Lars Hjemli
2009-08-09ui-summary: enable arbitrary paths below repo.readmeGravatar Lars Hjemli
2008-10-05ui-summary: use html_url_path()Gravatar Lars Hjemli
2008-07-27ui-summary: show clone urlsGravatar Lars Hjemli
2008-04-28Prepare for 'about repo' pageGravatar Lars Hjemli
2008-04-14Make branches, tags and log play better together in the summary viewGravatar Lars Hjemli
2008-03-24Add separate header-files for each page/viewGravatar Lars Hjemli
2008-03-18Introduce html.hGravatar Lars Hjemli
2008-02-16Move cgit_repo into cgit_contextGravatar Lars Hjemli
2008-02-16Add all config variables into struct cgit_contextGravatar Lars Hjemli
2008-02-16Introduce struct cgit_contextGravatar Lars Hjemli
2007-11-11Fix html error detected by test-suiteGravatar Lars Hjemli
2007-11-03Add search parameters to cgit_log_linkGravatar Lars Hjemli
2007-10-30Change the cgit layoutGravatar Lars Hjemli
2007-10-28Make print_branch() handle refs not pointing at commitsGravatar Lars Hjemli
2007-10-28Teach log search about --grep, --author and --committerGravatar Lars Hjemli
2007-10-27Cleanup code introduced by the filter-refs topicGravatar Lars Hjemli
2007-10-27Add links to the new refs page from summary pageGravatar Lars Hjemli
2007-10-27Make cgit_print_branches()/cgit_print_tags() externalGravatar Lars Hjemli
2007-10-27Add support for config param summary-branchesGravatar Lars Hjemli
2007-10-27Move logic for age comparision from cmp_tag_age into cmp_age()Gravatar Lars Hjemli
2007-10-27Add support for config param summary-tagsGravatar Lars Hjemli
2007-10-27Sort tags by ageGravatar Lars Hjemli
2007-10-27Use reflist to print tag infoGravatar Lars Hjemli