about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2017-10-03ui-tree: move set_title_from_path to ui-sharedJeff Smith-33/+35
2017-10-03html: html_ntxt with no ellipsisJeff Smith-23/+14
2017-10-03cache: flush stdio before restoring FDsJohn Keeping-2/+6
2017-09-22Use https for submoduleDaniel M. Weeks-1/+1
2017-08-10ui-plain: print symlink contentJohn Keeping-1/+1
2017-08-10cgit: don't set vpath unless repo is setJohn Keeping-6/+6
2017-08-10parsing: clear query path before startingJohn Keeping-1/+1
2017-08-10ui-shared: don't print path crumbs without a repoJohn Keeping-1/+1
2017-08-10ui-atom: properly escape delimiter in page linkJohn Keeping-1/+1
2017-08-10git: update to v2.14Jeff Smith-42/+43
2017-08-10git: update to v2.13.4Christian Hesse-5/+10
2017-07-27Update .mailmap with my new email addressLukas Fleischer-2/+2
2017-04-05Remove unused variable from sort_section()Lukas Fleischer-1/+0
2017-03-30ui-repolist: properly sort by ageJason A. Donenfeld-21/+17
2017-01-23ui-patch: fix crash when using path limitLukas Fleischer-4/+3
2017-01-22syntax-highlighting: replace invalid unicode with ?Jason A. Donenfeld-2/+2
2016-11-30git: update to v2.11.0Christian Hesse-2/+2
2016-11-25Link with -ldl on GNU HurdPeter Colberg-1/+1
2016-11-24git: update to v2.10.2 againJohn Keeping-0/+0
2016-11-23Bump version.Jason A. Donenfeld-1/+1
2016-11-23css: highlight even table rows and skip empty rowsChristian Hesse-3/+24
2016-11-06git: update to v2.10.2Christian Hesse-1/+1
2016-10-12ui-blog: fix oid handlingChristian Hesse-5/+5
2016-10-12shared: remove unused function strlpart()Christian Hesse-17/+0
2016-10-12shared: remove unused function strrpart()Christian Hesse-16/+0
2016-10-12ui-repolist: fix memory leakChristian Hesse-1/+3
2016-10-12Use skip_prefix() to get rid of magic constantsLukas Fleischer-28/+34
2016-10-12patch: reapply path limitJohn Keeping-2/+8
2016-10-07ui-repolist: fix memory leakChristian Hesse-1/+4
2016-10-04git: update to v2.10.1Christian Hesse-1/+1
2016-10-04ui-tree: replace 'unsigned char sha1[20]' with 'struct object_id oid'Christian Hesse-3/+3
2016-10-04ui-tag: replace 'unsigned char sha1[20]' with 'struct object_id oid'Christian Hesse-6/+6
2016-10-04ui-snapshot: replace 'unsigned char sha1[20]' with 'struct object_id oid'Christian Hesse-9/+9
2016-10-04ui-shared: replace 'unsigned char sha1[20]' with 'struct object_id oid'Christian Hesse-5/+5
2016-10-04ui-plain: replace 'unsigned char sha1[20]' with 'struct object_id oid'Christian Hesse-3/+3
2016-10-04ui-patch: replace 'unsigned char sha1[20]' with 'struct object_id oid'Christian Hesse-11/+11
2016-10-04ui-log: replace get_sha1() with get_oid()Christian Hesse-1/+1
2016-10-04ui-commit: replace 'unsigned char sha1[20]' with 'struct object_id oid'Christian Hesse-4/+4
2016-10-04ui-blob: replace 'unsigned char sha1[20]' with 'struct object_id oid'Christian Hesse-22/+22
2016-10-04cgit: replace 'unsigned char sha1[20]' with 'struct object_id oid'Christian Hesse-4/+5
2016-10-01Makefile: remove extra spaceJason A. Donenfeld-1/+1
2016-10-01Simplify http_parse_querystring()Lukas Fleischer-57/+11
2016-10-01ui-tree: remove a fixed size bufferJohn Keeping-6/+9
2016-10-01ui-tag: clean up taginfoJohn Keeping-2/+4
2016-10-01shared: make cgit_free_taginfo() publicJohn Keeping-1/+2
2016-10-01shared: remove return value from cgit_free_commitinfo()John Keeping-3/+2
2016-10-01tree: allow skipping through single-child treesJohn Keeping-2/+68
2016-10-01ui-ssdiff: fix decl-after-statement warningsJohn Keeping-2/+2
2016-10-01ui-shared: fix decl-after-statement warningsJohn Keeping-5/+7
2016-10-01configfile: fix EOF handlingJohn Keeping-1/+3