summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-01-19git: update to v2.16.0Christian Hesse
2017-12-06git: update to v2.15.1Christian Hesse
2017-10-15global: spelling fixesVille Skyttä
2017-10-15ui-shared: use type='search' for the search boxVille Skyttä
2017-10-14filter: pipe_fh should be localJason A. Donenfeld
2017-10-14parsing: don't clear existing state with empty inputJohn Keeping
2017-10-03ui-tree: link to blame UI if enabledJeff Smith
2017-10-03ui-blame: add blame UIJeff Smith
2017-10-03ui-shared: make a char* parameter constJeff Smith
2017-10-03ui-tree: move set_title_from_path to ui-sharedJeff Smith
2017-10-03html: html_ntxt with no ellipsisJeff Smith
2017-10-03cache: flush stdio before restoring FDsJohn Keeping
2017-09-22Use https for submoduleDaniel M. Weeks
2017-08-10ui-plain: print symlink contentJohn Keeping
2017-08-10cgit: don't set vpath unless repo is setJohn Keeping
2017-08-10parsing: clear query path before startingJohn Keeping
2017-08-10ui-shared: don't print path crumbs without a repoJohn Keeping
2017-08-10ui-atom: properly escape delimiter in page linkJohn Keeping
2017-08-10git: update to v2.14Jeff Smith
2017-08-10git: update to v2.13.4Christian Hesse
2017-07-27Update .mailmap with my new email addressLukas Fleischer
2017-04-05Remove unused variable from sort_section()Lukas Fleischer
2017-03-30ui-repolist: properly sort by ageJason A. Donenfeld
2017-01-23ui-patch: fix crash when using path limitLukas Fleischer
2017-01-22syntax-highlighting: replace invalid unicode with ?Jason A. Donenfeld
2016-11-30git: update to v2.11.0Christian Hesse
2016-11-25Link with -ldl on GNU HurdPeter Colberg
2016-11-24git: update to v2.10.2 againJohn Keeping
2016-11-23Bump version.v1.1Jason A. Donenfeld
2016-11-23css: highlight even table rows and skip empty rowsChristian Hesse
2016-11-06git: update to v2.10.2Christian Hesse
2016-10-12ui-blog: fix oid handlingChristian Hesse
2016-10-12shared: remove unused function strlpart()Christian Hesse
2016-10-12shared: remove unused function strrpart()Christian Hesse
2016-10-12ui-repolist: fix memory leakChristian Hesse
2016-10-12Use skip_prefix() to get rid of magic constantsLukas Fleischer
2016-10-12patch: reapply path limitJohn Keeping
2016-10-07ui-repolist: fix memory leakChristian Hesse
2016-10-04git: update to v2.10.1Christian Hesse
2016-10-04ui-tree: replace 'unsigned char sha1[20]' with 'struct object_id oid'Christian Hesse
2016-10-04ui-tag: replace 'unsigned char sha1[20]' with 'struct object_id oid'Christian Hesse
2016-10-04ui-snapshot: replace 'unsigned char sha1[20]' with 'struct object_id oid'Christian Hesse
2016-10-04ui-shared: replace 'unsigned char sha1[20]' with 'struct object_id oid'Christian Hesse
2016-10-04ui-plain: replace 'unsigned char sha1[20]' with 'struct object_id oid'Christian Hesse
2016-10-04ui-patch: replace 'unsigned char sha1[20]' with 'struct object_id oid'Christian Hesse
2016-10-04ui-log: replace get_sha1() with get_oid()Christian Hesse
2016-10-04ui-commit: replace 'unsigned char sha1[20]' with 'struct object_id oid'Christian Hesse
2016-10-04ui-blob: replace 'unsigned char sha1[20]' with 'struct object_id oid'Christian Hesse
2016-10-04cgit: replace 'unsigned char sha1[20]' with 'struct object_id oid'Christian Hesse
2016-10-01Makefile: remove extra spaceJason A. Donenfeld