Age | Commit message (Expand) | Author | Files | Lines |
2014-01-08 | Fix the example configuration | Přemysl Janouch | 1 | -1/+1 |
2014-01-08 | Fix about-formatting.sh | Přemysl Janouch | 1 | -1/+1 |
2014-01-08 | Fix some spelling errors | Přemysl Janouch | 1 | -5/+5 |
2014-01-08 | filters: highlight.sh: add css comments for highlight 2.6 and 3.8 | Ferry Huberts | 1 | -1/+63 |
2014-01-08 | Add AUTHORS file | Lukas Fleischer | 1 | -0/+6 |
2014-01-08 | Update copyright information | Lukas Fleischer | 23 | -31/+24 |
2014-01-08 | git: update to 1.8.5 | Christian Hesse | 2 | -1/+1 |
2014-01-08 | Reduce line number bloat, fix hover effect | Peter Wu | 4 | -10/+11 |
2014-01-08 | plain: don't append charset for binary MIME types | John Keeping | 1 | -3/+8 |
2014-01-08 | ui-log.c: Several simplifications | Lukas Fleischer | 1 | -19/+9 |
2014-01-08 | Use argv_array in place of vector | Lukas Fleischer | 4 | -75/+15 |
2014-01-08 | ui-stats.c: Remove unused macro | Lukas Fleischer | 1 | -2/+0 |
2014-01-08 | scan-tree.c: Remove unused macro | Lukas Fleischer | 1 | -2/+0 |
2013-09-14 | ui-shared: Drop filepair_cb_raw() and helper | Lukas Fleischer | 2 | -73/+0 |
2013-09-14 | ui-diff: Use diff_tree_sha1() for raw diff formatting | Lukas Fleischer | 1 | -2/+21 |
2013-08-26 | tests/: Add t0110-rawdiff.sh | Lukas Fleischer | 1 | -0/+42 |
2013-08-26 | t0108: Add tests for revision ranges | Lukas Fleischer | 1 | -0/+17 |
2013-08-26 | t0108: Compare output with git-format-patch(1) | Lukas Fleischer | 1 | -0/+7 |
2013-08-26 | ui-patch.c: Add additional newline after each patch | Lukas Fleischer | 2 | -3/+3 |
2013-08-26 | ui-patch.c: Fix signature delimiter | Lukas Fleischer | 1 | -1/+1 |
2013-08-26 | t0108: Avoid unnecessary fork() | Lukas Fleischer | 1 | -1/+1 |
2013-08-26 | git: update to 1.8.4 | John Keeping | 2 | -1/+1 |
2013-08-22 | ui-patch.c: Fix formatting for merge commits | Lukas Fleischer | 1 | -0/+1 |
2013-08-20 | ui-patch: Rename variables | Lukas Fleischer | 2 | -17/+19 |
2013-08-20 | Allow for creating patch series | Lukas Fleischer | 3 | -7/+20 |
2013-08-20 | ui-patch.c: Use log_tree_commit() to generate diffs | Lukas Fleischer | 1 | -23/+28 |
2013-08-20 | ui-diff: Check the return value of get_sha1() | Lukas Fleischer | 1 | -14/+9 |
2013-08-16 | cmd.c: Add a "rawdiff" command | Lukas Fleischer | 1 | -0/+6 |
2013-08-16 | Allow for creating raw diffs with cgit_print_diff() | Lukas Fleischer | 4 | -4/+12 |
2013-08-16 | Extract filepair_cb from ui-patch.c | Lukas Fleischer | 3 | -73/+74 |
2013-08-16 | Fix silly spelling error. | Jason A. Donenfeld | 1 | -1/+1 |
2013-08-12 | Fix section-from-path > 1 | Lukas Fleischer | 1 | -4/+4 |
2013-08-12 | Makefile: Change default prefix to "/usr/local" | Lukas Fleischer | 1 | -1/+1 |
2013-08-12 | Use strbuf for reading configuration files | Lukas Fleischer | 2 | -31/+35 |
2013-08-12 | add a note about generating agefile in hook | Christian Hesse | 1 | -1/+2 |
2013-08-12 | cache: id means static, even if head is specified too | Jason A. Donenfeld | 1 | -3/+3 |
2013-08-12 | cache: document negative ttls and add about ttl | Jason A. Donenfeld | 3 | -13/+31 |
2013-08-12 | robots.txt: disallow access to snapshots | Jason A. Donenfeld | 2 | -0/+4 |
2013-08-12 | use favicon by default | Christian Hesse | 2 | -3/+4 |
2013-05-31 | Add favicon | Christian Hesse | 2 | -0/+2 |
2013-05-28 | ui-summary: do not free ref | Jason A. Donenfeld | 1 | -1/+0 |
2013-05-28 | filters: toggle perl utf8 situation | Jason A. Donenfeld | 1 | -4/+0 |
2013-05-27 | CGIT-0.9.2v0.9.2 | Jason A. Donenfeld | 1 | -2/+2 |
2013-05-27 | README: add trailing slash to homepage | Jason A. Donenfeld | 1 | -1/+1 |
2013-05-27 | cgitrc.5: improve example config | Jason A. Donenfeld | 1 | -0/+53 |
2013-05-27 | filters: import more modern scripts | Jason A. Donenfeld | 10 | -15/+1815 |
2013-05-26 | readme: use string_list instead of space deliminations | Jason A. Donenfeld | 10 | -122/+160 |
2013-05-25 | ui-summary: Disallow directory traversal | Jason A. Donenfeld | 1 | -0/+16 |
2013-05-25 | cgitrc.5: information on directory traversal and multiple readme files | Jason A. Donenfeld | 1 | -6/+11 |
2013-05-25 | readme: Accept multiple candidates and test them. | Jason A. Donenfeld | 5 | -31/+95 |