aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* filter: split filter functions into their own fileJason A. Donenfeld2014-01-105-71/+90
* filter: make exit status localJason A. Donenfeld2014-01-102-4/+4
* parsing: fix header typoJason A. Donenfeld2014-01-101-1/+1
* cgit.c: Fix comment on bit mask hackLukas Fleischer2014-01-101-8/+10
* cgit.c: Use "else" for mutually exclusive branchesLukas Fleischer2014-01-101-19/+10
* ui-snapshot.c: Do not reinvent suffixcmp()Lukas Fleischer2014-01-101-6/+1
* Refactor cgit_parse_snapshots_mask()Lukas Fleischer2014-01-101-11/+12
* Disallow use of undocumented snapshot delimitersLukas Fleischer2014-01-101-1/+1
* Replace most uses of strncmp() with prefixcmp()Lukas Fleischer2014-01-106-20/+20
* README: Fix dependenciesLukas Fleischer2014-01-091-4/+3
* README: Spelling and formatting fixesLukas Fleischer2014-01-081-41/+41
* Fix UTF-8 with syntax-highlighting.pyPřemysl Janouch2014-01-081-0/+1
* Add a suggestion to the manpagePřemysl Janouch2014-01-081-2/+3
* Fix the example configurationPřemysl Janouch2014-01-081-1/+1
* Fix about-formatting.shPřemysl Janouch2014-01-081-1/+1
* Fix some spelling errorsPřemysl Janouch2014-01-081-5/+5
* filters: highlight.sh: add css comments for highlight 2.6 and 3.8Ferry Huberts2014-01-081-1/+63
* Add AUTHORS fileLukas Fleischer2014-01-081-0/+6
* Update copyright informationLukas Fleischer2014-01-0823-31/+24
* git: update to 1.8.5Christian Hesse2014-01-082-1/+1
* Reduce line number bloat, fix hover effectPeter Wu2014-01-084-10/+11
* plain: don't append charset for binary MIME typesJohn Keeping2014-01-081-3/+8
* ui-log.c: Several simplificationsLukas Fleischer2014-01-081-19/+9
* Use argv_array in place of vectorLukas Fleischer2014-01-084-75/+15
* ui-stats.c: Remove unused macroLukas Fleischer2014-01-081-2/+0
* scan-tree.c: Remove unused macroLukas Fleischer2014-01-081-2/+0
* ui-shared: Drop filepair_cb_raw() and helperLukas Fleischer2013-09-142-73/+0
* ui-diff: Use diff_tree_sha1() for raw diff formattingLukas Fleischer2013-09-141-2/+21
* tests/: Add t0110-rawdiff.shLukas Fleischer2013-08-261-0/+42
* t0108: Add tests for revision rangesLukas Fleischer2013-08-261-0/+17
* t0108: Compare output with git-format-patch(1)Lukas Fleischer2013-08-261-0/+7
* ui-patch.c: Add additional newline after each patchLukas Fleischer2013-08-262-3/+3
* ui-patch.c: Fix signature delimiterLukas Fleischer2013-08-261-1/+1
* t0108: Avoid unnecessary fork()Lukas Fleischer2013-08-261-1/+1
* git: update to 1.8.4John Keeping2013-08-262-1/+1
* ui-patch.c: Fix formatting for merge commitsLukas Fleischer2013-08-221-0/+1
* ui-patch: Rename variablesLukas Fleischer2013-08-202-17/+19
* Allow for creating patch seriesLukas Fleischer2013-08-203-7/+20
* ui-patch.c: Use log_tree_commit() to generate diffsLukas Fleischer2013-08-201-23/+28
* ui-diff: Check the return value of get_sha1()Lukas Fleischer2013-08-201-14/+9
* cmd.c: Add a "rawdiff" commandLukas Fleischer2013-08-161-0/+6
* Allow for creating raw diffs with cgit_print_diff()Lukas Fleischer2013-08-164-4/+12
* Extract filepair_cb from ui-patch.cLukas Fleischer2013-08-163-73/+74
* Fix silly spelling error.Jason A. Donenfeld2013-08-161-1/+1
* Fix section-from-path > 1Lukas Fleischer2013-08-121-4/+4
* Makefile: Change default prefix to "/usr/local"Lukas Fleischer2013-08-121-1/+1
* Use strbuf for reading configuration filesLukas Fleischer2013-08-122-31/+35
* add a note about generating agefile in hookChristian Hesse2013-08-121-1/+2
* cache: id means static, even if head is specified tooJason A. Donenfeld2013-08-121-3/+3
* cache: document negative ttls and add about ttlJason A. Donenfeld2013-08-123-13/+31