about summary refs log tree commit diff
path: root/contrib/hooks (unfollow)
Commit message (Expand)Author
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
2020-07-27git: update to v2.28.0Christian Hesse
2020-06-02git: update to v2.27.0Christian Hesse
2020-03-23git: update to v2.26.0Christian Hesse
2020-03-13Bump versionJason A. Donenfeld
2020-03-13global: use proper accessors for maybe_treeJason A. Donenfeld
2020-03-12ui-snapshot: add support for zstd compressionChristian Hesse
2021-09-15Set bot mode on downgradeJune McEnroe 2021-09-15Enter capsicum in downgradeJune McEnroe 2021-09-15Factor out common parts of downgrade messagesJune McEnroe Also bump the message cap to 1024 because that is ostensibly useful for replying to older messages. 2021-09-14Add downgrade IRC botJune McEnroe 2021-09-14Sort by title if authors matchJune McEnroe There are probably better things to sort by but title definitely always exists. 2021-09-13Swap-remove tags as they're foundJune McEnroe This makes it even faster. From ~1s on a sqlite3.c amalgamation to ~0.85s. 2021-09-12Replace htagml regex with strncmpJune McEnroe Since ctags only ever produces regular expressions of the form /^re$/ or /^re/ with no other special characters, instead unescape the pattern and simply use strncmp. Running on a sqlite3.c amalgamation, the regex version takes ~37s while the strncmp version takes ~1s, producing identical output. Big win! 2021-09-11Also defer printing comment for lone close-parensJune McEnroe 2021-09-10Publish "git-comment"June McEnroe 2021-09-10Add git comment --pretty optionJune McEnroe 2021-09-08Defer printing comment if line is blank or closing braceJune McEnroe This fixes badly indented comments. 2021-09-08Up default min-repeat to 30 linesJune McEnroe 2021-09-08Handle dirty lines in git-commentJune McEnroe 2021-09-08Document and install git-commentJune McEnroe 2021-09-08Add repeat and all options to git-commentJune McEnroe 2021-09-08Add group threshold to git-commentJune McEnroe