Page 10
2022-07-07 - 2022-04-15
2022-07-08 08:35 Stefan Sperling:
tog: keymaps to resize splits
2022-07-07 11:44 Stefan Sperling:
got_privsep_recv_tree tweaks and more cosmetic stuff
2022-07-06 22:42 Thomas Adam:
-portable regress: avoid date -r
2022-07-06 18:43 Stefan Sperling:
got import -> gotadmin import
2022-07-06 03:44 Stefan Sperling:
fix buf_alloc malloc error handling
2022-07-05 16:34 Stefan Sperling:
add signer_id option to got.conf(5)
2022-07-05 13:57 Tracey Emery:
Tag signing with SSH signatures
2022-07-05 11:22 Stefan Sperling:
chores; move patch send/recv to privsep.c
2022-07-04 20:45 Stefan Sperling:
regress testing the revoked_signers option
2022-07-04 18:54 Stefan Sperling:
Fix revoked_signers got.conf(5) option
2022-07-04 10:55 Christian Weisgerber:
prevent got from creating unsigned tags when the key file is missing
2022-07-03 15:10 Christian Weisgerber:
got patch: add flag to ignore whitespace?
2022-07-02 21:24 Omar Polo:
applying patches loses the original perms
2022-07-02 19:19 Omar Polo:
tog: expand horizontal split support to all views
2022-07-02 16:00 Sebastien Marie:
i386 / got-read-pack: imsg_add TREE_ENTRY: Result too large
2022-07-02 13:48 Omar Polo:
tog: abort compound command
2022-07-02 12:00 Stefan Sperling:
move got init to gotadmin init
2022-07-01 12:39 Mark Jamsek:
configurable diff algorithm for tog
2022-06-30 20:36 Christian Weisgerber:
tog: remove count prefix timeout and bold output
2022-06-30 15:32 Mark Jamsek:
speed up tog blame
2022-06-30 11:04 Mark Jamsek:
small tog split view regression
2022-06-30 10:37 Tracey Emery:
move opentemp out of diffreg.c
2022-06-30 08:36 Omar Polo:
blame file stream
2022-06-30 08:11 Stefan Sperling:
[fix] tog: G and C-d keymaps in hsplit
2022-06-30 07:10 Mark Jamsek:
tog: unconditionally set x/y in view_get_split()
2022-06-30 07:03 Mark Jamsek:
tog: user-defined keymap timeout
2022-06-29 15:28 Mark Jamsek:
tog: horizontal split
2022-06-29 14:22 Mark Jamsek:
show just one tag with got tag -l
2022-06-28 20:31 Tracey Emery:
move got_opentempfd() out of lib/diff.c again
2022-06-28 18:28 Josh Rickmar:
move got_opentempfd out of blame_open
2022-06-28 12:59 Tracey Emery:
move got_opentempfd out of open_blob
2022-06-28 12:18 Mark Jamsek:
tog: echo numeric prefix of compound key maps
2022-06-28 11:28 Tracey Emery:
findtwixt in got-read-pack
2022-06-27 22:21 Omar Polo:
rework the patch parser a bit
2022-06-27 22:03 grey:
got portable MacPorts portfile updated to 0.71.
2022-06-27 15:24 Stefan Sperling:
got patch: diff3 merge for git diffs
2022-06-26 20:37 Omar Polo:
build with -Wwrite-strings
2022-06-26 16:56 Stefan Sperling:
"got: bad reference name" after botched rebase
2022-06-25 09:04 Stefan Sperling:
build with -Wmissing-prototypes
2022-06-23 14:48 Thomas Adam:
sandboxing the libexec helpers on freebsd
2022-06-22 17:53 Christian Weisgerber:
[rfc] compound keymaps with prefixed count modifier like vi(1)
2022-06-22 15:55 Omar Polo:
improve diff output for consumption by got patch
2022-06-21 16:28 Stefan Sperling:
got patch and got diff patches
2022-06-21 15:24 Mark Jamsek:
tog: math fix for fullscreen log view
2022-06-20 15:57 Mark Jamsek:
fix cycle view in fullscreen regression
2022-06-20 14:44 Omar Polo:
tog: make SPACE page down in all views
2022-06-20 05:26 Mark Jamsek:
u/ctrl-u/d/ctrl-d bindings for scrolling in tog
2022-06-19 10:26 Stefan Sperling:
got patch: merge patches with diff3
2022-06-18 16:54 Stefan Sperling:
search issues in tog after cursor movement
2022-06-18 16:18 Mark Jamsek:
tog reset search after C-l
2022-06-18 16:16 Mark Jamsek:
[rfc] stash command in got
2022-06-18 16:13 Stefan Sperling:
fix overzelous sanity check in got_privsep_get_imsg_obj
2022-06-17 08:26 Stefan Sperling:
simplify scroll_wline/format_line
2022-06-17 08:15 Omar Polo:
fix hscrolling in split view
2022-06-16 20:45 Tracey Emery:
fix tog segfault during search
2022-06-16 20:45 Omar Polo:
fix diff+blame view search for horizontal scrolling with unicode
2022-06-16 17:16 Omar Polo:
tog: fix horizontal scrolling of unicode in the diff view
2022-06-16 15:21 Mark Jamsek:
[rfc] tog horizontal scroll (diff & blame view)
2022-06-16 14:34 Stefan Sperling:
Fix build with -DGOT_NO_OBJ_CACHE
2022-06-16 07:04 Stefan Sperling:
[rfc] tog ref 'd' keymap to toggle date
2022-06-15 22:03 Omar Polo:
simplify patch_file
2022-06-15 13:43 Tracey Emery:
Move got_opentempfd out of got_repo_open
2022-06-14 22:20 Tracey Emery:
avoid extra tree requests after got-read-pack enumeration
2022-06-14 18:53 Stefan Sperling:
got-build-regress.sh regress failure
2022-06-14 13:01 Omar Polo:
misc tweaks for privsep.c
2022-06-13 17:11 Stefan Sperling:
object enumeration in got-read-pack
2022-06-13 09:22 Omar Polo:
make got log -s show date and branches/tags
2022-06-12 14:55 Stefan Sperling:
[patch] filter log by author pattern
2022-06-11 10:17 Stefan Sperling:
needless id serialization in match_logmsg
2022-06-09 03:37 Evan Silberman:
[patch] add a one-line-per-commit output mode to log
2022-06-08 10:55 Omar Polo:
match committed patches with got log -p -S
2022-06-04 13:54 Stefan Sperling:
staging the reverse of the staged diff
2022-06-04 11:09 Stefan Sperling:
fix some test_done when $ret is 0
2022-06-03 09:45 Omar Polo:
convert delta cache to hash table
2022-06-02 13:43 Stefan Sperling:
got for MacPorts
2022-05-31 20:28 Tracey Emery:
move creation of tempfiles out of lib/diff.c
2022-05-31 13:34 Tracey Emery:
struct for priv_fds
2022-05-29 17:41 Stefan Sperling:
speed up reading of deltas a bit
2022-05-29 17:35 Stefan Sperling:
send tag of deleted branch is still broken
2022-05-20 17:35 Stefan Sperling:
fix path meta-data used for packing
2022-05-20 08:45 Thomas Adam:
tog atexit() infinite loop
2022-05-19 07:33 Stefan Sperling:
make read_imsg() poll only if necessary
2022-05-18 17:46 Stefan Sperling:
batch up tree entries in imsg
2022-05-18 15:41 Stefan Sperling:
speed up tree-entry parsing
2022-05-18 15:31 Omar Polo:
avoid malloc for duplicate check in got_pathlist_insert()
2022-05-18 07:46 Stefan Sperling:
got_privsep_recv_tree() fixes
2022-05-14 14:57 Omar Polo:
got patch: fseek -> fseeko
2022-05-13 15:30 Omar Polo:
got patch vs git diff with renames
2022-05-13 11:28 Stefan Sperling:
speed up got patch
2022-05-11 19:00 Stefan Sperling:
missing length check in got_path_is_child()
2022-05-07 12:45 Stefan Sperling:
map delta cache file into memory while writing pack file
2022-05-07 10:27 Omar Polo:
search deltas to reuse in got-read-pack
2022-05-04 16:14 Stefan Sperling:
process deltas in compressed form
2022-05-04 12:44 Omar Polo:
avoid idset loop for unused objects
2022-05-04 12:14 Omar Polo:
avoid loop over idset for removing reused deltas
2022-05-01 11:48 Stefan Sperling:
qsort(3) and comparing values via subtraction
2022-04-23 08:57 Stefan Sperling:
got patch: reverse patches
2022-04-23 06:54 Stefan Sperling:
got patch: resolve paths from $PWD
2022-04-20 07:45 Omar Polo:
less malloc/free for got_object_id_queue
2022-04-19 20:09 Stefan Sperling:
reimplement object ID-set on top of a hash table
2022-04-19 14:41 Omar Polo:
got patch: file has unexpected status