Commit Briefs

Thomas Adam

gotwebd: tweak hr styling in the dark mode

Kyle Ackerman agrees


Thomas Adam

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@


Thomas Adam

plug pathlist leak in 'got status' code path

Patch by Kyle Ackerman.



Thomas Adam

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@






Thomas Adam

gotwebd: add patch action to serve diffs in plain text

ok tracey@


Thomas Adam

gotwebd: make blame view work in text browsers

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


Thomas Adam

gotwebd: add actions to the blame view

ok tracey@


Thomas Adam

gotwebd: add links for actions in the blob page

positive feedback from Kyle Ackerman ok/tweak tracey@


Thomas Adam

refactor gotweb_load_got_path; no functional change

ok tracey@


Thomas Adam

gotwebd: add a dark mode

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


Thomas Adam

gotwebd: introduce .page_header_wrapper to avoid style repetitions

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



Thomas Adam

gotwebd: tweak .tree_wrapper styling; no functional change

there's no need to override the background-color for the 'even' row. This will simplify the addition of a dark mode.


Thomas Adam

gotwebd: add breadcums to navigate the tree/blob views

ok tracey@


Thomas Adam

portable: set next version


Thomas Adam

portable: release 0.94 (tags/0.94)


Thomas Adam

portable: update dist configuration

When running 'make dist', ensure we automatically pass through the relevant configure options so that the relevant files are included.


Thomas Adam

bump version number


Thomas Adam

CHANGES for 0.94


Thomas Adam

sync dist file list