Commits
- Commit:
77e5865ee11b90e07b40d41bd10cfa01862d6a38
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
CHANGES for 0.95
- Commit:
8fd0d1965f6393cf1ae1776daee76543055e0dd8
- From:
- Kyle Ackerman <kackerman0102@gmail.com>
- Via:
- Mark Jamsek <mark@jamsek.dev>
- Date:
plug memleak of the ignore list in 'got status'
Found/reported and patch by Kyle Ackerman.
ok op@
- Commit:
723721e290eec4393f8cad56a6bb38ca9fd379c7
- From:
- Omar Polo <op@omarpolo.com>
- Date:
gotwebd: use 'more' for the tag listing too
prodded by stsp and jamsek; ok stsp@
- Commit:
8957da7c28eda864d43699ccb657c9b48278d7c4
- From:
- Omar Polo <op@omarpolo.com>
- Date:
gotwebd: dedup the bulk of the tree listing code
- Commit:
f6c7567b8a08e575b7caa23fcea4f93569553835
- From:
- Omar Polo <op@omarpolo.com>
- Date:
gotwebd: tweak site_owner_wrapper style for dark mode
- Commit:
4921c182c938f7e109ed3f516cc6249ff7d676bc
- From:
- Omar Polo <op@omarpolo.com>
- Date:
gotwebd: render less tags in the summary page
suggested / ok stsp
- Commit:
71e574645cb82c0a0ce678d2efc1aaeb107d4601
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
plug a memleak in previous; from op@
- Commit:
1be82a44548cac5d1f7ca65b410ba48f4c05094a
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
show tree and README at the bottom of the summary page
ok op@
- Commit:
89f6914cfb2489a403b5b126d58861ae83956d6d
- From:
- Omar Polo <op@omarpolo.com>
- Date:
gotwebd: swap the tags and branch listing in the index page
discussed / ok stsp@
- Commit:
60594467968767d3e25ac41c9b0ace2851c9fad5
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
repair the "chroot" option in /etc/gotwebd.conf
This option was being ignored since the proc.c refactoring.
Problem noticed by mlarkin@
ok op@ mlarkin@
- Commit:
ac15152e219bed9c7f41007a39c3cbce83ea9386
- From:
- Omar Polo <op@omarpolo.com>
- Date:
gotwebd: render READMEs in the tree view
ok tracey@
- Commit:
ac67fee49c78c55c9b711b975fbf8d481e521c74
- From:
- Omar Polo <op@omarpolo.com>
- Date:
template: provide tp_write_htmlescape()
it's like tp_htmlescape() but takes a size instead of a NUL-terminated
string. Part of a larger diff that's ok tracey@
- Commit:
af8b29d8cf480fa20a09387923b39cb3b5394b8a
- From:
- Omar Polo <op@omarpolo.com>
- Date:
gotwebd: tweak hr styling in the dark mode
Kyle Ackerman agrees
- Commit:
6ecb0b8c6b2aa36b6af31c856909b1ddccdb301c
- From:
- Kyle Ackerman <kackerman0102@gmail.com>
- Via:
- Stefan Sperling <stsp@stsp.name>
- Date:
make diff color-highlighting in gotwebd's dark-mode more accessible
A red/green color scheme is bad for people with red/green colorblindness.
Use similar colors as used by 'tog diff' to avoid this issue.
Patch by Kyle Ackerman
ok op@
- Commit:
9e83097f9b3fc262356cc5189409a0e472d1084b
- From:
- Kyle Ackerman <kackerman0102@gmail.com>
- Via:
- Mark Jamsek <mark@jamsek.dev>
- Date:
plug pathlist leak in 'got status' code path
Patch by Kyle Ackerman.
- Commit:
e0586a74fdd1c8da68d9ecce4078de8b4602df16
- From:
- Ryan Kavanagh <rak@debian.org>
- Via:
- Mark Jamsek <mark@jamsek.dev>
- Date:
typo (s/occured/occurred) fix from Ryan Kavanagh via tobhe@
- Commit:
d0b9836b2ff0ddbe37b3dea6be10afdb14b65175
- From:
- Omar Polo <op@omarpolo.com>
- Date:
gotwebd: use breadcumbs in more actions
Breadcumbs are useful not only in the TREE and BLOB action, but
also in COMMITS/BRIEFS and BLOB.
prodded by stsp@
- Commit:
d0bb0ed648b2dd60e628937450cbaf9200beb9a6
- From:
- Mark Jamsek <mark@jamsek.dev>
- Date:
plug got checkout and update worktree leaks spotted by op@
- Commit:
8f74b4995a14ceab9270fcd22a5c1ca34c5cc3be
- From:
- Mark Jamsek <mark@jamsek.dev>
- Date:
plug got status worktree leak found by Kyle Ackerman; ok op@
- Commit:
227f81a40643e9c82bb019336421e17e914d015a
- From:
- Omar Polo <op@omarpolo.com>
- Date:
remove gotwebd todo entries that are done
- Commit:
e6b69762aa52f103227c9df61f3dc4c199cab22c
- From:
- Omar Polo <op@omarpolo.com>
- Date:
gotwebd: add actions in the diff view too
- Commit:
7f65bb55b8cfe0f964fd7cb845acfbc28621730e
- From:
- Omar Polo <op@omarpolo.com>
- Date:
gotwebd: add patch action to serve diffs in plain text
ok tracey@
- Commit:
4ba8b606a0a1ebe0d9a9daf6909948315c313d36
- From:
- Omar Polo <op@omarpolo.com>
- Date:
gotwebd: make blame view work in text browsers
While here pad line numbers with spaces instead of zeroes to match
the blob view.
- Commit:
2faeb3c616089a458cbffa3a46b9a15c484f0e80
- From:
- Omar Polo <op@omarpolo.com>
- Date:
gotwebd: add actions to the blame view
ok tracey@
- Commit:
4dfd9794964c0817a9cab3b2b8ea8858589b28ab
- From:
- Omar Polo <op@omarpolo.com>
- Date:
gotwebd: add links for actions in the blob page
positive feedback from Kyle Ackerman
ok/tweak tracey@