about summary refs log tree commit
path: root/cgit.c
DateCommit message (Expand)
2014-01-14filter: add fprintf_filter function
2014-01-10filter: split filter functions into their own file
2014-01-10cgit.c: Fix comment on bit mask hack
2014-01-10cgit.c: Use "else" for mutually exclusive branches
2014-01-10Replace most uses of strncmp() with prefixcmp()
2014-01-08Update copyright information
2013-08-12cache: id means static, even if head is specified too
2013-08-12cache: document negative ttls and add about ttl
2013-08-12use favicon by default
2013-05-26readme: use string_list instead of space deliminations
2013-05-25readme: Accept multiple candidates and test them.
2013-05-25ui-summary: Pass filename to about-filter
2013-05-25cgit.c: Do not reset HOME after unsetting it.
2013-05-25cgit.c: sync repo config printing with struct cgit_repo
2013-04-10Add branch-sort and repo.branch-sort options.
2013-04-10cgit.c: Do not restore unset environment variables
2013-04-08Do not load user or system gitconfig and gitattributes
2013-04-08use struct strbuf instead of static buffers
2013-04-08Convert cgit_print_error to a variadic function
2013-04-08Fix out-of-bounds memory accesses with virtual_root=""
2013-04-08Do not unnecessarily strdup() environment variables
2013-04-08Maŕk cgit_environment members const
2013-03-04find_default_branch(): Free refmatch after usage
2013-03-04Mark several functions/variables static
2013-03-04cgit.c: Remove parameter from guess_defbranch()
2013-03-04White space around control verbs.
2013-03-04Fix several whitespace errors
2013-03-02Update git to v1.7.9.7
2013-02-01Make "owner" column on index page configurable
2012-10-17ui-log: Add "commit-sort" option for controlling commit ordering
2012-10-17ui-repolist: Add "section-sort" flag to control section sorting.
2012-10-17scan-tree: Unify gitweb.* and cgit.* settings into one config option.
2012-10-16ui-repolist: Rename section-sort to repository-sort.
2012-10-16repo_config: do not let globals override repo settings
2012-07-12Update copyright headers to have latest dates.
2012-07-12ui-repolist: Case insensitive sorting and age sort
2012-07-12scan-tree: Support gitweb.category.
2012-07-12scan-tree: Support gitweb.description.
2012-03-18Merge branch 'fh/mimetypes'
2012-03-18Merge branch 'jp/defbranch'
2012-03-18Merge branch 'lh/module-links'
2012-01-03Merge branch 'stable'
2012-01-03Fix diff mode switching when side-by-side-diffs=1
2011-07-19ui_plain: automatically lookup mimetype when mimetype-file is set
2011-06-20cgit.c: use resolve_ref() to guess_defbranch()
2011-06-20Only guess default branch when a repo page is requested
2011-06-18Merge branch 'stable'
2011-06-18cgit.c: improve error message when git repo cannot be accessed
2011-06-15Do not provide a default value for `module-link`
2011-06-15ui-tree.c: add support for path-selected submodule links