aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
...
| * Makefile install: include cgit.png, do not empty cacheGravatar Lars Hjemli2007-11-09-3/+6
| | | | | | | | | | | | | | The cache-cleaning is potentially dangerous, so lets move it away from the install target. A special emptycache target can be used to run the rm -rf. Signed-off-by: Lars Hjemli <hjemli@gmail.com>
* | Minor css tweaksGravatar Lars Hjemli2007-11-09-10/+1
| | | | | | | | | | | | | | Don't specify border and background color for input controls, reduce font- size of heading in sidebar. Signed-off-by: Lars Hjemli <hjemli@gmail.com>
* | Merge branch 'stable'Gravatar Lars Hjemli2007-11-08-2/+4
|\ \ | |/ | | | | | | * stable: Support "/" as virtual-root
| * Support "/" as virtual-rootGravatar Lars Hjemli2007-11-08-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | When the virtual-root was a single "/", it would be normalized to NULL due to removal of trailing slashes, which in turn would fool us to belive that we shouldn't generate virtual urls. This makes the "/" normalize to "", effectively allowing virtual urls like http://example.com/projectname to be generated without specifying the full domain name as the virtual root. Signed-off-by: Lars Hjemli <hjemli@gmail.com>
* | Makefile: link with libiconv if NEEDS_LIBICONV is definedGravatar Lars Hjemli2007-11-06-0/+5
| | | | | | | | | | | | This seems to be needed to compile on cygwin. Signed-off-by: Lars Hjemli <hjemli@gmail.com>
* | Merge branch 'iconv-rebased' of http://x2a.org/pub/git/cgitGravatar Lars Hjemli2007-11-06-1/+35
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | * 'iconv-rebased' of http://x2a.org/pub/git/cgit: Use utf8::reencode_string from git Convert subject and message with iconv_msg. Add iconv_msg function. Set msg_encoding according to the header. Add commit->msg_encoding, allocate msg dynamicly.
| * | Use utf8::reencode_string from gitGravatar Lars Hjemli2007-11-06-60/+5
| | | | | | | | | | | | | | | | | | | | | This replaces the iconv-support in cgit with similar functions already existing in git. Signed-off-by: Lars Hjemli <hjemli@gmai.com>
| * | Convert subject and message with iconv_msg.Gravatar Jonathan Bastien-Filiatrault2007-11-06-0/+14
| | |
| * | Add iconv_msg function.Gravatar Jonathan Bastien-Filiatrault2007-11-06-0/+58
| | |
| * | Set msg_encoding according to the header.Gravatar Jonathan Bastien-Filiatrault2007-11-06-0/+8
| | |
| * | Add commit->msg_encoding, allocate msg dynamicly.Gravatar Jonathan Bastien-Filiatrault2007-11-06-1/+10
| |/
* | Show lines changed as -n/+m in shortlogsGravatar Lars Hjemli2007-11-06-7/+14
|/ | | | | | | This is way more informative than the total number of changed lines. Suggested-by: Jakub Narebski <jnareb@gmail.com> Signed-off-by: Lars Hjemli <hjemli@gmail.com>
* Don't show the the branch selector button if javascript is en