index
:
cgit
git-http-backend
master
A hyperfast web frontend for git repositories written in C
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
ui-tree.c
(
unfollow
)
Commit message (
Expand
)
Author
Lines
2017-10-03
ui-tree: link to blame UI if enabled
Jeff Smith
-1
/
+9
2017-10-03
ui-tree: move set_title_from_path to ui-shared
Jeff Smith
-33
/
+2
2017-08-10
git: update to v2.14
Jeff Smith
-9
/
+9
2016-10-04
ui-tree: replace 'unsigned char sha1[20]' with 'struct object_id oid'
Christian Hesse
-3
/
+3
2016-10-01
ui-tree: remove a fixed size buffer
John Keeping
-6
/
+9
2016-10-01
tree: allow skipping through single-child trees
John Keeping
-2
/
+68
2016-01-18
ui-tree: put reverse path in title
Jason A. Donenfeld
-0
/
+34
2016-01-13
git: update to v2.7.0
Christian Hesse
-1
/
+1
2015-10-09
ui-tree: fix resource leak: free before return
Christian Hesse
-0
/
+1
2015-08-14
tree: move layout into page function
John Keeping
-5
/
+18
2015-08-13
ui-tree: use "sane" isgraph()
John Keeping
-1
/
+0
2015-08-12
log: allow users to follow a file
John Keeping
-1
/
+1
2015-03-09
Avoid non-ANSI function declarations
John Keeping
-2
/
+2
2015-02-08
git: update for v2.3.0
Christian Hesse
-10
/
+7
2014-01-12
filter: pass extra arguments via cgit_open_filter
John Keeping
-4
/
+3
2014-01-08
Update copyright information
Lukas Fleischer
-1
/
+1
2014-01-08
Reduce line number bloat, fix hover effect
Peter Wu
-2
/
+1
2013-04-08
use struct strbuf instead of static buffers
John Keeping
-16
/
+17
2013-04-08
Convert cgit_print_error to a variadic function
John Keeping
-8
/
+5
2013-04-08
Always #include corresponding .h in .c files
John Keeping
-0
/
+1
2013-03-04
cgit_print_tree(): Free curr_rev after usage
Lukas Fleischer
-2
/
+6
2013-03-04
ui-tree.c: Use a context structure in walk_tree()
Lukas Fleischer
-22
/
+29
2013-03-04
ui-tree.c: Drop the header variable
Lukas Fleischer
-6
/
+2
2013-03-04
ui-tree.c: Declare the state variable globally
Lukas Fleischer
-1
/
+2
2013-03-04
ui-tree.c: Pass current revision to print_object()
Lukas Fleischer
-3
/
+3
2013-03-04
White space around control verbs.
Jason A. Donenfeld
-1
/
+1
2013-03-04
Fix several whitespace errors
Lukas Fleischer
-2
/
+2
2013-03-02
Update git to v1.7.6.5
John Keeping
-3
/
+13
2011-06-15
ui-tree.c: add support for path-selected submodule links
Lars Hjemli
-9
/
+4
2011-06-13
cgit.c: always setup cgit repo environment variables
Lars Hjemli
-1
/
+1
2011-03-26
source_filter: fix a memory leak
Ferry Huberts
-0
/
+2
2011-03-26
cgit_open_filter: also take the repo as a parameter
Ferry Huberts
-1
/
+1
2010-09-04
prefer html_raw() to write()
Mark Lodato
-1
/
+1
2010-09-04
fix errors in printf-style format strings
Mark Lodato
-2
/
+2
2010-06-19
ui-tree: Remove unnecessary path breadcrumb navigation
Johan Herland
-13
/
+2
2010-02-28
ui-tree: add link to plain view for blobs in tree listing
Lars Hjemli
-0
/
+2
2009-12-12
Fix segfault on ppc when browsing tree
Martins Polakovs
-1
/
+1
2009-11-28
"max-blob-size" config var to limit generated HTML size
Georg Lukas
-0
/
+6
2009-08-21
Rename "linenumbers" to "enable-tree-linenumbers", change default to "1"
Lars Hjemli
-1
/
+1
2009-08-21
Add 'linenumbers' config option
Florian Pritz
-11
/
+16
2009-08-21
ui-tree.c: show line numbers when highlighting
Florian Pritz
-9
/
+11
2009-08-09
Add support for repo.commit-filter and repo.source-filter
Lars Hjemli
-4
/
+4
2009-08-08
Expose file extension in tree lists as class to allow nicer tree styling
Martin Szulecki
-1
/
+7
2009-07-31
ui-tree: add support for source-filter option
Lars Hjemli
-4
/
+14
2009-03-15
fix segfault when displaying empty blobs
Eric Wong
-5
/
+8
2009-02-12
ui-tree: escape ascii-text properly in hexdump view
Lars Hjemli
-4
/
+9
2009-01-31
ui-tree: show hexdump of binary blobs
Lars Hjemli
-23
/
+48
2009-01-10
changed objects are outputted, allowing for selections of code only
Onne Gorter
-15
/
+16
2009-01-06
ui-tree.c: do not add blank line when displaying blobs
Lars Hjemli
-2
/
+4
2008-12-07
ui-tree: add link to stats page per path
Lars Hjemli
-0
/
+3
[next]