Commit Briefs

Mark Jamsek

plug pathlist leak in 'got status' code path

Patch by Kyle Ackerman.



Omar Polo

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@






Omar Polo

gotwebd: add patch action to serve diffs in plain text

ok tracey@


Omar Polo

gotwebd: make blame view work in text browsers

While here pad line numbers with spaces instead of zeroes to match the blob view.


Omar Polo

gotwebd: add actions to the blame view

ok tracey@


Omar Polo

gotwebd: add links for actions in the blob page

positive feedback from Kyle Ackerman ok/tweak tracey@


Omar Polo

refactor gotweb_load_got_path; no functional change

ok tracey@


Omar Polo

gotwebd: add a dark mode

Diff from Kyle Ackerman. tracey@ and I likes it.


Omar Polo

gotwebd: introduce .page_header_wrapper to avoid style repetitions

while here clean up some *_header id not used / not needed.