Commit Briefs

3e0381db08 Omar Polo

got_object_open: copy whole id not just the sha1

ok stsp@


3c23f6cdb6 Omar Polo

introduce got_error_checksum

ok stsp@


bbc740ac49 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@


3931a8a440 Stefan Sperling

rename a function for clarity



e294dc4e38 Mark Jamsek

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

ok stsp@


c33c3763d3 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@


66d2f9c815 Mark Jamsek

fix missed doc update of new 'got fetch' behaviour

ok stsp@


09cbb981df Omar Polo

delete unused code

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


575fac0e51 Omar Polo

yet another gotwebd TODO

writing everything down to avoid forgetting stuff...


ea8724388e Omar Polo

one more TODO for gotwebd


0af50e0455 Omar Polo

add an arrow after "more" as per jamsek suggestion


e3662697ea 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


da76b65174 Mark Jamsek

zap trailing whitespace


a755a22cd4 Omar Polo

another memcmp -> got_object_id_cmp


7f959095d8 Omar Polo

use got_object_id_cmp instad of memcmp where possible in object_parse.c

ok stsp@


c4d35c5bb4 Omar Polo

typo in comment

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


0c091d87ab Stefan Sperling

add test coverage for new 'got fetch' default behaviour


ddb2df58a3 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@


e1ecf949b9 Omar Polo

add a few TODOs for got patch and gotwebd


472dfe0529 Omar Polo

got_imsg_commit_object: use struct instead of buffer for id

ok stsp@


7841c0d12f Omar Polo

got_imsg_object: use struct instead of buffer for id

ok stsp@


39958d0b3e Omar Polo

cleanup.sh: use `rm -f' to avoid prompting, packfiles are now read-only

ok stsp@


427f294cd8 Omar Polo

got_imsg_send_remote_ref: use struct instead of buffer for id

ok stsp@


5eb14fb9ce Omar Polo

got_imsg_send_ref: use struct instead of buffer for id

ok stsp@