| Commit message (Expand) | Author | Age | Files | Lines |
| * | Rename about-filter to render-filterjd/render-filter |  Jason A. Donenfeld | 2018-07-03 | 5 | -11/+11 |
| * | cgitrc.5: document new signature notes |  Jason A. Donenfeld | 2018-07-03 | 1 | -1/+17 |
| * | snapshot: support tar signature for compressed tar |  Christian Hesse | 2018-07-03 | 2 | -2/+10 |
| * | extra-head-content: introduce another option for meta tags |  Jason A. Donenfeld | 2018-07-03 | 5 | -0/+12 |
| * | Use string list strdup_strings for mimetypes |  John Keeping | 2018-06-27 | 1 | -2/+2 |
| * | manpage: fix sorting order |  Andy Green | 2018-06-27 | 1 | -88/+88 |
| * | cache: close race window when unlocking slots |  John Keeping | 2018-06-27 | 1 | -23/+14 |
| * | git: update to v2.18.0 |  Christian Hesse | 2018-06-27 | 13 | -70/+71 |
| * | global: remove functionality we deprecated for cgit v1.0 |  Christian Hesse | 2018-06-27 | 5 | -43/+3 |
| * | snapshot: strip bit from struct cgit_snapshot_format |  Christian Hesse | 2018-06-27 | 5 | -10/+17 |
| * | snapshot: support special value 'all' to enable all formats |  Christian Hesse | 2018-06-27 | 2 | -0/+4 |
| * | snapshot: support archive signatures |  John Keeping | 2018-06-27 | 3 | -1/+84 |
| * | ui-refs: use shared function to print tag downloads |  John Keeping | 2018-06-27 | 1 | -26/+1 |
| * | ui-shared: pass separator in to cgit_print_snapshot_links() |  John Keeping | 2018-06-27 | 4 | -5/+6 |
| * | ui-shared: use the same snapshot logic as ui-refs |  John Keeping | 2018-06-27 | 1 | -1/+7 |
| * | ui-shared: rename parameter to cgit_print_snapshot_links() |  John Keeping | 2018-06-27 | 2 | -3/+3 |
| * | ui-shared: remove unused parameter |  John Keeping | 2018-06-27 | 4 | -5/+4 |
| * | ui-refs: remove unnecessary sanity check |  John Keeping | 2018-06-27 | 1 | -3/+0 |
| * | ui-snapshot: filter permitted snapshot requests |  John Keeping | 2018-06-27 | 1 | -1/+1 |
| * | Add "snapshot-prefix" repo configuration |  John Keeping | 2018-06-27 | 7 | -4/+23 |
| * | ui-snapshot: pass repo into get_ref_from_filename() |  John Keeping | 2018-06-27 | 1 | -3/+4 |
| * | ui-shared: pass repo object to print_snapshot_links() |  John Keeping | 2018-06-27 | 4 | -10/+8 |
| * | ui-log: highlight annotated tags in different color |  Christian Hesse | 2018-06-27 | 2 | -1/+13 |
| * | print git version string in footer |  Christian Hesse | 2018-06-27 | 1 | -2/+3 |
| * | git: update to v2.17.1 |  Christian Hesse | 2018-06-27 | 3 | -2/+2 |
| * | ui-blame: free read_sha1_file() buffer after use |  Andy Green | 2018-06-19 | 1 | -1/+4 |
| * | ui-tag: Fix inconsistent capitalization |  Jon DeVree | 2018-06-16 | 1 | -1/+1 |
| * | ui-tree: free read_sha1_file() buffer after use |  Andy Green | 2018-06-16 | 1 | -0/+2 |
| * | Makefile: drive asciidoc directly for HTML output |  John Keeping | 2018-06-16 | 2 | -4/+8 |
| * | doc: use consistent id's when generating html files |  Todd Zullinger | 2018-02-21 | 1 | -1/+1 |
| * | cgit: prepare repo before error pages |  Jason A. Donenfeld | 2018-02-12 | 1 | -7/+12 |
| * | ui-blame: Allow syntax highlighting |  Jeff Smith | 2018-01-19 | 3 | -13/+62 |
| * | ui-blame: Make each column into a single table cell |  Jeff Smith | 2018-01-19 | 2 | -23/+54 |
| * | ui-blame: Break out emit_blame_entry into component methods |  Jeff Smith | 2018-01-19 | 1 | -14/+30 |
| * | ui-blame: Distinguish hashes column from lines column |  Jeff Smith | 2018-01-19 | 2 | -1/+2 |
| * | git: update to v2.16.0 |  Christian Hesse | 2018-01-19 | 8 | -10/+9 |
| * | git: update to v2.15.1 |  Christian Hesse | 2017-12-06 | 3 | -1/+2 |
| * | global: spelling fixes |  Ville Skyttä | 2017-10-15 | 4 | -8/+8 |
| * | ui-shared: use type='search' for the search box |  Ville Skyttä | 2017-10-15 | 1 | -2/+2 |
| * | filter: pipe_fh should be local |  Jason A. Donenfeld | 2017-10-14 | 2 | -7/+7 |
| * | parsing: don't clear existing state with empty input |  John Keeping | 2017-10-14 | 1 | -2/+1 |
| * | ui-tree: link to blame UI if enabled |  Jeff Smith | 2017-10-03 | 3 | -4/+29 |
| * | ui-blame: add blame UI |  Jeff Smith | 2017-10-03 | 8 | -1/+265 |
| * | ui-shared: make a char* parameter const |  Jeff Smith | 2017-10-03 | 2 | -12/+9 |
| * | ui-tree: move set_title_from_path to ui-shared |  Jeff Smith | 2017-10-03 | 3 | -33/+35 |
| * | html: html_ntxt with no ellipsis |  Jeff Smith | 2017-10-03 | 3 | -23/+14 |
| * | cache: flush stdio before restoring FDs |  John Keeping | 2017-10-03 | 2 | -2/+6 |
| * | Use https for submodule |  Daniel M. Weeks | 2017-09-22 | 1 | -1/+1 |
| * | ui-plain: print symlink content |  John Keeping | 2017-08-10 | 1 | -1/+1 |
| * | cgit: don't set vpath unless repo is set |  John Keeping | 2017-08-10 | 1 | -6/+6 |