index
:
cgit
local
master
working
origin/ch/about-link
origin/ch/clang-filter
origin/ch/default-pages
origin/ch/dynamic-aging
origin/ch/for-jason
origin/ch/highlight-line
origin/ch/log-commit-message
origin/jd/render-filter
origin/jd/zx2c4-deployment
origin/jk/collapsible-sections
origin/lf/filter
origin/lf/for-jason
origin/lh/grep
origin/lh/pretty-blob-view
origin/master
origin/rm/namespace
origin/wiki
This website
Florian Pritz
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
cgit.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-05-26
readme: use string_list instead of space deliminations
Jason A. Donenfeld
1
-23
/
+69
2013-05-25
readme: Accept multiple candidates and test them.
Jason A. Donenfeld
1
-0
/
+35
2013-05-25
ui-summary: Pass filename to about-filter
Jason A. Donenfeld
1
-1
/
+1
2013-05-25
cgit.c: Do not reset HOME after unsetting it.
Jason A. Donenfeld
1
-13
/
+0
2013-05-25
cgit.c: sync repo config printing with struct cgit_repo
Jason A. Donenfeld
1
-0
/
+14
2013-04-10
Add branch-sort and repo.branch-sort options.
Jason A. Donenfeld
1
-1
/
+13
2013-04-10
cgit.c: Do not restore unset environment variables
Lukas Fleischer
1
-2
/
+4
2013-04-08
Do not load user or system gitconfig and gitattributes
Jason A. Donenfeld
1
-0
/
+24
2013-04-08
use struct strbuf instead of static buffers
John Keeping
1
-36
/
+36
2013-04-08
Convert cgit_print_error to a variadic function
John Keeping
1
-10
/
+8
2013-04-08
Fix out-of-bounds memory accesses with virtual_root=""
John Keeping
1
-8
/
+3
2013-04-08
Do not unnecessarily strdup() environment variables
Lukas Fleischer
1
-15
/
+10
2013-04-08
Maŕk cgit_environment members const
Lukas Fleischer
1
-2
/
+2
2013-03-05
find_default_branch(): Free refmatch after usage
Lukas Fleischer
1
-0
/
+8
2013-03-05
Mark several functions/variables static
Lukas Fleischer
1
-13
/
+13
2013-03-04
cgit.c: Remove parameter from guess_defbranch()
Lukas Fleischer
1
-2
/
+2
2013-03-04
White space around control verbs.
Jason A. Donenfeld
1
-2
/
+2
2013-03-04
Fix several whitespace errors
Lukas Fleischer
1
-9
/
+9
2013-03-02
Update git to v1.7.9.7
John Keeping
1
-1
/
+1
2013-02-01
Make "owner" column on index page configurable
Florian Pritz
1
-0
/
+3
2012-10-17
ui-log: Add "commit-sort" option for controlling commit ordering
Tobias Bieniek
1
-2
/
+12
2012-10-17
ui-repolist: Add "section-sort" flag to control section sorting.
Tobias Bieniek
1
-0
/
+3
2012-10-17
scan-tree: Unify gitweb.* and cgit.* settings into one config option.
Jason A. Donenfeld
1
-7
/
+3
2012-10-16
ui-repolist: Rename section-sort to repository-sort.
Jason A. Donenfeld
1
-3
/
+3
2012-10-16
repo_config: do not let globals override repo settings
Tobias Bieniek
1
-3
/
+3
2012-07-12
Update copyright headers to have latest dates.
Jason A. Donenfeld
1
-1
/
+1
2012-07-12
ui-repolist: Case insensitive sorting and age sort
Jason A. Donenfeld
1
-0
/
+6
2012-07-12
scan-tree: Support gitweb.category.
Jason A. Donenfeld
1
-0
/
+1
2012-07-12
scan-tree: Support gitweb.description.
Jason A. Donenfeld
1
-0
/
+3
2012-03-18
Merge branch 'fh/mimetypes'
Lars Hjemli
1
-0
/
+2
2012-03-18
Merge branch 'jp/defbranch'
Lars Hjemli
1
-1
/
+14
2012-03-18
Merge branch 'lh/module-links'
Lars Hjemli
1
-2
/
+7
2012-01-03
Merge branch 'stable'
Lars Hjemli
1
-0
/
+1
2012-01-03
Fix diff mode switching when side-by-side-diffs=1
Tim Chen
1
-0
/
+1
2011-07-19
ui_plain: automatically lookup mimetype when mimetype-file is set
Ferry Huberts
1
-0
/
+2
2011-06-21
cgit.c: use resolve_ref() to guess_defbranch()
Lars Hjemli
1
-27
/
+7
2011-06-20
Only guess default branch when a repo page is requested
Lars Hjemli
1
-1
/
+34
2011-06-18
Merge branch 'stable'
Lars Hjemli
1
-1
/
+5
2011-06-18
cgit.c: improve error message when git repo cannot be accessed
Lars Hjemli
1
-1
/
+5
2011-06-15
Do not provide a default value for `module-link`
Lars Hjemli
1
-1
/
+0
2011-06-15
ui-tree.c: add support for path-selected submodule links
Lars Hjemli
1
-1
/
+7
2011-06-14
cgit.c: add 'clone-url' setting with support for macro expansion
Lars Hjemli
1
-0
/
+2
2011-06-14
cgit.c: always setup cgit repo environment variables
Lars Hjemli
1
-0
/
+1
2011-05-23
Merge branch 'fh/filter-api'
Lars Hjemli
1
-7
/
+20
2011-05-23
Merge branch 'stable'
Lars Hjemli
1
-1
/
+4
2011-05-23
fix virtual-root if script-name is ""
Mark Lodato
1
-1
/
+4
2011-05-14
Merge branch 'dm/disable-clone'
Lars Hjemli
1
-1
/
+11
2011-03-26
new_filter: correctly initialise all arguments for a new filter
Ferry Huberts
1
-2
/
+4
2011-03-26
new_filter: determine extra_args from filter type
Ferry Huberts
1
-7
/
+20
2011-03-05
Merge branch 'stable'
Lars Hjemli
1
-2
/
+3
[next]