about summary refs log tree commit diff
path: root/.gitmodules (unfollow)
Commit message (Expand)Author
2007-11-16Add cell-spacing in htmlLars Hjemli
2007-11-16Use tables for page layoutLars Hjemli
2007-11-16Gimp my logoLars Hjemli
2007-11-11Add support for "robots" meta-tagLars Hjemli
2007-11-11Generate valid html for "downloads" menu headerLars Hjemli
2007-11-11Set commit date on snapshot contentsLars Hjemli
2007-11-11Set commit date on snapshot contentsLars Hjemli
2007-11-11Fix html error detected by test-suiteLars Hjemli
2007-11-11Create initial testsuiteLars Hjemli
2007-11-09CGIT 0.7.1Lars Hjemli
2007-11-09Makefile install: include cgit.png, do not empty cacheLars Hjemli
2007-11-09Minor css tweaksLars Hjemli
2007-11-08Support "/" as virtual-rootLars Hjemli
2007-11-06Makefile: link with libiconv if NEEDS_LIBICONV is definedLars Hjemli
2007-11-06Show lines changed as -n/+m in shortlogsLars Hjemli
2007-11-05Use utf8::reencode_string from gitLars Hjemli
2007-11-05Convert subject and message with iconv_msg.Jonathan Bastien-Filiatrault
2007-11-05Add iconv_msg function.Jonathan Bastien-Filiatrault
2007-11-05Set msg_encoding according to the header.Jonathan Bastien-Filiatrault
2007-11-05Add commit->msg_encoding, allocate msg dynamicly.Jonathan Bastien-Filiatrault
2007-11-03Don't show the the branch selector button if javascript is enabledLars Hjemli
2007-11-03Do not require javascript-enabled clientsLars Hjemli
2007-11-03CGIT 0.7Lars Hjemli
2007-11-03Use GIT-1.5.3.5Lars Hjemli
2007-11-03Don't include current SHA1 in 'log' menu-itemLars Hjemli
2007-11-03Don't include current path in menu linksLars Hjemli
2007-11-03Fix search form action/hidden fieldsLars Hjemli
2007-11-03Add search parameters to cgit_log_linkLars Hjemli
2007-11-03Fix typo in cssShunichi Fuji
2007-10-30Change the cgit layoutLars Hjemli
2007-10-30Add config param 'index-info'Lars Hjemli
2007-10-28Teach cgit_object_link() about tag objectsLars 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-28Add html_option() functionLars Hjemli
2007-10-27cgit_parse_commit(): Add missing call to xstrdup()Lars 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-27Add support for refs viewLars Hjemli
2007-10-27Make cgit_print_branches()/cgit_print_tags() externalLars Hjemli
2007-10-27Add descriptions of summary-branches and summary-tags to cgitrcLars 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-10-27Add functions and types for ref listsLars Hjemli
2007-10-27Skip unknown header fields when parsing tags and commitsLars Hjemli
2007-10-05correct typo in CSSMichael Krelin