about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2007-11-09Makefile install: include cgit.png, do not empty cacheLars Hjemli-3/+6
2007-11-09Minor css tweaksLars Hjemli-10/+1
2007-11-08Merge branch 'stable'Lars Hjemli-2/+4
2007-11-08Support "/" as virtual-rootLars Hjemli-2/+4
2007-11-06Makefile: link with libiconv if NEEDS_LIBICONV is definedLars Hjemli-0/+5
2007-11-06Merge branch 'iconv-rebased' of http://x2a.org/pub/git/cgitLars Hjemli-1/+35
2007-11-06Show lines changed as -n/+m in shortlogsLars Hjemli-7/+14
2007-11-05Use utf8::reencode_string from gitLars Hjemli-60/+5
2007-11-05Convert subject and message with iconv_msg.Jonathan Bastien-Filiatrault-0/+14
2007-11-05Add iconv_msg function.Jonathan Bastien-Filiatrault-0/+58
2007-11-05Set msg_encoding according to the header.Jonathan Bastien-Filiatrault-0/+8
2007-11-05Add commit->msg_encoding, allocate msg dynamicly.Jonathan Bastien-Filiatrault-1/+10
2007-11-03Don't show the the branch selector button if javascript is enabledLars Hjemli-1/+1
2007-11-03Do not require javascript-enabled clientsLars Hjemli-0/+16
2007-11-03CGIT 0.7Lars Hjemli-1/+1
2007-11-03Use GIT-1.5.3.5Lars Hjemli-1/+1
2007-11-03Don't include current SHA1 in 'log' menu-itemLars Hjemli-2/+2
2007-11-03Don't include current path in menu linksLars Hjemli-3/+2
2007-11-03Fix search form action/hidden fieldsLars Hjemli-18/+24
2007-11-03Add search parameters to cgit_log_linkLars Hjemli-8/+21
2007-11-03Fix typo in cssShunichi Fuji-1/+1
2007-10-30Change the cgit layoutLars Hjemli-197/+231
2007-10-30Add config param 'index-info'Lars Hjemli-0/+4
2007-10-28Teach cgit_object_link() about tag objectsLars Hjemli-0/+3
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-9/+39
2007-10-28Add html_option() functionLars Hjemli-0/+13
2007-10-27Merge branch 'stable'Lars Hjemli-2/+2
2007-10-27cgit_parse_commit(): Add missing call to xstrdup()Lars Hjemli-2/+2
2007-10-27Cleanup code introduced by the filter-refs topicLars Hjemli-30/+19
2007-10-27Merge branch 'filter-refs'Lars Hjemli-37/+229
2007-10-27Add links to the new refs page from summary pageLars Hjemli-0/+21
2007-10-27Add support for refs viewLars Hjemli-2/+37
2007-10-27Make cgit_print_branches()/cgit_print_tags() externalLars Hjemli-2/+4
2007-10-27Add descriptions of summary-branches and summary-tags to cgitrcLars Hjemli-0/+10
2007-10-27Add support for config param summary-branchesLars Hjemli-3/+32
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/+11
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-10-27Add functions and types for ref listsLars Hjemli-0/+60
2007-10-27Merge branch 'stable'Lars Hjemli-0/+6
2007-10-27Skip unknown header fields when parsing tags and commitsLars Hjemli-0/+6
2007-10-05Merge branch 'stable'Lars Hjemli-1/+1
2007-10-05correct typo in CSSMichael Krelin-1/+1
2007-10-01Merge branch 'stable'Lars Hjemli-1/+1
2007-10-01Use git-1.5.3.3Lars Hjemli-1/+1
2007-10-01cgit.css: make diff headers more visibleLars Hjemli-1/+6
2007-10-01ui-diff: add links to pre- and postversion of blobsLars Hjemli-16/+26