aboutsummaryrefslogtreecommitdiffstats
path: root/ui-snapshot.c (unfollow)
Commit message (Expand)AuthorFilesLines
2008-10-05CGIT 0.8v0.8Lars Hjemli1-1/+1
2008-10-05ui-summary: use html_url_path()Lars Hjemli1-1/+1
2008-10-05ui-refs: use cgit_tag_link()Lars Hjemli1-6/+2
2008-10-05ui-shared: add cgit_tag_link()Lars Hjemli2-0/+8
2008-10-05ui-shared: generate proper links in cgit_object_link()Lars Hjemli1-15/+7
2008-10-05ui-shared: use html_url_path() to get properly escaped url in form actionLars Hjemli1-2/+2
2008-10-05Use GIT-1.6.0.2Lars Hjemli3-5/+3
2008-10-05ui-shared: reword the standard page footerLars Hjemli1-2/+2
2008-10-05ui-shared: do not print repo name on the "summary" tabLars Hjemli1-2/+1
2008-10-05Replace cgitrc with cgitrc.5.txtLars Hjemli2-202/+367
2008-10-05ui-repolist + ui-shared: Use cgit_summary_link()Lars Hjemli2-10/+5
2008-10-05ui-shared.c: add cgit_summary_link()Lars Hjemli2-0/+6
2008-10-05ui-shared.c: use html_url_path() in repolink()Lars Hjemli1-4/+4
2008-10-05html.c: add html_url_pathLars Hjemli2-0/+17
2008-10-05ui-snapshot.c: specify archiver_args.baselenLars Hjemli2-2/+11
2008-10-05ui-shared.c: use html_url_arg()Lars Hjemli4-11/+36
2008-10-05html.c: add html_url_argLars Hjemli2-0/+17
2008-09-23ui-diff: make diffstat header a link to the full diffLars Hjemli1-1/+4
2008-09-23ui-diff: fix links from diffstatLars Hjemli1-4/+2
2008-09-20Add LDFLAGS to makefile.Harley Laue1-1/+1
2008-09-15ui-repolist: enable filtering of repos by pathLars Hjemli1-1/+10
2008-09-15Add support for --scan-tree=<path> option to cgitLars Hjemli4-3/+184
2008-09-15Teach cgit how to use PATH_INFOLars Hjemli2-0/+28
2008-09-15ui-tag: show the taggers emailLars Hjemli1-0/+4
2008-09-15parsing.c: be prepared for unexpected content in commit/tag objectsLars Hjemli2-64/+97
2008-09-03Update Makefile to use GIT-1.6.0.1Lars Hjemli1-1/+1
2008-09-02use Host: header to generate cgit_hosturlEric Wong1-7/+12
2008-09-02Use GIT-1.6.0.1Lars Hjemli1-0/+0
2008-09-02ui-plain: handle subdirectoriesLars Hjemli1-4/+1
2008-09-01Use GIT-1.6.0Lars Hjemli1-0/+0
2008-09-01cache.c: use %zd for off_t argumentLars Hjemli1-1/+1
2008-08-06Supply status description to html_status()Lars Hjemli4-14/+12
2008-08-06Use GIT-1.6.0.rc1Lars Hjemli2-1/+1
2008-08-06Makefile: Git dependency, take 3Lars Hjemli1-5/+3
2008-08-06ui-tree: link to plain view instead of blob viewLars Hjemli3-4/+12
2008-08-06Implement plain viewLars Hjemli9-0/+106
2008-08-06Add support for cloning over httpLars Hjemli6-0/+140
2008-08-05cgitrc: explain new local-time optionStefan Naewe1-0/+2
2008-08-01Add atom-supportLars Hjemli7-0/+168
2008-08-01Added `local-time` option to cgitrcStefan Naewe7-10/+17
2008-08-01Makefile: another take on git dependency rulesLars Hjemli1-7/+5
2008-07-27Modify default value for a few cgitrc optionsLars Hjemli1-2/+5
2008-07-27Be prepared for empty repositoriesLars Hjemli2-4/+9
2008-07-27ui-shared: show repo owner along with descriptionLars Hjemli1-3/+3
2008-07-27ui-summary: show clone urlsLars Hjemli1-0/+41
2008-07-22Makefile: remove the `distclean` and `emptycache` targetsLars Hjemli1-7/+0
2008-07-22Makefile: do not touch the git objects with `make clean`Lars Hjemli1-1/+0
2008-07-22Makefile: fix git dependency rulesLars Hjemli1-5/+3
2008-07-22tests/Makefile: not everyone has `.` in $PATHLars Hjemli1-1/+1
2008-07-21Adjust to new calling convention for read_tree_recursive()Lars Hjemli2-7/+10