Commit Briefs

bd6e9c731b Thomas Adam

add an arrow after "more" as per jamsek suggestion


20bab626cf Thomas Adam

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


d4628c48f3 Thomas Adam

zap trailing whitespace


28d1e31ec4 Thomas Adam

another memcmp -> got_object_id_cmp


1ba62ba45b Thomas Adam

use got_object_id_cmp instad of memcmp where possible in object_parse.c

ok stsp@


2be33b0917 Thomas Adam

typo in comment

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


91b10dd279 Thomas Adam

add test coverage for new 'got fetch' default behaviour


38c5cf99cb Thomas Adam

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@


440789268f Thomas Adam

add a few TODOs for got patch and gotwebd


e4c85b4990 Thomas Adam

got_imsg_commit_object: use struct instead of buffer for id

ok stsp@


fc842fc804 Thomas Adam

got_imsg_object: use struct instead of buffer for id

ok stsp@


3fa67434f8 Thomas Adam

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

ok stsp@


0f23036a1e Thomas Adam

got_imsg_send_remote_ref: use struct instead of buffer for id

ok stsp@


ea58e97428 Thomas Adam

got_imsg_send_ref: use struct instead of buffer for id

ok stsp@


9228a15c47 Thomas Adam

got_imsg_fetch_ref: use struct instead of buffer for id

ok stsp@


f9f544689c Thomas Adam

got_imsg_fetch_have_ref: use struct instead of buffer for id

ok stsp@


851a5b487c Thomas Adam

gotd, gotadmin: install packfiles and index files as 0444

gotd used 0600 (due to mkstemps(3)), gotadmin 0644; change it to 0444 since packfiles shouldn't change once created. Mirrors what git does. ok stsp@


c72de8ab0d Thomas Adam

tog: add horizontal scroll support to the tree view

Suggested by op. tog now supports hscroll in all views so move corresponding keymap docs in tog(1) to global space (this was already the case in tog runtime help). While here, remove some copypasta with a new subroutine to handle hscroll input. ok op@ and stsp@


66a70b97af Thomas Adam

tog: add horizontal scroll support to the ref view

ok op@ and stsp@


5c3a0a1a77 Thomas Adam

fix OB1 in tog ref and tree views causing wrapped lines

While here, draw to the last column in tog help. ok op@ and stsp@


117f997e6f Thomas Adam

update backout/cherrypick regress for worktree UUID output

ok stsp@


f08f28be8b Thomas Adam

zap unused parameter in got_worktree_rebase_complete()

ok stsp@


df07831c37 Thomas Adam

return err instead of NULL in got.c:print_backup_ref()

ok stsp@


21ad6d7927 Thomas Adam

free cwd in cmd_backout() and cmd_cherrypick()

ok stsp@


ddcb4a8e2f Thomas Adam

gotwebd: delete always-true check

ok stsp@