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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
mailmap: source before lighttpd
Jason A. Donenfeld
2014-01-17
1
-1
/
+1
*
ui-shared: do not allow negative minutes
Jason A. Donenfeld
2014-01-17
1
-0
/
+2
*
auth: document tweakables in lua script
Jason A. Donenfeld
2014-01-17
1
-0
/
+10
*
repolist: make owner clickable to search
Jason A. Donenfeld
2014-01-17
1
-0
/
+6
*
ui-shared: move about tab all the way to the left
Jason A. Donenfeld
2014-01-17
1
-4
/
+4
*
filter: don't forget to reap the auth filter
Jason A. Donenfeld
2014-01-17
1
-0
/
+1
*
cgit.c: free tmp variable
Jason A. Donenfeld
2014-01-17
1
-0
/
+1
*
Switch to exclusively using global ctx
Lukas Fleischer
2014-01-17
19
-442
/
+437
*
auth: have cgit calculate login address
Jason A. Donenfeld
2014-01-16
6
-10
/
+16
*
auth: lua string comparisons are time invariant
Jason A. Donenfeld
2014-01-16
1
-2
/
+2
*
authentication: use hidden form instead of referer
Jason A. Donenfeld
2014-01-16
3
-94
/
+131
*
auth: add basic authentication filter framework
Jason A. Donenfeld
2014-01-16
6
-16
/
+387
*
t0111: Additions and fixes
Lukas Fleischer
2014-01-16
4
-10
/
+10
*
parsing.c: Remove leading space from committer
Lukas Fleischer
2014-01-16
1
-1
/
+1
*
Add .mailmap
Lukas Fleischer
2014-01-15
1
-0
/
+10
*
t0111: Add basic tests for Lua filters
Lukas Fleischer
2014-01-15
5
-36
/
+63
*
email-gravatar: fix html syntax issues
Christian Hesse
2014-01-15
2
-2
/
+2
*
email-gravatar: do not scale icons up
Jason A. Donenfeld
2014-01-14
2
-2
/
+2
*
filter: allow returning exit code from filter
Jason A. Donenfeld
2014-01-14
3
-6
/
+12
*
tests/: Add t0111-filter.sh
Lukas Fleischer
2014-01-14
4
-0
/
+57
*
email-gravatar: fix html syntax issues
Christian Hesse
2014-01-14
2
-2
/
+2
*
email-gravatar.py: fix UTF-8
Christian Hesse
2014-01-14
1
-0
/
+4
*
email-gravatar.lua: fix for lua 5.2
Christian Hesse
2014-01-14
1
-1
/
+1
*
makefile: only display lua message once
Jason A. Donenfeld
2014-01-14
1
-8
/
+7
*
README: document lua makefile flags
Jason A. Donenfeld
2014-01-14
1
-0
/
+16
*
cgitrc.5.txt: Fix documentation of the snapshot mask
Lukas Fleischer
2014-01-14
1
-6
/
+7
*
makefile: auto-detect presence of various Lua, bsd
Jason A. Donenfeld
2014-01-14
1
-10
/
+37
*
filter: style tweaks
Jason A. Donenfeld
2014-01-14
1
-11
/
+11
*
filter: add page source to email filter
Jason A. Donenfeld
2014-01-14
8
-15
/
+21
*
filter: add gravatar scripts
Jason A. Donenfeld
2014-01-14
2
-0
/
+58
*
filter: add support for email filter
Jason A. Donenfeld
2014-01-14
9
-2
/
+47
*
filter: return on null filter from open and close
Jason A. Donenfeld
2014-01-14
4
-22
/
+14
*
filter: add lua support
Jason A. Donenfeld
2014-01-14
4
-3
/
+235
*
filter: basic write hooking infrastructure
Jason A. Donenfeld
2014-01-14
4
-23
/
+67
*
filter: allow for cleanup hook for filter types
Jason A. Donenfeld
2014-01-14
3
-27
/
+66
*
filter: introduce "filter type" prefix
John Keeping
2014-01-14
2
-2
/
+40
*
filter: add interface layer
John Keeping
2014-01-14
3
-22
/
+63
*
filter: add fprintf_filter function
John Keeping
2014-01-14
3
-3
/
+9
*
authors: specify maintainers
Jason A. Donenfeld
2014-01-14
1
-6
/
+13
*
filters: Improved syntax-highlighting.py
Stefan Tatschner
2014-01-13
1
-19
/
+33
*
tests: add CGIT_TEST_OPTS variable to Makefile
John Keeping
2014-01-12
1
-1
/
+1
*
ui-repolist: HTML-escape cgit_rooturl() response
John Keeping
2014-01-12
1
-1
/
+3
*
ui-shared: URL-escape script_name
John Keeping
2014-01-12
1
-2
/
+2
*
ui-refs: escape HTML chars in author and tagger names
John Keeping
2014-01-12
1
-2
/
+2
*
filter: pass extra arguments via cgit_open_filter
John Keeping
2014-01-12
5
-30
/
+38
*
ui-snapshot: set unused cgit_filter fields to zero
John Keeping
2014-01-12
1
-4
/
+4
*
html: remove redundant htmlfd variable
John Keeping
2014-01-12
1
-3
/
+1
*
tests: add Valgrind support
John Keeping
2014-01-12
2
-1
/
+48
*
cache: don't leave cache_slot fields uninitialized
John Keeping
2014-01-12
1
-1
/
+1
*
filter: split filter functions into their own file
Jason A. Donenfeld
2014-01-10
5
-71
/
+90
*
filter: make exit status local
Jason A. Donenfeld
2014-01-10
2
-4
/
+4
*
parsing: fix header typo
Jason A. Donenfeld
2014-01-10
1
-1
/
+1
*
cgit.c: Fix comment on bit mask hack
Lukas Fleischer
2014-01-10
1
-8
/
+10
*
cgit.c: Use "else" for mutually exclusive branches
Lukas Fleischer
2014-01-10
1
-19
/
+10
*
ui-snapshot.c: Do not reinvent suffixcmp()
Lukas Fleischer
2014-01-10
1
-6
/
+1
*
Refactor cgit_parse_snapshots_mask()
Lukas Fleischer
2014-01-10
1
-11
/
+12
*
Disallow use of undocumented snapshot delimiters
Lukas Fleischer
2014-01-10
1
-1
/
+1
*
Replace most uses of strncmp() with prefixcmp()
Lukas Fleischer
2014-01-10
6
-20
/
+20
*
README: Fix dependencies
Lukas Fleischer
2014-01-09
1
-4
/
+3
*
README: Spelling and formatting fixes
Lukas Fleischer
2014-01-08
1
-41
/
+41
*
Fix UTF-8 with syntax-highlighting.py
Přemysl Janouch
2014-01-08
1
-0
/
+1
*
Add a suggestion to the manpage
Přemysl Janouch
2014-01-08
1
-2
/
+3
*
Fix the example configuration
Přemysl Janouch
2014-01-08
1
-1
/
+1
*
Fix about-formatting.sh
Přemysl Janouch
2014-01-08
1
-1
/
+1
*
Fix some spelling errors
Přemysl Janouch
2014-01-08
1
-5
/
+5
*
filters: highlight.sh: add css comments for highlight 2.6 and 3.8
Ferry Huberts
2014-01-08
1
-1
/
+63
*
Add AUTHORS file
Lukas Fleischer
2014-01-08
1
-0
/
+6
*
Update copyright information
Lukas Fleischer
2014-01-08
23
-31
/
+24
*
git: update to 1.8.5
Christian Hesse
2014-01-08
2
-1
/
+1
*
Reduce line number bloat, fix hover effect
Peter Wu
2014-01-08
4
-10
/
+11
*
plain: don't append charset for binary MIME types
John Keeping
2014-01-08
1
-3
/
+8
*
ui-log.c: Several simplifications
Lukas Fleischer
2014-01-08
1
-19
/
+9
*
Use argv_array in place of vector
Lukas Fleischer
2014-01-08
4
-75
/
+15
*
ui-stats.c: Remove unused macro
Lukas Fleischer
2014-01-08
1
-2
/
+0
*
scan-tree.c: Remove unused macro
Lukas Fleischer
2014-01-08
1
-2
/
+0
*
ui-shared: Drop filepair_cb_raw() and helper
Lukas Fleischer
2013-09-14
2
-73
/
+0
*
ui-diff: Use diff_tree_sha1() for raw diff formatting
Lukas Fleischer
2013-09-14
1
-2
/
+21
*
tests/: Add t0110-rawdiff.sh
Lukas Fleischer
2013-08-26
1
-0
/
+42
*
t0108: Add tests for revision ranges
Lukas Fleischer
2013-08-26
1
-0
/
+17
*
t0108: Compare output with git-format-patch(1)
Lukas Fleischer
2013-08-26
1
-0
/
+7
*
ui-patch.c: Add additional newline after each patch
Lukas Fleischer
2013-08-26
2
-3
/
+3
*
ui-patch.c: Fix signature delimiter
Lukas Fleischer
2013-08-26
1
-1
/
+1
*
t0108: Avoid unnecessary fork()
Lukas Fleischer
2013-08-26
1
-1
/
+1
*
git: update to 1.8.4
John Keeping
2013-08-26
2
-1
/
+1
*
ui-patch.c: Fix formatting for merge commits
Lukas Fleischer
2013-08-22
1
-0
/
+1
*
ui-patch: Rename variables
Lukas Fleischer
2013-08-20
2
-17
/
+19
*
Allow for creating patch series
Lukas Fleischer
2013-08-20
3
-7
/
+20
*
ui-patch.c: Use log_tree_commit() to generate diffs
Lukas Fleischer
2013-08-20
1
-23
/
+28
*
ui-diff: Check the return value of get_sha1()
Lukas Fleischer
2013-08-20
1
-14
/
+9
*
cmd.c: Add a "rawdiff" command
Lukas Fleischer
2013-08-16
1
-0
/
+6
*
Allow for creating raw diffs with cgit_print_diff()
Lukas Fleischer
2013-08-16
4
-4
/
+12
*
Extract filepair_cb from ui-patch.c
Lukas Fleischer
2013-08-16
3
-73
/
+74
*
Fix silly spelling error.
Jason A. Donenfeld
2013-08-16
1
-1
/
+1
*
Fix section-from-path > 1
Lukas Fleischer
2013-08-12
1
-4
/
+4
*
Makefile: Change default prefix to "/usr/local"
Lukas Fleischer
2013-08-12
1
-1
/
+1
*
Use strbuf for reading configuration files
Lukas Fleischer
2013-08-12
2
-31
/
+35
*
add a note about generating agefile in hook
Christian Hesse
2013-08-12
1
-1
/
+2
*
cache: id means static, even if head is specified too
Jason A. Donenfeld
2013-08-12
1
-3
/
+3
*
cache: document negative ttls and add about ttl
Jason A. Donenfeld
2013-08-12
3
-13
/
+31
*
robots.txt: disallow access to snapshots
Jason A. Donenfeld
2013-08-12
2
-0
/
+4
*
use favicon by default
Christian Hesse
2013-08-12
2
-3
/
+4
*
Add favicon
Christian Hesse
2013-05-31
2
-0
/
+2
*
ui-summary: do not free ref
Jason A. Donenfeld
2013-05-28
1
-1
/
+0
*
filters: toggle perl utf8 situation
Jason A. Donenfeld
2013-05-28
1
-4
/
+0
*
CGIT-0.9.2
v0.9.2
Jason A. Donenfeld
2013-05-27
1
-2
/
+2
*
README: add trailing slash to homepage
Jason A. Donenfeld
2013-05-27
1
-1
/
+1
*
cgitrc.5: improve example config
Jason A. Donenfeld
2013-05-27
1
-0
/
+53
*
filters: import more modern scripts
Jason A. Donenfeld
2013-05-27
10
-15
/
+1815
*
readme: use string_list instead of space deliminations
Jason A. Donenfeld
2013-05-26
10
-122
/
+160
*
ui-summary: Disallow directory traversal
Jason A. Donenfeld
2013-05-25
1
-0
/
+16
*
cgitrc.5: information on directory traversal and multiple readme files
Jason A. Donenfeld
2013-05-25
1
-6
/
+11
*
readme: Accept multiple candidates and test them.
Jason A. Donenfeld
2013-05-25
5
-31
/
+95
*
ui-summary: Pass filename to about-filter
Jason A. Donenfeld
2013-05-25
4
-8
/
+22
*
ui-summary: Use default branch for readme if : prefix
Jason A. Donenfeld
2013-05-25
2
-2
/
+9
*
cgit.c: Do not reset HOME after unsetting it.
Jason A. Donenfeld
2013-05-25
2
-22
/
+0
*
cgit.c: sync repo config printing with struct cgit_repo
Jason A. Donenfeld
2013-05-25
1
-0
/
+14
*
git: update to 1.8.3
John Keeping
2013-05-25
2
-1
/
+1
*
cache.c: cache ls_cache output properly
John Keeping
2013-05-22
2
-7
/
+14
*
tests: introduce strip_header() helper function
John Keeping
2013-05-22
2
-2
/
+10
*
shared.c: use die_errno() where appropriate
John Keeping
2013-05-22
1
-5
/
+4
*
html.c: die when write fails
John Keeping
2013-05-22
1
-1
/
+1
*
ui-log: add <span/> around commit decorations
John Keeping
2013-05-22
1
-0
/
+2
*
Makefile: fix parallel "make test"
John Keeping
2013-05-22
1
-5
/
+3
*
cache.c: fix cache_ls
John Keeping
2013-05-18
1
-4
/
+10
*
t0109: "function" is a bash-ism
John Keeping
2013-05-13
1
-1
/
+1
*
New mailing list.
Jason A. Donenfeld
2013-05-13
1
-2
/
+3
*
ui-snapshot: do not access $HOME
Jason A. Donenfeld
2013-04-30
2
-0
/
+10
*
t0001: validate Git -rcN version numbers correctly
John Keeping
2013-04-27
1
-1
/
+6
*
git: update to 1.8.2.2
John Keeping
2013-04-27
2
-1
/
+1
*
scan-tree: fix regression in section-from-path=-1
John Keeping
2013-04-17
1
-0
/
+2
*
t0001: ignore ".dirty" suffix on Git version
John Keeping
2013-04-15
1
-1
/
+1
*
tests: set TEST_OUTPUT_DIRECTORY to the CGit test directory
John Keeping
2013-04-15
1
-0
/
+1
*
t0109: test more URLs
John Keeping
2013-04-15
1
-4
/
+20
*
cgitrc.5.txt: Specify when scan-path must be defined before.
Jason A. Donenfeld
2013-04-10
1
-9
/
+11
*
ui-snapshot.c: Prepend "V" when guessing ref names
Lukas Fleischer
2013-04-10
1
-2
/
+6
*
t0107: Skip ZIP tests if unzip(1) isn't available
Lukas Fleischer
2013-04-10
1
-4
/
+10
*
tests/: Do not use `sed -i`
Lukas Fleischer
2013-04-10
2
-5
/
+8
*
Add branch-sort and repo.branch-sort options.
Jason A. Donenfeld
2013-04-10
5
-22
/
+46
*
t0109: chain operations with &&
John Keeping
2013-04-10
1
-1
/
+1
*
cgit.c: Do not restore unset environment variables
Lukas Fleischer
2013-04-10
1
-2
/
+4
*
t0107: Use `tar -z` for gzip'ed archives
Lukas Fleischer
2013-04-09
1
-1
/
+1
*
tests: Make sure that git does not access $HOME
Jason A. Donenfeld
2013-04-08
1
-0
/
+25
*
tests/.gitignore: update for using Git's test infrastructure
John Keeping
2013-04-08
2
-3
/
+3
*
tests: use Git's test framework
John Keeping
2013-04-08
13
-291
/
+239
*
Do not load user or system gitconfig and gitattributes
Jason A. Donenfeld
2013-04-08
3
-2
/
+24
*
use struct strbuf instead of static buffers
John Keeping
2013-04-08
12
-243
/
+305
*
Remove redundant calls to fmt("%s", ...)
John Keeping
2013-04-08
2
-3
/
+3
*
Convert cgit_print_error to a variadic function
John Keeping
2013-04-08
11
-45
/
+57
*
shared.c: add strbuf_ensure_end
John Keeping
2013-04-08
2
-0
/
+8
*
html.c: add various strbuf and varadic helpers
John Keeping
2013-04-08
3
-4
/
+63
*
Mark char* fields in struct cgit_page as const
John Keeping
2013-04-08
2
-7
/
+8
*
Fix out-of-bounds memory accesses with virtual_root=""
John Keeping
2013-04-08
4
-18
/
+25
*
ui-refs.c: Refactor print_tag()
Lukas Fleischer
2013-04-08
1
-29
/
+27
*
ui-refs.c: Remove global header variable
Lukas Fleischer
2013-04-08
1
-6
/
+0
*
html.c: Replace strdup() with xstrdup()
Lukas Fleischer
2013-04-08
1
-5
/
+2
*
Always #include corresponding .h in .c files
John Keeping
2013-04-08
22
-8
/
+20
*
cgit.mk: fix dependency handling
John Keeping
2013-04-08
1
-0
/
+8
*
Makefile: re-include cgit.conf in cgit.mk
John Keeping
2013-04-08
1
-0
/
+2
*
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
2
-12
/
+12
*
Return const char * in cgit_{httpscheme, hosturl, rooturl}()
Lukas Fleischer
2013-04-08
3
-9
/
+9
*
Update git to v1.8.2.1
John Keeping
2013-04-08
4
-5
/
+6
*
ui-blob: don't segfault when no path is given
John Keeping
2013-04-07
1
-1
/
+1
*
Convert pager navigation into a unordered list
Lukas Fleischer
2013-03-20
3
-9
/
+20
*
Makefile: remove CGIT-CFLAGS files in clean stage
Jason A. Donenfeld
2013-03-20
1
-1
/
+1
*
ui-summary.c: Move urls variable into print_urls()
Lukas Fleischer
2013-03-20
1
-6
/
+14
*
Fix colspan values
Lukas Fleischer
2013-03-20
3
-14
/
+28
*
html: check return value of write
Jason A. Donenfeld
2013-03-20
1
-2
/
+3
*
ui-shared: squelch compiler warning.
Jason A. Donenfeld
2013-03-20
1
-0
/
+1
*
cgit.mk: Use SHELL_PATH_SQ to run gen-version.sh
John Keeping
2013-03-20
1
-1
/
+1
*
cgit.mk: don't rebuild everything if CGIT_VERSION changes
John Keeping
2013-03-20
1
-1
/
+8
*
ui-patch: use cgit_version not CGIT_VERSION
John Keeping
2013-03-20
1
-1
/
+1
*
Makefile: re-use Git's Makefile where possible
John Keeping
2013-03-20
3
-119
/
+80
*
tests: check that Git version are in sync
John Keeping
2013-03-20
1
-0
/
+36
*
Merge branch 'wip'
Jason A. Donenfeld
2013-03-20
18
-111
/
+125
|
\
|
*
cgit_print_snapshot_links(): Free prefix variable
Lukas Fleischer
2013-03-04
1
-0
/
+1
|
*
cgit_print_commit(): Free tmp variable
Lukas Fleischer
2013-03-04
1
-0
/
+1
|
*
cgit_print_tree(): Free curr_rev after usage
Lukas Fleischer
2013-03-04
1
-2
/
+6
|
*
find_default_branch(): Free refmatch after usage
Lukas Fleischer
2013-03-04
1
-0
/
+8
|
*
print_tag_downloads(): Free ref variable
Lukas Fleischer
2013-03-04
1
-1
/
+7
|
*
Free reflists after usage
Lukas Fleischer
2013-03-04
3
-0
/
+41
|
*
ui-shared.c: Remove unused function print_archive_ref()
Lukas Fleischer
2013-03-04
1
-39
/
+0
|
*
ui-shared.c: Remove unused function cgit_currurl()
Lukas Fleischer
2013-03-04
1
-12
/
+0
|
*
Mark several functions/variables static
Lukas Fleischer
2013-03-04
14
-60
/
+64
*
|
ui-shared: fix return type of cgit_self_link
John Keeping
2013-03-20
1
-41
/
+42
|
/
*
t0107-snapshot: add tests for ZIP archives
John Keeping
2013-03-04
1
-2
/
+37
*
tests: make whitespace consistent
John Keeping
2013-03-04
3
-14
/
+17
*
tests: "grep -e" is not portable to all platforms
John Keeping
2013-03-04
8
-55
/
+55
*
Makefile: Disable gettext in the Git submodule
Lukas Fleischer
2013-03-04
1
-1
/
+1
*
Makefile: improve dependency generation
Jamie Couture
2013-03-04
1
-70
/
+82
*
cgit.c: Remove parameter from guess_defbranch()
Lukas Fleischer
2013-03-04
1
-2
/
+2
*
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
*
ui-plain.c: Use a context structure in walk_tree()
Lukas Fleischer
2013-03-04
1
-13
/
+20
*
ui-plain.c: Do not access match variable in print_*()
Lukas Fleischer
2013-03-04
1
-12
/
+14
*
ui-blob.c: Use a context structure in walk_tree()
Lukas Fleischer
2013-03-04
1
-16
/
+26
*
ui-snapshot.c: Fill argv[0] with dummy.
Jason A. Donenfeld
2013-03-04
1
-0
/
+1
*
White space around control verbs.
Jason A. Donenfeld
2013-03-04
16
-42
/
+42
*
Fix several whitespace errors
Lukas Fleischer
2013-03-04
14
-99
/
+99
*
Update git to v1.7.12.4
John Keeping
2013-03-02
1
-0
/
+0
*
Update git to v1.7.9.7
John Keeping
2013-03-02
2
-1
/
+1
*
Update git to v1.7.8.6
John Keeping
2013-03-02
1
-0
/
+0
*
Update git to v1.7.7.7
John Keeping
2013-03-02
3
-25
/
+38
*
Update git to v1.7.6.5
John Keeping
2013-03-02
4
-12
/
+43
*
Update git to v1.7.5.4
John Keeping
2013-03-02
3
-6
/
+6
*
Print submodule revision next to submodule link
stfn
2013-03-02
1
-0
/
+1
*
Support unannotated tags in git-clone.
Jason A. Donenfeld
2013-02-01
1
-4
/
+2
*
ssdiff: correctly manage tab expansion
Julius Plenz
2013-02-01
1
-2
/
+1
*
Make "owner" column on index page configurable
Florian Pritz
2013-02-01
4
-7
/
+20
*
man: fix up default value duplication
Jason A. Donenfeld
2012-11-15
1
-2
/
+2
*
CGIT-0.9.1
v0.9.1
Jason A. Donenfeld
2012-11-15
1
-1
/
+1
*
man: show mime type default value
Jason A. Donenfeld
2012-11-15
1
-0
/
+1
*
ssdiff: point line links at exact blob by prepending "id="
Julius Plenz
2012-11-15
1
-2
/
+2
*
Format git diff headers correctly when adding or removing files.
Michael Halstead
2012-11-15
2
-14
/
+22
*
Makefile: get snapshots from github
Ferry Huberts
2012-11-04
1
-2
/
+2
*
Makefile: remove tags file
Jamie Couture
2012-10-31
1
-1
/
+1
*
ui-shared: use placeholder for empty commit subject
Christian Franke
2012-10-28
1
-1
/
+4
*
syntax-highlighting.sh: Fix command injection.
Jason A. Donenfeld
2012-10-27
1
-2
/
+2
*
Fix man page typo.
Jason A. Donenfeld
2012-10-18
1
-2
/
+2
*
Makefile: Support OpenBSD just like FreeBSD
Jason A. Donenfeld
2012-10-17
1
-2
/
+2
*
Makefile: support FreeBSD libiconv paths
Jason A. Donenfeld
2012-10-17
1
-0
/
+7
*
tests: check for proper html entity
Jason A. Donenfeld
2012-10-17
1
-1
/
+1
*
ui-log: Add "commit-sort" option for controlling commit ordering
Tobias Bieniek
2012-10-17
8
-6
/
+40
*
ui-repolist: Add "section-sort" flag to control section sorting.
Tobias Bieniek
2012-10-17
4
-3
/
+13
*
scan-tree: Unify gitweb.* and cgit.* settings into one config option.
Jason A. Donenfeld
2012-10-17
5
-58
/
+36
*
ui: Remember to print ampersand as proper html entities.
William Bell
2012-10-17
2
-8
/
+8
*
ui-repolist: Rename section-sort to repository-sort.
Jason A. Donenfeld
2012-10-16
4
-7
/
+7
*
repo_config: do not let globals override repo settings
Tobias Bieniek
2012-10-16
1
-3
/
+3
*
README: times, they are a-changin
Jason A. Donenfeld
2012-10-09
1
-1
/
+1
*
syntax-highlight: when the file has no extension, assume text
Ferry Huberts
2012-10-09
1
-1
/
+4
*
ui-repolist: do not use agefile if it's date could not be parsed
Ferry Huberts
2012-10-09
1
-2
/
+4
*
Revert "filters/syntax-highlighting.sh: work around highlight --force bug"
Ferry Huberts
2012-10-09
1
-17
/
+0
*
Makefile: add tag target to generate ctags
Jamie Couture
2012-10-08
1
-1
/
+5
*
ui-repolist: Bold the currently viewed page.
Jamie Couture
2012-10-08
2
-4
/
+11
*
do not write outside heap buffer
Jim Meyering
2012-10-02
1
-0
/
+2
*
ui-snapshot: pass -n to gzip, to suppress timestamp
Jason A. Donenfeld
2012-09-27
1
-8
/
+10
*
Update copyright headers to have latest dates.
Jason A. Donenfeld
2012-07-12
3
-2
/
+3
*
ui-repolist: Case insensitive sorting and age sort
Jason A. Donenfeld
2012-07-12
4
-5
/
+37
*
scan-tree: Support gitweb.category.
Jason A. Donenfeld
2012-07-12
4
-0
/
+14
*
scan-tree: Support gitweb.description.
Jason A. Donenfeld
2012-07-12
4
-7
/
+28
*
css: only use div#cgit
Ferry Huberts
2012-03-20
1
-4
/
+1
*
Merge branch 'fh/mimetypes'
Lars Hjemli
2012-03-18
4
-1
/
+65
|
\
|
*
ui_plain: automatically lookup mimetype when mimetype-file is set
Ferry Huberts
2011-07-19
4
-1
/
+65
*
|
Merge branch 'jp/defbranch'
Lars Hjemli
2012-03-18
4
-4
/
+18
|
\
\
|
*
|
ui-repolist.c: fallback to "master" if no default branch is specified
Lars Hjemli
2011-07-19
1
-1
/
+2
|
*
|
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
3
-38
/
+34
|
*
|
guess default branch from HEAD
Julius Plenz
2011-06-20
2
-1
/
+38
[prev]
[next]