index
:
cgit-magenta.git
this commit
dev/antibot
dev/tarball-cache
master
wiki
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ui-tree.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Improve button spacing for browsers w/o CSS
Eric Wong
2025-03-12
1
-3
/
+9
*
git: update to v2.46.0
Christian Hesse
2024-08-02
1
-0
/
+2
*
git: update to v2.41.0
Christian Hesse
2023-06-01
1
-4
/
+4
*
ui-tree: show symlink targets in tree listing
June McEnroe
2022-12-19
1
-2
/
+20
*
ui-tree,ui-blame: bail from blame if blob is binary
June McEnroe
2022-12-19
1
-2
/
+4
*
git: update to v2.32.0
Christian Hesse
2021-06-08
1
-13
/
+8
*
global: use proper accessors for maybe_tree
Jason A. Donenfeld
2020-03-13
1
-3
/
+5
*
ui-tree: allow per repository override for enable-blame
Christian Hesse
2019-06-25
1
-2
/
+2
*
git: update to v2.21.0
Christian Hesse
2019-06-05
1
-4
/
+6
*
global: make 'char *path' const where possible
Christian Hesse
2019-06-05
1
-2
/
+2
*
git: update to v2.19.1
Christian Hesse
2018-10-12
1
-2
/
+2
*
git: update to v2.18.0
Christian Hesse
2018-06-27
1
-21
/
+21
*
ui-tree: free read_sha1_file() buffer after use
Andy Green
2018-06-16
1
-0
/
+2
*
ui-tree: link to blame UI if enabled
Jeff Smith
2017-10-03
1
-1
/
+9
*
ui-tree: move set_title_from_path to ui-shared
Jeff Smith
2017-10-03
1
-33
/
+2
*
git: update to v2.14
Jeff Smith
2017-08-10
1
-9
/
+9
*
ui-tree: replace 'unsigned char sha1[20]' with 'struct object_id oid'
Christian Hesse
2016-10-04
1
-3
/
+3
*
ui-tree: remove a fixed size buffer
John Keeping
2016-10-01
1
-6
/
+9
*
tree: allow skipping through single-child trees
John Keeping
2016-10-01
1
-2
/
+68
*
ui-tree: put reverse path in title
Jason A. Donenfeld
2016-01-18
1
-0
/
+34
*
git: update to v2.7.0
Christian Hesse
2016-01-13
1
-1
/
+1
*
ui-tree: fix resource leak: free before return
Christian Hesse
2015-10-09
1
-0
/
+1
*
tree: move layout into page function
John Keeping
2015-08-14
1
-5
/
+18
*
ui-tree: use "sane" isgraph()
John Keeping
2015-08-13
1
-1
/
+0
*
log: allow users to follow a file
John Keeping
2015-08-12
1
-1
/
+1
*
Avoid non-ANSI function declarations
John Keeping
2015-03-09
1
-2
/
+2
*
git: update for v2.3.0
Christian Hesse
2015-02-08
1
-10
/
+7
*
filter: pass extra arguments via cgit_open_filter
John Keeping
2014-01-12
1
-4
/
+3
*
Update copyright information
Lukas Fleischer
2014-01-08
1
-1
/
+1
*
Reduce line number bloat, fix hover effect
Peter Wu
2014-01-08
1
-2
/
+1
*
use struct strbuf instead of static buffers
John Keeping
2013-04-08
1
-16
/
+17
*
Convert cgit_print_error to a variadic function
John Keeping
2013-04-08
1
-8
/
+5
*
Always #include corresponding .h in .c files
John Keeping
2013-04-08
1
-0
/
+1
*
cgit_print_tree(): Free curr_rev after usage
Lukas Fleischer
2013-03-04
1
-2
/
+6
*
ui-tree.c: Use a context structure in walk_tree()
Lukas Fleischer
2013-03-04
1
-22
/
+29
*
ui-tree.c: Drop the header variable
Lukas Fleischer
2013-03-04
1
-6
/
+2
*
ui-tree.c: Declare the state variable globally
Lukas Fleischer
2013-03-04
1
-1
/
+2
*
ui-tree.c: Pass current revision to print_object()
Lukas Fleischer
2013-03-04
1
-3
/
+3
*
White space around control verbs.
Jason A. Donenfeld
2013-03-04
1
-1
/
+1
*
Fix several whitespace errors
Lukas Fleischer
2013-03-04
1
-2
/
+2
*
Update git to v1.7.6.5
John Keeping
2013-03-02
1
-3
/
+13
*
ui-tree.c: add support for path-selected submodule links
Lars Hjemli
2011-06-15
1
-9
/
+4
*
cgit.c: always setup cgit repo environment variables
Lars Hjemli
2011-06-13
1
-1
/
+1
*
Merge branch 'fh/filter-api'
Lars Hjemli
2011-05-23
1
-1
/
+1
|
\
|
*
cgit_open_filter: also take the repo as a parameter
Ferry Huberts
2011-03-26
1
-1
/
+1
*
|
source_filter: fix a memory leak
Ferry Huberts
2011-03-26
1
-0
/
+2
|
/
*
prefer html_raw() to write()
Mark Lodato
2010-09-04
1
-1
/
+1
*
fix errors in printf-style format strings
Mark Lodato
2010-09-04
1
-2
/
+2
*
ui-tree: Remove unnecessary path breadcrumb navigation
Johan Herland
2010-06-19
1
-13
/
+2
*
ui-tree: add link to plain view for blobs in tree listing
Lars Hjemli
2010-02-28
1
-0
/
+2
*
Merge branch 'stable'
Lars Hjemli
2009-12-12
1
-1
/
+1
|
\
|
*
Fix segfault on ppc when browsing tree
Martins Polakovs
2009-12-12
1
-1
/
+1
*
|
"max-blob-size" config var to limit generated HTML size
Georg Lukas
2009-11-28
1
-0
/
+6
|
/
*
Rename "linenumbers" to "enable-tree-linenumbers", change default to "1"
Lars Hjemli
2009-08-21
1
-1
/
+1
*
Add 'linenumbers' config option
Florian Pritz
2009-08-21
1
-11
/
+16
*
ui-tree.c: show line numbers when highlighting
Florian Pritz
2009-08-21
1
-9
/
+11
*
Merge branch 'lh/plugins'
Lars Hjemli
2009-08-09
1
-4
/
+14
|
\
|
*
Add support for repo.commit-filter and repo.source-filter
Lars Hjemli
2009-08-09
1
-4
/
+4
|
*
ui-tree: add support for source-filter option
Lars Hjemli
2009-07-31
1
-4
/
+14
*
|
Expose file extension in tree lists as class to allow nicer tree styling
Martin Szulecki
2009-08-08
1
-1
/
+7
|
/
*
fix segfault when displaying empty blobs
Eric Wong
2009-03-15
1
-5
/
+8
*
ui-tree: escape ascii-text properly in hexdump view
Lars Hjemli
2009-02-12
1
-4
/
+9
*
ui-tree: show hexdump of binary blobs
Lars Hjemli
2009-01-31
1
-23
/
+48
*
Merge branch 'og/tree-view-selection'
Lars Hjemli
2009-01-27
1
-15
/
+16
|
\
|
*
changed objects are outputted, allowing for selections of code only
Onne Gorter
2009-01-10
1
-15
/
+16
*
|
Merge branch 'lh/stats'
Lars Hjemli
2009-01-27
1
-0
/
+3
|
\
\
|
|
/
|
/
|
|
*
ui-tree: add link to stats page per path
Lars Hjemli
2008-12-07
1
-0
/
+3
*
|
Merge branch 'stable'
Lars Hjemli
2009-01-06
1
-2
/
+4
|
\
\
|
*
|
ui-tree.c: do not add blank line when displaying blobs
Lars Hjemli
2009-01-06
1
-2
/
+4
|
|
/
*
/
ui-log: add support for showing the full commit message
Lars Hjemli
2008-11-29
1
-1
/
+1
|
/
*
ui-tree: link to plain view instead of blob view
Lars Hjemli
2008-08-06
1
-4
/
+4
*
Adjust to new calling convention for read_tree_recursive()
Lars Hjemli
2008-07-21
1
-5
/
+7
*
ui-tree.c: avoid peeking at GITLINK objects
Lars Hjemli
2008-05-20
1
-6
/
+8
*
Don't specify mimetype in ui-blob.c
Lars Hjemli
2008-04-08
1
-1
/
+2
*
Add ui-shared.h
Lars Hjemli
2008-03-24
1
-0
/
+1
*
Introduce html.h
Lars Hjemli
2008-03-18
1
-1
/
+2
*
Move cgit_repo into cgit_context
Lars Hjemli
2008-02-16
1
-1
/
+1
*
Introduce struct cgit_context
Lars Hjemli
2008-02-16
1
-10
/
+10
*
Fix html error detected by test-suite
Lars Hjemli
2007-11-11
1
-3
/
+3
*
Add search parameters to cgit_log_link
Lars Hjemli
2007-11-03
1
-1
/
+1
*
Remove a few compiler warnings
Lars Hjemli
2007-09-20
1
-1
/
+1
*
ui-tree: show last line of blob
Lars Hjemli
2007-09-20
1
-2
/
+5
*
ui-tree: specify parameter position for all htmlf formats
Lars Hjemli
2007-09-19
1
-1
/
+1
*
Merge branch 'jo/dirlink'
Lars Hjemli
2007-09-03
1
-2
/
+2
|
\
|
*
Rename dirlink to gitlink.
Jeffrey C. Ollie
2007-06-04
1
-2
/
+2
*
|
Add support for line number in url fragment
Lars Hjemli
2007-07-23
1
-1
/
+1
*
|
link raw blob from tree file view
Michael Krelin
2007-07-21
1
-0
/
+4
*
|
Add ofs argument to cgit_log_link and use it in ui-log.c
Lars Hjemli
2007-06-29
1
-1
/
+1
*
|
Change S/L/T to summary/log/tree
Lars Hjemli
2007-06-18
1
-1
/
+1
*
|
Add cgit_commit_link() + support for id=sha1 to commit view
Lars Hjemli
2007-06-17
1
-1
/
+0
*
|
Add git_log_link() and fix bug in generic repolink function
Lars Hjemli
2007-06-17
1
-8
/
+4
*
|
ui-tree: html/css cleanup
Lars Hjemli
2007-06-17
1
-10
/
+8
*
|
Add and use cgit_tree_link()
Lars Hjemli
2007-06-17
1
-15
/
+18
*
|
ui-tree: make blob viewer generate valid html
Lars Hjemli
2007-06-16
1
-1
/
+0
*
|
ui-tree: unify with ui-view, use path to select tree/blob
Lars Hjemli
2007-06-16
1
-42
/
+152
|
/
*
Use & instead of & in URLs.
Ondrej Jirman
2007-05-31
1
-3
/
+3
*
Fixed unexpected tags in html output.
Ondrej Jirman
2007-05-31
1
-1
/
+1
*
Add support for tree listing via h parameter
Lars Hjemli
2007-05-16
1
-0
/
+10
*
Add log filtering by path and link to it from tree view
Lars Hjemli
2007-05-14
1
-6
/
+19
*
Add submodule links in tree listing
Lars Hjemli
2007-05-11
1
-9
/
+10
*
Update to libgit 1.5.2-rc2
Lars Hjemli
2007-05-08
1
-11
/
+13
*
Layout update
Lars Hjemli
2007-02-21
1
-1
/
+0
*
Cleanup table listings
Lars Hjemli
2007-01-28
1
-1
/
+1
*
WIP: add paths/backlinks to tree/blobview
Lars Hjemli
2007-01-12
1
-3
/
+9
*
Use html_filemode in ui-tree.c
Lars Hjemli
2006-12-17
1
-4
/
+7
*
Add ui-commit.c + misc ui cleanups
Lars Hjemli
2006-12-16
1
-3
/
+3
*
Add display of tree content w/ui-tree.c
Lars Hjemli
2006-12-13
1
-0
/
+70