summaryrefslogtreecommitdiffstatshomepage
Commit message (Expand)AuthorAgeLines
* ui-log.c: Several simplificationsLukas Fleischer2014-01-08-19/+9
* Use argv_array in place of vectorLukas Fleischer2014-01-08-75/+15
* ui-stats.c: Remove unused macroLukas Fleischer2014-01-08-2/+0
* scan-tree.c: Remove unused macroLukas Fleischer2014-01-08-2/+0
* ui-shared: Drop filepair_cb_raw() and helperLukas Fleischer2013-09-14-73/+0
* ui-diff: Use diff_tree_sha1() for raw diff formattingLukas Fleischer2013-09-14-2/+21
* tests/: Add t0110-rawdiff.shLukas Fleischer2013-08-26-0/+42
* t0108: Add tests for revision rangesLukas Fleischer2013-08-26-0/+17
* t0108: Compare output with git-format-patch(1)Lukas Fleischer2013-08-26-0/+7
* ui-patch.c: Add additional newline after each patchLukas Fleischer2013-08-26-3/+3
* ui-patch.c: Fix signature delimiterLukas Fleischer2013-08-26-1/+1
* t0108: Avoid unnecessary fork()Lukas Fleischer2013-08-26-1/+1
* git: update to 1.8.4John Keeping2013-08-26-1/+1
* ui-patch.c: Fix formatting for merge commitsLukas Fleischer2013-08-22-0/+1
* ui-patch: Rename variablesLukas Fleischer2013-08-20-17/+19
* Allow for creating patch seriesLukas Fleischer2013-08-20-7/+20
* ui-patch.c: Use log_tree_commit() to generate diffsLukas Fleischer2013-08-20-23/+28
* ui-diff: Check the return value of get_sha1()Lukas Fleischer2013-08-20-14/+9
* cmd.c: Add a "rawdiff" commandLukas Fleischer2013-08-16-0/+6
* Allow for creating raw diffs with cgit_print_diff()Lukas Fleischer2013-08-16-4/+12
* Extract filepair_cb from ui-patch.cLukas Fleischer2013-08-16-73/+74
* Fix silly spelling error.Jason A. Donenfeld2013-08-16-1/+1
* Fix section-from-path > 1Lukas Fleischer2013-08-12-4/+4
* Makefile: Change default prefix to "/usr/local"Lukas Fleischer2013-08-12-1/+1
* Use strbuf for reading configuration filesLukas Fleischer2013-08-12-31/+35
* add a note about generating agefile in hookChristian Hesse2013-08-12-1/+2
* cache: id means static, even if head is specified tooJason A. Donenfeld2013-08-12-3/+3
* cache: document negative ttls and add about ttlJason A. Donenfeld2013-08-12-13/+31
* robots.txt: disallow access to snapshotsJason A. Donenfeld2013-08-12-0/+4
* use favicon by defaultChristian Hesse2013-08-12-3/+4
* Add faviconChristian Hesse2013-05-31-0/+2
* ui-summary: do not free refJason A. Donenfeld2013-05-28-1/+0
* filters: toggle perl utf8 situationJason A. Donenfeld2013-05-28-4/+0
* CGIT-0.9.2Jason A. Donenfeld2013-05-27-2/+2
* README: add trailing slash to homepageJason A. Donenfeld2013-05-27-1/+1
* cgitrc.5: improve example configJason A. Donenfeld2013-05-27-0/+53
* filters: import more modern scriptsJason A. Donenfeld2013-05-27-15/+1815
* readme: use string_list instead of space deliminationsJason A. Donenfeld2013-05-26-122/+160
* ui-summary: Disallow directory traversalJason A. Donenfeld2013-05-25-0/+16
* cgitrc.5: information on directory traversal and multiple readme filesJason A. Donenfeld2013-05-25-6/+11
* readme: Accept multiple candidates and test them.Jason A. Donenfeld2013-05-25-31/+95
* ui-summary: Pass filename to about-filterJason A. Donenfeld2013-05-25-8/+22
* ui-summary: Use default branch for readme if : prefixJason A. Donenfeld2013-05-25-2/+9
* cgit.c: Do not reset HOME after unsetting it.Jason A. Donenfeld2013-05-25-22/+0
* cgit.c: sync repo config printing with struct cgit_repoJason A. Donenfeld2013-05-25-0/+14
* git: update to 1.8.3John Keeping2013-05-25-1/+1
* cache.c: cache ls_cache output properlyJohn Keeping2013-05-22-7/+14
* tests: introduce strip_header() helper functionJohn Keeping2013-05-22-2/+10
* shared.c: use die_errno() where appropriateJohn Keeping2013-05-22-5/+4
* html.c: die when write failsJohn Keeping2013-05-22-1/+1