aboutsummaryrefslogtreecommitdiff
path: root/ui-tree.c
AgeCommit message (Expand)Author
2022-12-19ui-tree: show symlink targets in tree listingGravatar June McEnroe
2022-12-19ui-tree,ui-blame: bail from blame if blob is binaryGravatar June McEnroe
2021-06-08git: update to v2.32.0Gravatar Christian Hesse
2020-03-13global: use proper accessors for maybe_treeGravatar Jason A. Donenfeld
2019-06-25ui-tree: allow per repository override for enable-blameGravatar Christian Hesse
2019-06-05git: update to v2.21.0Gravatar Christian Hesse
2019-06-05global: make 'char *path' const where possibleGravatar Christian Hesse
2018-10-12git: update to v2.19.1Gravatar Christian Hesse
2018-06-27git: update to v2.18.0Gravatar Christian Hesse
2018-06-16ui-tree: free read_sha1_file() buffer after useGravatar Andy Green
2017-10-03ui-tree: link to blame UI if enabledGravatar Jeff Smith
2017-10-03ui-tree: move set_title_from_path to ui-sharedGravatar Jeff Smith
2017-08-10git: update to v2.14Gravatar Jeff Smith
2016-10-04ui-tree: replace 'unsigned char sha1[20]' with 'struct object_id oid'Gravatar Christian Hesse
2016-10-01ui-tree: remove a fixed size bufferGravatar John Keeping
2016-10-01tree: allow skipping through single-child treesGravatar John Keeping
2016-01-18ui-tree: put reverse path in titleGravatar Jason A. Donenfeld
2016-01-13git: update to v2.7.0Gravatar Christian Hesse
2015-10-09ui-tree: fix resource leak: free before returnGravatar Christian Hesse
2015-08-14tree: move layout into page functionGravatar John Keeping
2015-08-13ui-tree: use "sane" isgraph()Gravatar John Keeping
2015-08-12log: allow users to follow a fileGravatar John Keeping
2015-03-09Avoid non-ANSI function declarationsGravatar John Keeping
2015-02-08git: update for v2.3.0Gravatar Christian Hesse
2014-01-12filter: pass extra arguments via cgit_open_filterGravatar John Keeping
2014-01-08Update copyright informationGravatar Lukas Fleischer
2014-01-08Reduce line number bloat, fix hover effectGravatar Peter Wu
2013-04-08use struct strbuf instead of static buffersGravatar John Keeping
2013-04-08Convert cgit_print_error to a variadic functionGravatar John Keeping
2013-04-08Always #include corresponding .h in .c filesGravatar John Keeping
2013-03-04cgit_print_tree(): Free curr_rev after usageGravatar Lukas Fleischer
2013-03-04ui-tree.c: Use a context structure in walk_tree()Gravatar Lukas Fleischer
2013-03-04ui-tree.c: Drop the header variableGravatar Lukas Fleischer
2013-03-04ui-tree.c: Declare the state variable globallyGravatar Lukas Fleischer
2013-03-04ui-tree.c: Pass current revision to print_object()Gravatar Lukas Fleischer
2013-03-04White space around control verbs.Gravatar Jason A. Donenfeld
2013-03-04Fix several whitespace errorsGravatar Lukas Fleischer
2013-03-02Update git to v1.7.6.5Gravatar John Keeping
2011-06-15ui-tree.c: add support for path-selected submodule linksGravatar Lars Hjemli
2011-06-13cgit.c: always setup cgit repo environment variablesGravatar Lars Hjemli
2011-05-23Merge branch 'fh/filter-api'Gravatar Lars Hjemli
2011-03-26source_filter: fix a memory leakGravatar Ferry Huberts
2011-03-26cgit_open_filter: also take the repo as a parameterGravatar Ferry Huberts
2010-09-04prefer html_raw() to write()Gravatar Mark Lodato
2010-09-04fix errors in printf-style format stringsGravatar Mark Lodato
2010-06-19ui-tree: Remove unnecessary path breadcrumb navigationGravatar Johan Herland
2010-02-28ui-tree: add link to plain view for blobs in tree listingGravatar Lars Hjemli
2009-12-12Merge branch 'stable'Gravatar Lars Hjemli
2009-12-12Fix segfault on ppc when browsing treeGravatar Martins Polakovs
2009-11-28"max-blob-size" config var to limit generated HTML sizeGravatar Georg Lukas