Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Merge branch 'stable' | Lars Hjemli | 2007-11-09 | 1 | -4/+7 | |
|\| | ||||||
| * | CGIT 0.7.1v0.7.1 | Lars Hjemli | 2007-11-09 | 1 | -1/+1 | |
| * | Makefile install: include cgit.png, do not empty cache | Lars Hjemli | 2007-11-09 | 1 | -3/+6 | |
* | | Minor css tweaks | Lars Hjemli | 2007-11-09 | 1 | -10/+1 | |
* | | Merge branch 'stable' | Lars Hjemli | 2007-11-08 | 1 | -2/+4 | |
|\| | ||||||
| * | Support "/" as virtual-root | Lars Hjemli | 2007-11-08 | 1 | -2/+4 | |
* | | Makefile: link with libiconv if NEEDS_LIBICONV is defined | Lars Hjemli | 2007-11-06 | 1 | -0/+5 | |
* | | Merge branch 'iconv-rebased' of http://x2a.org/pub/git/cgit | Lars Hjemli | 2007-11-06 | 4 | -1/+35 | |
|\ \ | ||||||
| * | | Use utf8::reencode_string from git | Lars Hjemli | 2007-11-05 | 2 | -60/+5 | |
| * | | Convert subject and message with iconv_msg. | Jonathan Bastien-Filiatrault | 2007-11-05 | 1 | -0/+14 | |
| * | | Add iconv_msg function. | Jonathan Bastien-Filiatrault | 2007-11-05 | 1 | -0/+58 | |
| * | | Set msg_encoding according to the header. | Jonathan Bastien-Filiatrault | 2007-11-05 | 1 | -0/+8 | |
| * | | Add commit->msg_encoding, allocate msg dynamicly. | Jonathan Bastien-Filiatrault | 2007-11-05 | 4 | -1/+10 | |
| |/ | ||||||
* / | Show lines changed as -n/+m in shortlogs | Lars Hjemli | 2007-11-06 | 1 | -7/+14 | |
|/ | ||||||
* | Don't show the the branch selector button if javascript is enabled | Lars Hjemli | 2007-11-03 | 1 | -1/+1 | |
* | Do not require javascript-enabled clients | Lars Hjemli | 2007-11-03 | 2 | -0/+16 | |
* | CGIT 0.7v0.7 | Lars Hjemli | 2007-11-03 | 1 | -1/+1 | |
* | Use GIT-1.5.3.5 | Lars Hjemli | 2007-11-03 | 2 | -1/+1 | |
* | Don't include current SHA1 in 'log' menu-item | Lars Hjemli | 2007-11-03 | 1 | -2/+2 | |
* | Don't include current path in menu links | Lars Hjemli | 2007-11-03 | 1 | -3/+2 | |
* | Fix search form action/hidden fields | Lars Hjemli | 2007-11-03 | 1 | -18/+24 | |
* | Add search parameters to cgit_log_link | Lars Hjemli | 2007-11-03 | 6 | -8/+21 | |
* | Fix typo in css | Shunichi Fuji | 2007-11-03 | 1 | -1/+1 | |
* | Change the cgit layout | Lars Hjemli | 2007-10-30 | 7 | -197/+231 | |
* | Add config param 'index-info' | Lars Hjemli | 2007-10-30 | 2 | -0/+4 | |
* | Teach cgit_object_link() about tag objects | Lars Hjemli | 2007-10-28 | 1 | -0/+3 | |
* | Make print_branch() handle refs not pointing at commits | Lars Hjemli | 2007-10-28 | 1 | -5/+11 | |
* | Teach log search about --grep, --author and --committer | Lars Hjemli | 2007-10-28 | 7 | -9/+39 | |
* | Add html_option() function | Lars Hjemli | 2007-10-28 | 2 | -0/+13 | |
* | Merge branch 'stable' | Lars Hjemli | 2007-10-27 | 1 | -2/+2 | |
|\ | ||||||
| * | cgit_parse_commit(): Add missing call to xstrdup() | Lars Hjemli | 2007-10-27 | 1 | -2/+2 | |
* | | Cleanup code introduced by the filter-refs topic | Lars Hjemli | 2007-10-27 | 1 | -30/+19 | |
* | | Merge branch 'filter-refs' | Lars Hjemli | 2007-10-27 | 8 | -37/+229 | |
|\ \ | ||||||
| * | | Add links to the new refs page from summary page | Lars Hjemli | 2007-10-27 | 3 | -0/+21 | |
| * | | Add support for refs view | Lars Hjemli | 2007-10-27 | 5 | -2/+37 | |
| * | | Make cgit_print_branches()/cgit_print_tags() external | Lars Hjemli | 2007-10-27 | 2 | -2/+4 | |
| * | | Add descriptions of summary-branches and summary-tags to cgitrc | Lars Hjemli | 2007-10-27 | 1 | -0/+10 | |
| * | | Add support for config param summary-branches | Lars Hjemli | 2007-10-27 | 3 | -3/+32 | |
| * | | Move logic for age comparision from cmp_tag_age into cmp_age() | Lars Hjemli | 2007-10-27 | 1 | -8/+13 | |
| * | | Add support for config param summary-tags | Lars Hjemli | 2007-10-27 | 3 | -3/+11 | |
| * | | Sort tags by age | Lars Hjemli | 2007-10-27 | 1 | -0/+18 | |
| * | | Use reflist to print tag info | Lars Hjemli | 2007-10-27 | 1 | -17/+19 | |
| * | | Use reflist to print branch info | Lars Hjemli | 2007-10-27 | 1 | -14/+16 | |
| * | | Add functions and types for ref lists | Lars Hjemli | 2007-10-27 | 2 | -0/+60 | |
|/ / | ||||||
* | | Merge branch 'stable' | Lars Hjemli | 2007-10-27 | 1 | -0/+6 | |
|\| | ||||||
| * | Skip unknown header fields when parsing tags and commits | Lars Hjemli | 2007-10-27 | 1 | -0/+6 | |
* | | Merge branch 'stable' | Lars Hjemli | 2007-10-05 | 1 | -1/+1 | |
|\| | ||||||
| * | correct typo in CSS | Michael Krelin | 2007-10-05 | 1 | -1/+1 | |
* | | Merge branch 'stable' | Lars Hjemli | 2007-10-01 | 2 | -1/+1 | |
|\| | ||||||
| * | Use git-1.5.3.3 | Lars Hjemli | 2007-10-01 | 2 | -1/+1 |