about summary refs log tree commit diff
path: root/contrib/hooks/post-receive.agefile (unfollow)
Commit message (Expand)Author
2022-02-18Use release_commit_memory()John Keeping
2022-02-18Reset font size for blame oidJohn Keeping
2022-02-18Add a link to the parent commit in blameJohn Keeping
2022-02-18Fix fmt() off-by-one errorlemon
2022-02-17Allow to give readme head from queryChristian Hesse
2022-02-13Bump version to 1.3.0 1.3.0June McEnroe
2022-02-13Update information for forkJune McEnroe
2022-02-13Remove Lua supportJune McEnroe
2022-02-13Silence owner-info errorJune McEnroe
2022-02-13Remove default faviconJune McEnroe
2022-02-13Show about path in page titleJune McEnroe
2022-02-13Generate valid Atom feedsJune McEnroe
2022-02-13Fix crash trying to print "this commit" on 404sJune McEnroe
2022-02-13Use owner-filter for repo page headersJune McEnroe
2022-02-13Fix tests for diff spansJune McEnroe
2022-02-13Use <pre> and <span> to print diffsJune McEnroe
2022-02-13Use buffered stdioEric Wong
2022-02-13Remove redundant title on repo anchorsChris Mayo
2022-02-13Improve button spacing for browsers w/o CSSEric Wong
2022-02-13Improve decoration display for browsers without CSSEric Wong
2022-02-13Use <pre> for commit-msgEric Wong
2022-02-13Improve pageheader display on text-based browsersEric Wong
2022-02-13Use git raw note formatChris Mayo
2022-02-13Add "this commit" option to switch formAlyssa Ross
2022-02-13Show subject in commit page titleJune McEnroe
2022-02-13Show symlink targets in tree listingJune McEnroe
2022-02-13Disallow blame in robots.txtJune McEnroe
2022-02-13Don't link to blame for binary blobsJune McEnroe
2022-02-13Bail from blame if blob is binaryJune McEnroe
2022-02-13Remove dependency on memrchrJune McEnroe
2022-01-29git: update to v2.35.1Christian Hesse
2022-01-24git: update to v2.35.0Christian Hesse
2021-11-24git: update to v2.34.1Christian Hesse
2021-11-15git: update to v2.34.0Christian Hesse
2021-11-03git: update to v2.33.0Christian Hesse
2021-06-08git: update to v2.32.0Christian Hesse
2021-05-18git: update to v2.31.1Christian Hesse
2021-05-12md2html: use proper formatting for hrChristian Hesse
2021-03-16git: update to v2.31.0Christian Hesse
2021-02-10git: update to v2.30.1Christian Hesse
2020-12-29tests: t0107: support older and/or non-GNU tarTodd Zullinger
2020-12-29md2html: use sane_lists extensionJason A. Donenfeld
2020-12-29git: update to v2.30.0Christian Hesse
2020-10-30git: update to v2.29.2Christian Hesse
2020-10-27git: update to v2.29.1Christian Hesse
2020-10-22tests: try with commit-graphChristian Hesse
2020-10-22tests: do not copy snapshots to /tmp/Christian Hesse
2020-10-20global: replace hard coded hash lengthChristian Hesse
2020-10-20global: replace references to 'sha1' with 'oid'Christian Hesse
2020-10-19git: update to v2.29.0Christian Hesse
ff-by: Christian Hesse <mail@eworm.de> 2018-09-11ui-log: ban strcpy()Christian Hesse Git upstream bans strcpy() with commit: automatically ban strcpy() c8af66ab8ad7cd78557f0f9f5ef6a52fd46ee6dd Signed-off-by: Christian Hesse <mail@eworm.de> 2018-09-11parsing: ban sprintf()Christian Hesse Git upstream bans sprintf() with commit: banned.h: mark sprintf() as banned cc8fdaee1eeaf05d8dd55ff11f111b815f673c58 Signed-off-by: Christian Hesse <mail@eworm.de> 2018-09-11parsing: ban strncpy()Christian Hesse Git upstream bans strncpy() with commit: banned.h: mark strncpy() as banned e488b7aba743d23b830d239dcc33d9ca0745a9ad Signed-off-by: Christian Hesse <mail@eworm.de> 2018-08-28filters: generate anchor links from markdownChristian Hesse This makes the markdown filter generate anchor links for headings. Signed-off-by: Christian Hesse <mail@eworm.de> Tested-by: jean-christophe manciot <actionmystique@gmail.com> 2018-08-03Bump version.Jason A. Donenfeld Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com> 2018-08-03clone: fix directory traversalJason A. Donenfeld This was introduced in the initial version of this code, way back when in 2008. $ curl http://127.0.0.1/cgit/repo/objects/?path=../../../../../../../../../etc/passwd root:x:0:0:root:/root:/bin/sh ... Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com> Reported-by: Jann Horn <jannh@google.com> 2018-08-03config: record repo.snapshot-prefix in the per-repo configKonstantin Ryabitsev