about summary refs log tree commit
path: root/ui-tree.c
DateCommit message (Expand)
2019-04-22ui-{tree,repolist}: improve button spacing for browsers w/o CSS
2018-10-12git: update to v2.19.1
2018-06-27git: update to v2.18.0
2018-06-16ui-tree: free read_sha1_file() buffer after use
2017-10-03ui-tree: link to blame UI if enabled
2017-10-03ui-tree: move set_title_from_path to ui-shared
2017-08-10git: update to v2.14
2016-10-04ui-tree: replace 'unsigned char sha1[20]' with 'struct object_id oid'
2016-10-01ui-tree: remove a fixed size buffer
2016-10-01tree: allow skipping through single-child trees
2016-01-18ui-tree: put reverse path in title
2016-01-13git: update to v2.7.0
2015-10-09ui-tree: fix resource leak: free before return
2015-08-14tree: move layout into page function
2015-08-13ui-tree: use "sane" isgraph()
2015-08-12log: allow users to follow a file
2015-03-09Avoid non-ANSI function declarations
2015-02-08git: update for v2.3.0
2014-01-12filter: pass extra arguments via cgit_open_filter
2014-01-08Update copyright information
2014-01-08Reduce line number bloat, fix hover effect
2013-04-08use struct strbuf instead of static buffers
2013-04-08Convert cgit_print_error to a variadic function
2013-04-08Always #include corresponding .h in .c files
2013-03-04cgit_print_tree(): Free curr_rev after usage
2013-03-04ui-tree.c: Use a context structure in walk_tree()
2013-03-04ui-tree.c: Drop the header variable
2013-03-04ui-tree.c: Declare the state variable globally
2013-03-04ui-tree.c: Pass current revision to print_object()
2013-03-04White space around control verbs.
2013-03-04Fix several whitespace errors
2013-03-02Update git to v1.7.6.5
2011-06-15ui-tree.c: add support for path-selected submodule links
2011-06-13cgit.c: always setup cgit repo environment variables
2011-05-23Merge branch 'fh/filter-api'
2011-03-26source_filter: fix a memory leak
2011-03-26cgit_open_filter: also take the repo as a parameter
2010-09-04prefer html_raw() to write()
2010-09-04fix errors in printf-style format strings
2010-06-19ui-tree: Remove unnecessary path breadcrumb navigation
2010-02-28ui-tree: add link to plain view for blobs in tree listing
2009-12-12Merge branch 'stable'
2009-12-12Fix segfault on ppc when browsing tree
2009-11-28"max-blob-size" config var to limit generated HTML size
2009-08-21Rename "linenumbers" to "enable-tree-linenumbers", change default to "1"
2009-08-21Add 'linenumbers' config option
2009-08-21ui-tree.c: show line numbers when highlighting
2009-08-09Merge branch 'lh/plugins'
2009-08-09Add support for repo.commit-filter and repo.source-filter
2009-08-08Expose file extension in tree lists as class to allow nicer tree styling