summaryrefslogtreecommitdiffstatshomepage
path: root/ui-tree.c (unfollow)
Commit message (Expand)AuthorLines
2020-03-13global: use proper accessors for maybe_treeJason A. Donenfeld-3/+5
2019-06-25ui-tree: allow per repository override for enable-blameChristian Hesse-2/+2
2019-06-05git: update to v2.21.0Christian Hesse-4/+6
2019-06-05global: make 'char *path' const where possibleChristian Hesse-2/+2
2018-10-12git: update to v2.19.1Christian Hesse-2/+2
2018-06-27git: update to v2.18.0Christian Hesse-21/+21
2018-06-16ui-tree: free read_sha1_file() buffer after useAndy Green-0/+2
2017-10-03ui-tree: link to blame UI if enabledJeff Smith-1/+9
2017-10-03ui-tree: move set_title_from_path to ui-sharedJeff Smith-33/+2
2017-08-10git: update to v2.14Jeff Smith-9/+9
2016-10-04ui-tree: replace 'unsigned char sha1[20]' with 'struct object_id oid'Christian Hesse-3/+3
2016-10-01ui-tree: remove a fixed size bufferJohn Keeping-6/+9
2016-10-01tree: allow skipping through single-child treesJohn Keeping-2/+68
2016-01-18ui-tree: put reverse path in titleJason A. Donenfeld-0/+34
2016-01-13git: update to v2.7.0Christian Hesse-1/+1
2015-10-09ui-tree: fix resource leak: free before returnChristian Hesse-0/+1
2015-08-14tree: move layout into page functionJohn Keeping-5/+18
2015-08-13ui-tree: use "sane" isgraph()John Keeping-1/+0
2015-08-12log: allow users to follow a fileJohn Keeping-1/+1
2015-03-09Avoid non-ANSI function declarationsJohn Keeping-2/+2
2015-02-08git: update for v2.3.0Christian Hesse-10/+7
2014-01-12filter: pass extra arguments via cgit_open_filterJohn Keeping-4/+3
2014-01-08Update copyright informationLukas Fleischer-1/+1
2014-01-08Reduce line number bloat, fix hover effectPeter Wu-2/+1
2013-04-08use struct strbuf instead of static buffersJohn Keeping-16/+17
2013-04-08Convert cgit_print_error to a variadic functionJohn Keeping-8/+5
2013-04-08Always #include corresponding .h in .c filesJohn Keeping-0/+1
2013-03-04cgit_print_tree(): Free curr_rev after usageLukas Fleischer-2/+6
2013-03-04ui-tree.c: Use a context structure in walk_tree()Lukas Fleischer-22/+29
2013-03-04ui-tree.c: Drop the header variableLukas Fleischer-6/+2
2013-03-04ui-tree.c: Declare the state variable globallyLukas Fleischer-1/+2
2013-03-04ui-tree.c: Pass current revision to print_object()Lukas Fleischer-3/+3
2013-03-04White space around control verbs.Jason A. Donenfeld-1/+1
2013-03-04Fix several whitespace errorsLukas Fleischer-2/+2
2013-03-02Update git to v1.7.6.5John Keeping-3/+13
2011-06-15ui-tree.c: add support for path-selected submodule linksLars Hjemli-9/+4
2011-06-13cgit.c: always setup cgit repo environment variablesLars Hjemli-1/+1
2011-03-26source_filter: fix a memory leakFerry Huberts-0/+2
2011-03-26cgit_open_filter: also take the repo as a parameterFerry Huberts-1/+1
2010-09-04prefer html_raw() to write()Mark Lodato-1/+1
2010-09-04fix errors in printf-style format stringsMark Lodato-2/+2
2010-06-19ui-tree: Remove unnecessary path breadcrumb navigationJohan Herland-13/+2
2010-02-28ui-tree: add link to plain view for blobs in tree listingLars Hjemli-0/+2
2009-12-12Fix segfault on ppc when browsing treeMartins Polakovs-1/+1
2009-11-28"max-blob-size" config var to limit generated HTML sizeGeorg Lukas-0/+6
2009-08-21Rename "linenumbers" to "enable-tree-linenumbers", change default to "1"Lars Hjemli-1/+1
2009-08-21Add 'linenumbers' config optionFlorian Pritz-11/+16
2009-08-21ui-tree.c: show line numbers when highlightingFlorian Pritz-9/+11
2009-08-09Add support for repo.commit-filter and repo.source-filterLars Hjemli-4/+4
2009-08-08Expose file extension in tree lists as class to allow nicer tree stylingMartin Szulecki-1/+7