aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/cgit.c
Commit message (Expand)AuthorAge
* cgit: use cgit_print_error_page() where appropriateJohn Keeping2015-08-14
* log: allow users to follow a fileJohn Keeping2015-08-12
* about: always ensure page has a trailing slashJason A. Donenfeld2015-08-12
* g
{
    "configurations": [
        {
            "name": "Linux",
            "includePath": [
                "${workspaceFolder}/**",
                "/home/pi/pico/pico-sdk/**",
                "/home/pi/pico/pico-sdk/src/common/pico_stdlib/include"
            ],
            "defines": [],
            "compilerPath": "/usr/bin/clang",
            "cStandard": "c11",
            "cppStandard": "c++14",
            "intelliSenseMode": "clang-arm",
            "configurationProvider": "ms-vscode.cmake-tools"
        }
    ],
    "version": 4
}
00'>2013-08-12
* cache: document negative ttls and add about ttlJason A. Donenfeld2013-08-12
* use favicon by defaultChristian Hesse2013-08-12
* readme: use string_list instead of space deliminationsJason A. Donenfeld2013-05-26
* readme: Accept multiple candidates and test them.Jason A. Donenfeld2013-05-25
* ui-summary: Pass filename to about-filterJason A. Donenfeld2013-05-25
* cgit.c: Do not reset HOME after unsetting it.Jason A. Donenfeld2013-05-25
* cgit.c: sync repo config printing with struct cgit_repoJason A. Donenfeld2013-05-25
* Add branch-sort and repo.branch-sort options.Jason A. Donenfeld2013-04-10
* cgit.c: Do not restore unset environment variablesLukas Fleischer2013-04-10
* Do not load user or system gitconfig and gitattributesJason A. Donenfeld2013-04-08
* use struct strbuf instead of static buffersJohn Keeping2013-04-08
* Convert cgit_print_error to a variadic functionJohn Keeping2013-04-08
* Fix out-of-bounds memory accesses with virtual_root=""John Keeping2013-04-08
* Do not unnecessarily strdup() environment variablesLukas Fleischer2013-04-08
* Maŕk cgit_environment members constLukas Fleischer2013-04-08
* find_default_branch(): Free refmatch after usageLukas Fleischer2013-03-04
* Mark several functions/variables staticLukas Fleischer2013-03-04
* cgit.c: Remove parameter from guess_defbranch()Lukas Fleischer2013-03-04