about summary refs log tree commit
DateCommit message (Expand)
2018-02-12cgit: prepare repo before error pages
2018-01-19ui-blame: Allow syntax highlighting
2018-01-19ui-blame: Make each column into a single table cell
2018-01-19ui-blame: Break out emit_blame_entry into component methods
2018-01-19ui-blame: Distinguish hashes column from lines column
2018-01-19git: update to v2.16.0
2017-12-06git: update to v2.15.1
2017-10-15global: spelling fixes
2017-10-15ui-shared: use type='search' for the search box
2017-10-14filter: pipe_fh should be local
2017-10-14parsing: don't clear existing state with empty input
2017-10-03ui-tree: link to blame UI if enabled
2017-10-03ui-blame: add blame UI
2017-10-03ui-shared: make a char* parameter const
2017-10-03ui-tree: move set_title_from_path to ui-shared
2017-10-03html: html_ntxt with no ellipsis
2017-10-03cache: flush stdio before restoring FDs
2017-09-22Use https for submodule
2017-08-10ui-plain: print symlink content
2017-08-10cgit: don't set vpath unless repo is set
2017-08-10parsing: clear query path before starting
2017-08-10ui-shared: don't print path crumbs without a repo
2017-08-10ui-atom: properly escape delimiter in page link
2017-08-10git: update to v2.14
2017-08-10git: update to v2.13.4
2017-07-27Update .mailmap with my new email address
2017-04-05Remove unused variable from sort_section()
2017-03-30ui-repolist: properly sort by age
2017-01-23ui-patch: fix crash when using path limit
2017-01-22syntax-highlighting: replace invalid unicode with ?
2016-11-30git: update to v2.11.0
2016-11-25Link with -ldl on GNU Hurd
2016-11-24git: update to v2.10.2 again
2016-11-23Bump version.
2016-11-23css: highlight even table rows and skip empty rows
2016-11-06git: update to v2.10.2
2016-10-12ui-blog: fix oid handling
2016-10-12shared: remove unused function strlpart()
2016-10-12shared: remove unused function strrpart()
2016-10-12ui-repolist: fix memory leak
2016-10-12Use skip_prefix() to get rid of magic constants
2016-10-12patch: reapply path limit
2016-10-07ui-repolist: fix memory leak
2016-10-04git: update to v2.10.1
2016-10-04ui-tree: replace 'unsigned char sha1[20]' with 'struct object_id oid'
2016-10-04ui-tag: replace 'unsigned char sha1[20]' with 'struct object_id oid'
2016-10-04ui-snapshot: replace 'unsigned char sha1[20]' with 'struct object_id oid'
2016-10-04ui-shared: replace 'unsigned char sha1[20]' with 'struct object_id oid'
2016-10-04ui-plain: replace 'unsigned char sha1[20]' with 'struct object_id oid'
2016-10-04ui-patch: replace 'unsigned char sha1[20]' with 'struct object_id oid'