summaryrefslogtreecommitdiff
path: root/ui-tree.c
AgeCommit message (Expand)Author
snapshot2023-06-01git: update to v2.41.0Christian Hesse
snapshot2022-12-19ui-tree: show symlink targets in tree listingJune McEnroe
snapshot2022-12-19ui-tree,ui-blame: bail from blame if blob is binaryJune McEnroe
snapshot2021-06-08git: update to v2.32.0Christian Hesse
snapshot2020-03-13global: use proper accessors for maybe_treeJason A. Donenfeld
snapshot2019-06-25ui-tree: allow per repository override for enable-blameChristian Hesse
snapshot2019-06-05git: update to v2.21.0Christian Hesse
snapshot2019-06-05global: make 'char *path' const where possibleChristian Hesse
snapshot2018-10-12git: update to v2.19.1Christian Hesse
snapshot2018-06-27git: update to v2.18.0Christian Hesse
snapshot2018-06-16ui-tree: free read_sha1_file() buffer after useAndy Green
snapshot2017-10-03ui-tree: link to blame UI if enabledJeff Smith
snapshot2017-10-03ui-tree: move set_title_from_path to ui-sharedJeff Smith
snapshot2017-08-10git: update to v2.14Jeff Smith
snapshot2016-10-04ui-tree: replace 'unsigned char sha1[20]' with 'struct object_id oid'Christian Hesse
snapshot2016-10-01ui-tree: remove a fixed size bufferJohn Keeping
snapshot2016-10-01tree: allow skipping through single-child treesJohn Keeping
snapshot2016-01-18ui-tree: put reverse path in titleJason A. Donenfeld
snapshot2016-01-13git: update to v2.7.0Christian Hesse
snapshot2015-10-09ui-tree: fix resource leak: free before returnChristian Hesse
snapshot2015-08-14tree: move layout into page functionJohn Keeping
snapshot2015-08-13ui-tree: use "sane" isgraph()John Keeping
snapshot2015-08-12log: allow users to follow a fileJohn Keeping
snapshot2015-03-09Avoid non-ANSI function declarationsJohn Keeping
snapshot2015-02-08git: update for v2.3.0Christian Hesse
snapshot2014-01-12filter: pass extra arguments via cgit_open_filterJohn Keeping
snapshot2014-01-08Update copyright informationLukas Fleischer
snapshot2014-01-08Reduce line number bloat, fix hover effectPeter Wu
snapshot2013-04-08use struct strbuf instead of static buffersJohn Keeping
snapshot2013-04-08Convert cgit_print_error to a variadic functionJohn Keeping
snapshot2013-04-08Always #include corresponding .h in .c filesJohn Keeping
snapshot2013-03-04cgit_print_tree(): Free curr_rev after usageLukas Fleischer
snapshot2013-03-04ui-tree.c: Use a context structure in walk_tree()Lukas Fleischer
snapshot2013-03-04ui-tree.c: Drop the header variableLukas Fleischer
snapshot2013-03-04ui-tree.c: Declare the state variable globallyLukas Fleischer
snapshot2013-03-04ui-tree.c: Pass current revision to print_object()Lukas Fleischer
snapshot2013-03-04White space around control verbs.Jason A. Donenfeld
snapshot2013-03-04Fix several whitespace errorsLukas Fleischer
snapshot2013-03-02Update git to v1.7.6.5John Keeping
snapshot2011-06-15ui-tree.c: add support for path-selected submodule linksLars Hjemli
snapshot2011-06-13cgit.c: always setup cgit repo environment variablesLars Hjemli
snapshot2011-05-23Merge branch 'fh/filter-api'Lars Hjemli
snapshot2011-03-26source_filter: fix a memory leakFerry Huberts
snapshot2011-03-26cgit_open_filter: also take the repo as a parameterFerry Huberts
snapshot2010-09-04prefer html_raw() to write()Mark Lodato
snapshot2010-09-04fix errors in printf-style format stringsMark Lodato
snapshot2010-06-19ui-tree: Remove unnecessary path breadcrumb navigationJohan Herland
snapshot2010-02-28ui-tree: add link to plain view for blobs in tree listingLars Hjemli
snapshot2009-12-12Merge branch 'stable'Lars Hjemli
snapshot2009-12-12Fix segfault on ppc when browsing treeMartins Polakovs