aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Handle missing default branch and error out on invalid branch namesLars Hjemli2008-01-041-4/+58
* Add plain patch viewLars Hjemli2007-12-116-2/+122
* Add support for automatic and custom clone urlsLars Hjemli2007-12-034-0/+31
* Merge branch 'stable'Lars Hjemli2007-12-022-3/+7
|\
| * Handle missing timestamp in commit/tag objectsLars Hjemli2007-12-022-3/+7
| * Set commit date on snapshot contentsLars Hjemli2007-11-111-0/+1
* | Add cell-spacing in htmlLars Hjemli2007-11-161-1/+1
* | Use tables for page layoutLars Hjemli2007-11-162-30/+41
* | Gimp my logoLars Hjemli2007-11-161-0/+0
* | Add support for "robots" meta-tagLars Hjemli2007-11-114-0/+11
* | Generate valid html for "downloads" menu headerLars Hjemli2007-11-111-1/+1
* | Merge branch 'lh/testsuite'Lars Hjemli2007-11-1122-25/+334
|\ \
| * | Set commit date on snapshot contentsLars Hjemli2007-11-111-0/+1
| * | Fix html error detected by test-suiteLars Hjemli2007-11-1111-27/+37
| * | Create initial testsuiteLars Hjemli2007-11-1112-1/+299
|/ /
* | Merge branch 'stable'Lars Hjemli2007-11-091-4/+7
|\|
| * CGIT 0.7.1v0.7.1Lars Hjemli2007-11-091-1/+1
| * Makefile install: include cgit.png, do not empty cacheLars Hjemli2007-11-091-3/+6
* | Minor css tweaksLars Hjemli2007-11-091-10/+1
* | Merge branch 'stable'Lars Hjemli2007-11-081-2/+4
|\|
| * Support "/" as virtual-rootLars Hjemli2007-11-081-2/+4
* | Makefile: link with libiconv if NEEDS_LIBICONV is definedLars Hjemli2007-11-061-0/+5
* | Merge branch 'iconv-rebased' of http://x2a.org/pub/git/cgitLars Hjemli2007-11-064-1/+35
|\ \
| * | Use utf8::reencode_string from gitLars Hjemli2007-11-052-60/+5
| * | Convert subject and message with iconv_msg.Jonathan Bastien-Filiatrault2007-11-051-0/+14
| * | Add iconv_msg function.Jonathan Bastien-Filiatrault2007-11-051-0/+58
| * | Set msg_encoding according to the header.Jonathan Bastien-Filiatrault2007-11-051-0/+8
| * | Add commit->msg_encoding, allocate msg dynamicly.Jonathan Bastien-Filiatrault2007-11-054-1/+10
| |/
* / Show lines changed as -n/+m in shortlogsLars Hjemli2007-11-061-7/+14
|/
* Don't show the the branch selector button if javascript is enabledLars Hjemli2007-11-031-1/+1
* Do not require javascript-enabled clientsLars Hjemli2007-11-032-0/+16
* CGIT 0.7v0.7Lars Hjemli2007-11-031-1/+1
* Use GIT-1.5.3.5Lars Hjemli2007-11-032-1/+1
* Don't include current SHA1 in 'log' menu-itemLars Hjemli2007-11-031-2/+2
* Don't include current path in menu linksLars Hjemli2007-11-031-3/+2
* Fix search form action/hidden fieldsLars Hjemli2007-11-031-18/+24
* Add search parameters to cgit_log_linkLars Hjemli2007-11-036-8/+21
* Fix typo in cssShunichi Fuji2007-11-031-1/+1
* Change the cgit layoutLars Hjemli2007-10-307-197/+231
* Add config param 'index-info'Lars Hjemli2007-10-302-0/+4
* Teach cgit_object_link() about tag objectsLars Hjemli2007-10-281-0/+3
* Make print_branch() handle refs not pointing at commitsLars Hjemli2007-10-281-5/+11
* Teach log search about --grep, --author and --committerLars Hjemli2007-10-287-9/+39
* Add html_option() functionLars Hjemli2007-10-282-0/+13
* Merge branch 'stable'Lars Hjemli2007-10-271-2/+2
|\
| * cgit_parse_commit(): Add missing call to xstrdup()Lars Hjemli2007-10-271-2/+2
* | Cleanup code introduced by the filter-refs topicLars Hjemli2007-10-271-30/+19
* | Merge branch 'filter-refs'Lars Hjemli2007-10-278-37/+229
|\ \
| * | Add links to the new refs page from summary pageLars Hjemli2007-10-273-0/+21
| * | Add support for refs viewLars Hjemli2007-10-275-2/+37