Commit Briefs

Omar Polo

delete unused code

serializes an id to a local buffer before before returning. ok stsp


Omar Polo

yet another gotwebd TODO

writing everything down to avoid forgetting stuff...


Omar Polo

one more TODO for gotwebd



Omar Polo

gotwebd: fix briefs/tags navigation overlap

Introduces a separate field for the "next" button (now called "More") and adjusted the CSS/HTML so it's used. Finally, drops the old code used to handle the pagination for the BRIEFS/COMMITS cases. Needs a small hack for the time being, setting the action to TAGS. This is due how qs->action is changed in gotweb.c while handling the request. ok jamsek


Mark Jamsek

zap trailing whitespace


Omar Polo

another memcmp -> got_object_id_cmp



Omar Polo

typo in comment

it serializes the struct got_imsg_tree_entry, not tree_object. grep aid.



Mark Jamsek

got: make fetch default to the work tree's current branch

As per stsp's todo item, if invoked in a work tree, make 'got fetch' default to fetching the work tree's current branch instead of the branch pointed to by the remote repository's HEAD. ok stsp@ and op@



Omar Polo

got_imsg_commit_object: use struct instead of buffer for id

ok stsp@


Omar Polo

got_imsg_object: use struct instead of buffer for id

ok stsp@