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