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