Age | Commit message (Expand) | Author | Lines |
2018-01-19 | ui-blame: Allow syntax highlighting | Jeff Smith | -13/+62 |
2018-01-19 | ui-blame: Make each column into a single table cell | Jeff Smith | -23/+54 |
2018-01-19 | ui-blame: Break out emit_blame_entry into component methods | Jeff Smith | -14/+30 |
2018-01-19 | ui-blame: Distinguish hashes column from lines column | Jeff Smith | -1/+2 |
2018-01-19 | git: update to v2.16.0 | Christian Hesse | -10/+9 |
2017-12-06 | git: update to v2.15.1 | Christian Hesse | -1/+2 |
2017-10-15 | global: spelling fixes | Ville Skyttä | -8/+8 |
2017-10-15 | ui-shared: use type='search' for the search box | Ville Skyttä | -2/+2 |
2017-10-14 | filter: pipe_fh should be local | Jason A. Donenfeld | -7/+7 |
2017-10-14 | parsing: don't clear existing state with empty input | John Keeping | -2/+1 |
2017-10-03 | ui-tree: link to blame UI if enabled | Jeff Smith | -4/+29 |
2017-10-03 | ui-blame: add blame UI | Jeff Smith | -1/+265 |
2017-10-03 | ui-shared: make a char* parameter const | Jeff Smith | -12/+9 |
2017-10-03 | ui-tree: move set_title_from_path to ui-shared | Jeff Smith | -33/+35 |
2017-10-03 | html: html_ntxt with no ellipsis | Jeff Smith | -23/+14 |
2017-10-03 | cache: flush stdio before restoring FDs | John Keeping | -2/+6 |
2017-09-22 | Use https for submodule | Daniel M. Weeks | -1/+1 |
2017-08-10 | ui-plain: print symlink content | John Keeping | -1/+1 |
2017-08-10 | cgit: don't set vpath unless repo is set | John Keeping | -6/+6 |
2017-08-10 | parsing: clear query path before starting | John Keeping | -1/+1 |
2017-08-10 | ui-shared: don't print path crumbs without a repo | John Keeping | -1/+1 |
2017-08-10 | ui-atom: properly escape delimiter in page link | John Keeping | -1/+1 |
2017-08-10 | git: update to v2.14 | Jeff Smith | -42/+43 |
2017-08-10 | git: update to v2.13.4 | Christian Hesse | -5/+10 |
2017-07-27 | Update .mailmap with my new email address | Lukas Fleischer | -2/+2 |
2017-04-05 | Remove unused variable from sort_section() | Lukas Fleischer | -1/+0 |
2017-03-30 | ui-repolist: properly sort by age | Jason A. Donenfeld | -21/+17 |
2017-01-23 | ui-patch: fix crash when using path limit | Lukas Fleischer | -4/+3 |
2017-01-22 | syntax-highlighting: replace invalid unicode with ? | Jason A. Donenfeld | -2/+2 |
2016-11-30 | git: update to v2.11.0 | Christian Hesse | -2/+2 |
2016-11-25 | Link with -ldl on GNU Hurd | Peter Colberg | -1/+1 |
2016-11-24 | git: update to v2.10.2 again | John Keeping | -0/+0 |
2016-11-23 | Bump version. | Jason A. Donenfeld | -1/+1 |
2016-11-23 | css: highlight even table rows and skip empty rows | Christian Hesse | -3/+24 |
2016-11-06 | git: update to v2.10.2 | Christian Hesse | -1/+1 |
2016-10-12 | ui-blog: fix oid handling | Christian Hesse | -5/+5 |
2016-10-12 | shared: remove unused function strlpart() | Christian Hesse | -17/+0 |
2016-10-12 | shared: remove unused function strrpart() | Christian Hesse | -16/+0 |
2016-10-12 | ui-repolist: fix memory leak | Christian Hesse | -1/+3 |
2016-10-12 | Use skip_prefix() to get rid of magic constants | Lukas Fleischer | -28/+34 |
2016-10-12 | patch: reapply path limit | John Keeping | -2/+8 |
2016-10-07 | ui-repolist: fix memory leak | Christian Hesse | -1/+4 |
2016-10-04 | git: update to v2.10.1 | Christian Hesse | -1/+1 |
2016-10-04 | ui-tree: replace 'unsigned char sha1[20]' with 'struct object_id oid' | Christian Hesse | -3/+3 |
2016-10-04 | ui-tag: replace 'unsigned char sha1[20]' with 'struct object_id oid' | Christian Hesse | -6/+6 |
2016-10-04 | ui-snapshot: replace 'unsigned char sha1[20]' with 'struct object_id oid' | Christian Hesse | -9/+9 |
2016-10-04 | ui-shared: replace 'unsigned char sha1[20]' with 'struct object_id oid' | Christian Hesse | -5/+5 |
2016-10-04 | ui-plain: replace 'unsigned char sha1[20]' with 'struct object_id oid' | Christian Hesse | -3/+3 |
2016-10-04 | ui-patch: replace 'unsigned char sha1[20]' with 'struct object_id oid' | Christian Hesse | -11/+11 |
2016-10-04 | ui-log: replace get_sha1() with get_oid() | Christian Hesse | -1/+1 |