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