Commits
- Commit:
da76b65174488c46bf80a5af7896dfdc3ae60fee
- From:
- Mark Jamsek <mark@jamsek.dev>
- Date:
zap trailing whitespace
- Commit:
a755a22cd4eca6783f283b88d3734fc2ce087bb7
- From:
- Omar Polo <op@omarpolo.com>
- Date:
another memcmp -> got_object_id_cmp
- Commit:
7f959095d870780b8583469cb15673aba6164da2
- From:
- Omar Polo <op@omarpolo.com>
- Date:
use got_object_id_cmp instad of memcmp where possible in object_parse.c
ok stsp@
- Commit:
c4d35c5bb4f936d0f96bb62d234001b68dc33089
- From:
- Omar Polo <op@omarpolo.com>
- Date:
typo in comment
it serializes the struct got_imsg_tree_entry, not tree_object.
grep aid.
- Commit:
0c091d87ab17ea31491f4b716ce8b6f0fbb99001
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
add test coverage for new 'got fetch' default behaviour
- Commit:
ddb2df58a374b7058f0d3044c25b821680bd3345
- From:
- Mark Jamsek <mark@jamsek.dev>
- Date:
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@
- Commit:
e1ecf949b99fb9205921814421b1f52c0f2db56f
- From:
- Omar Polo <op@omarpolo.com>
- Date:
add a few TODOs for got patch and gotwebd
- Commit:
472dfe052943732fea89236959063c8ccdb769aa
- From:
- Omar Polo <op@omarpolo.com>
- Date:
got_imsg_commit_object: use struct instead of buffer for id
ok stsp@
- Commit:
7841c0d12f0a0e3f73db772df3b177a99ac0771f
- From:
- Omar Polo <op@omarpolo.com>
- Date:
got_imsg_object: use struct instead of buffer for id
ok stsp@
- Commit:
39958d0b3edc8d5f522b8263cf8aa2cb1aa64020
- From:
- Omar Polo <op@omarpolo.com>
- Date:
cleanup.sh: use `rm -f' to avoid prompting, packfiles are now read-only
ok stsp@
- Commit:
427f294cd8765e673b3d562140ee3c5b895249fc
- From:
- Omar Polo <op@omarpolo.com>
- Date:
got_imsg_send_remote_ref: use struct instead of buffer for id
ok stsp@
- Commit:
5eb14fb9cee55bc3df623de8761d1e719ae697d4
- From:
- Omar Polo <op@omarpolo.com>
- Date:
got_imsg_send_ref: use struct instead of buffer for id
ok stsp@
- Commit:
0701e66c20d0558f1f7c72d7fb700be6fe376d3f
- From:
- Omar Polo <op@omarpolo.com>
- Date:
got_imsg_fetch_ref: use struct instead of buffer for id
ok stsp@
- Commit:
4b4da3bbc7a791ba0d7d9d369dfe1e7b65f7eed4
- From:
- Omar Polo <op@omarpolo.com>
- Date:
got_imsg_fetch_have_ref: use struct instead of buffer for id
ok stsp@
- Commit:
839bbaae43d84a7eb75ef0b327239fd36c360ada
- From:
- Omar Polo <op@omarpolo.com>
- Date:
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@
- Commit:
d627976f5ceada12169aa74630bbc0fd9ce071b7
- From:
- Mark Jamsek <mark@jamsek.dev>
- Date:
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@
- Commit:
0ed6bc9021ade98ba6b1574847e83aec980a398e
- From:
- Mark Jamsek <mark@jamsek.dev>
- Date:
tog: add horizontal scroll support to the ref view
ok op@ and stsp@
- Commit:
b637f33f3da5508384cbe4b360c8ef37ce0c1811
- From:
- Mark Jamsek <mark@jamsek.dev>
- Date:
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@
- Commit:
466be1387519f6af17726af568d8943cbcf0e66c
- From:
- Mark Jamsek <mark@jamsek.dev>
- Date:
update backout/cherrypick regress for worktree UUID output
ok stsp@
- Commit:
ef85a376d8f41068fa9c6b11bc1fff98e3e9520c
- From:
- Mark Jamsek <mark@jamsek.dev>
- Date:
zap unused parameter in got_worktree_rebase_complete()
ok stsp@
- Commit:
36fdf003886958dce2c912acd082b3e9cfe88979
- From:
- Mark Jamsek <mark@jamsek.dev>
- Date:
return err instead of NULL in got.c:print_backup_ref()
ok stsp@
- Commit:
3506a2b1c255a8d362e1cce0a8b594c9fb17bb37
- From:
- Mark Jamsek <mark@jamsek.dev>
- Date:
free cwd in cmd_backout() and cmd_cherrypick()
ok stsp@
- Commit:
2aea6fc2c2c95ba4968b598247e00edb6f91048b
- From:
- Omar Polo <op@omarpolo.com>
- Date:
gotwebd: delete always-true check
ok stsp@
- Commit:
407521c004a585e93d6e493eb0d5193f67197edd
- From:
- Omar Polo <op@omarpolo.com>
- Date:
got_imsg_raw_delta: use struct instead of buffer for id
ok stsp@
- Commit:
babd9f5d19e75f2db561f5873c7acaf5f56c0480
- From:
- Omar Polo <op@omarpolo.com>
- Date:
got_imsg_raw_delta_request: use struct instead of buffer for id
ok stsp@