Welcome to mirror list, hosted at ThFree Co, Russian Federation.

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