summaryrefslogtreecommitdiffstatshomepage
path: root/ui-tree.c (follow)
Commit message (Expand)AuthorAgeLines
* global: use proper accessors for maybe_treeJason A. Donenfeld2020-03-13-3/+5
* ui-tree: allow per repository override for enable-blameChristian Hesse2019-06-25-2/+2
* git: update to v2.21.0Christian Hesse2019-06-05-4/+6
* global: make 'char *path' const where possibleChristian Hesse2019-06-05-2/+2
* git: update to v2.19.1Christian Hesse2018-10-12-2/+2
* git: update to v2.18.0Christian Hesse2018-06-27-21/+21
* ui-tree: free read_sha1_file() buffer after useAndy Green2018-06-16-0/+2
* ui-tree: link to blame UI if enabledJeff Smith2017-10-03-1/+9
* ui-tree: move set_title_from_path to ui-sharedJeff Smith2017-10-03-33/+2
* git: update to v2.14Jeff Smith2017-08-10-9/+9
* ui-tree: replace 'unsigned char sha1[20]' with 'struct object_id oid'Christian Hesse2016-10-04-3/+3
* ui-tree: remove a fixed size bufferJohn Keeping2016-10-01-6/+9
* tree: allow skipping through single-child treesJohn Keeping2016-10-01-2/+68
* ui-tree: put reverse path in titleJason A. Donenfeld2016-01-18-0/+34
* git: update to v2.7.0Christian Hesse2016-01-13-1/+1
* ui-tree: fix resource leak: free before returnChristian Hesse2015-10-09-0/+1
* tree: move layout into page functionJohn Keeping2015-08-14-5/+18
* ui-tree: use "sane" isgraph()John Keeping2015-08-13-1/+0
* log: allow users to follow a fileJohn Keeping2015-08-12-1/+1
* Avoid non-ANSI function declarationsJohn Keeping2015-03-09-2/+2
* git: update for v2.3.0Christian Hesse2015-02-08-10/+7
* filter: pass extra arguments via cgit_open_filterJohn Keeping2014-01-12-4/+3
* Update copyright informationLukas Fleischer2014-01-08-1/+1
* Reduce line number bloat, fix hover effectPeter Wu2014-01-08-2/+1
* use struct strbuf instead of static buffersJohn Keeping2013-04-08-16/+17
* Convert cgit_print_error to a variadic functionJohn Keeping2013-04-08-8/+5
* Always #include corresponding .h in .c filesJohn Keeping2013-04-08-0/+1
* cgit_print_tree(): Free curr_rev after usageLukas Fleischer2013-03-04-2/+6
* ui-tree.c: Use a context structure in walk_tree()Lukas Fleischer2013-03-04-22/+29
* ui-tree.c: Drop the header variableLukas Fleischer2013-03-04-6/+2
* ui-tree.c: Declare the state variable globallyLukas Fleischer2013-03-04-1/+2
* ui-tree.c: Pass current revision to print_object()Lukas Fleischer2013-03-04-3/+3
* White space around control verbs.Jason A. Donenfeld2013-03-04-1/+1
* Fix several whitespace errorsLukas Fleischer2013-03-04-2/+2
* Update git to v1.7.6.5John Keeping2013-03-02-3/+13
* ui-tree.c: add support for path-selected submodule linksLars Hjemli2011-06-15-9/+4
* cgit.c: always setup cgit repo environment variablesLars Hjemli2011-06-13-1/+1
* Merge branch 'fh/filter-api'Lars Hjemli2011-05-23-1/+1
|\
| * cgit_open_filter: also take the repo as a parameterFerry Huberts2011-03-26-1/+1
* | source_filter: fix a memory leakFerry Huberts2011-03-26-0/+2
|/
* prefer html_raw() to write()Mark Lodato2010-09-04-1/+1
* fix errors in printf-style format stringsMark Lodato2010-09-04-2/+2
* ui-tree: Remove unnecessary path breadcrumb navigationJohan Herland2010-06-19-13/+2
* ui-tree: add link to plain view for blobs in tree listingLars Hjemli2010-02-28-0/+2
* Merge branch 'stable'Lars Hjemli2009-12-12-1/+1
|\
| * Fix segfault on ppc when browsing treeMartins Polakovs2009-12-12-1/+1
* | "max-blob-size" config var to limit generated HTML sizeGeorg Lukas2009-11-28-0/+6
|/
* Rename "linenumbers" to "enable-tree-linenumbers", change default to "1"Lars Hjemli2009-08-21-1/+1
* Add 'linenumbers' config optionFlorian Pritz2009-08-21-11/+16
* ui-tree.c: show line numbers when highlightingFlorian Pritz2009-08-21-9/+11