aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
...
| * 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 enabledGravatar Lars Hjemli2007-11-03-1/+1
| | | | | Suggested-by: Olivier Ramonat <olivier@ramonat.fr> Signed-off-by: Lars Hjemli <hjemli@gmail.com>
* Do not require javascript-enabled clientsGravatar Lars Hjemli2007-11-03-0/+16
| | | | | | | | A simple submit-button is all that's required to make the branch selector drop-down work on any client, so lets add one. Noticed-by: Olivier Ramonat <olivier@ramonat.fr> Signed-off-by: Lars Hjemli <hjemli@gmail.com>
* CGIT 0.7Gravatar Lars Hjemli2007-11-03-1/+1
|
* Use GIT-1.5.3.5Gravatar Lars Hjemli2007-11-03-1/+1
| | | | Signed-off-by: Lars Hjemli <hjemli@gmail.com>
* Don't include current SHA1 in 'log' menu-itemGravatar Lars Hjemli2007-11-03-2/+2
|