summaryrefslogtreecommitdiff
path: root/COPYING (unfollow)
Commit message (Expand)AuthorFilesLines
2008-12-05ui-repolist: avoid build warning for strcasestr(3)Lars Hjemli1-0/+4
2008-12-05Makefile: allow cgit.conf to override platform-specific tweaksLars Hjemli1-5/+5
2008-12-03Extra cygwin-specific changesRamsay Jones2-6/+23
2008-12-03ui-log: try to disambiguate ref namesLars Hjemli1-2/+15
2008-12-01ui-shared: shorten the sha1 printed by cgit_object_linkLars Hjemli1-6/+8
2008-12-01ui-refs.c: show download links for all tags referring to commit objectsLars Hjemli1-3/+34
2008-12-01ui-shared: exploit snapshot dwimmery in cgit_print_snapshot_linksLars Hjemli1-2/+1
2008-12-01ui-snapshot: improve extraction of revision from snapshot nameLars Hjemli1-43/+37
2008-11-30Set prefix in snapshots when using dwimmeryNatanael Copa3-6/+14
2008-11-29ui-repolist: implement lazy caching of repo->mtimeLars Hjemli3-4/+14
2008-11-29ui-repolist: sort null values lastLars Hjemli1-2/+2
2008-11-29ui-repolist: add support for sorting any columnLars Hjemli1-9/+83
2008-11-29ui-repolist: extract get_repo_modtime() from print_modtime()Lars Hjemli1-27/+19
2008-11-29Add support for sorting by Age in the repolistBenjamin Close3-3/+39
2008-11-14ui-repolist: handle empty agefilesLars Hjemli1-1/+2
2008-11-06Use mode 0644 for non-executable filesKarl Chen1-2/+2
2008-11-06Fix tests to work on Ubuntu (dash)Ramsay Jones1-2/+4
2008-11-06Fix some warnings to allow -WerrorRamsay Jones2-3/+3
2008-11-06Use GIT-1.6.0.3Lars Hjemli2-1/+1
2008-10-11CGIT 0.8.1v0.8.1Lars Hjemli1-1/+1
2008-10-11Makefile: enable compilation on uclibcLars Hjemli1-0/+3
2008-10-11ui-snapshot: add dwimmeryLars Hjemli3-15/+83
2008-10-11Add cgit_query.nohead flagLars Hjemli2-0/+2
2008-10-06ui-shared: specify correct css class for summary tabLars Hjemli1-1/+2
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
mli <hjemli@gmail.com> 2007-02-05Add support for prefix and gitsrc arguments to 'make'Lars Hjemli2-15/+37 This should improve the installation a little, especially since the new options are mentioned in the README. Also, add a make-rule to build the git binaries if necessary + a dependency between cgit and libgit.a. Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2007-02-04Update cgitrc templateLars Hjemli1-21/+32 Make the descriptions more helpfull. Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2007-02-04Add support for lightweight tagsLars Hjemli2-19/+37 There is nothing bad about a tag that has no tag-object, but the old code didn't handle such tags correctly. Fix it. Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2007-02-04Read repo-info from /etc/cgitrcLars Hjemli5-55/+120 This makes cgit read all repo-info from the configfile, instead of scanning for possible git-dirs below a common root path. This is primarily done to get better security (separate physical path from logical repo-name). In /etc/cgitrc each repo is registered with the following keys: repo.url repo.name repo.path repo.desc repo.owner Note: *Required keys are repo.url and repo.path, all others are optional *Each occurrence of repo.url starts a new repository registration *Default value for repo.name is taken from repo.url *The value of repo.url cannot contain characters with special meaning for urls (i.e. one of /?%&), while repo.name can contain anything. Example: repo.url=cgit-pub repo.name=cgit/public repo.path=/pub/git/cgit repo.desc=My public cgit repo repo.owner=Lars Hjemli repo.url=cgit-priv repo.name=cgit/private repo.path=/home/larsh/src/cgit/.git repo.desc=My private cgit repo repo.owner=Lars Hjemli Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2007-02-04Do not die if tag has no messageLars Hjemli1-2/+2 Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2007-02-03Fix search for non-virtual urlsLars Hjemli1-0/+6 When cgit don't use virtual urls, the current repo and page url parameters must be included in the search form as hidden input fields. Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2007-01-28Update README with install/config informationLars Hjemli1-24/+28 Signed-off-by: Lars Hjemli <hjemli@gmail.com>