Commit Briefs

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@


564a8b0186 Thomas Adam

got_imsg_raw_delta: use struct instead of buffer for id

ok stsp@


d77295e349 Thomas Adam

got_imsg_raw_delta_request: use struct instead of buffer for id

ok stsp@


dd57e4abbc Thomas Adam

fmt


b6f6773045 Thomas Adam

got_imsg_packed_object: use struct instead of buffer for id

ok stsp@


8f493484ff Thomas Adam

portable: set next version