Commit Briefs

Omar Polo

handle objectformat=sha256

repository format must be at least 1 for object format to be available.


Omar Polo

sed -i s/sha1/hash

not exactly, some "hash" were changed back to "sha1" for the time being.



Omar Polo

introduce got_error_checksum

ok stsp@


Omar Polo

introduce got_object_id_hex to replace some got_sha1_digest_to_str()

It's an analogous to got_object_id_str but writes to the given buffer. ok + improvements by stsp@


Stefan Sperling

rename a function for clarity



Mark Jamsek

typo and style(9): do not use function calls in initialisers.

ok stsp@


Mark Jamsek

fix mistaken instances returning NULL instead of err

While here, for consistency, check dup() return value for -1 rather than < 0. ok stsp@


Mark Jamsek

fix missed doc update of new 'got fetch' behaviour

ok stsp@


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