CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2025/07/01 02:24:39
Modified files:
devel/got : Tag: OPENBSD_7_7 Makefile
Added files:
devel/got/patches: Tag: OPENBSD_7_7 patch-lib_dial_c
patch-lib_pack_create_c patch-lib_reference_c
patch-lib_repository_admin_c
patch-lib_worktree_open_c
patch-libexec_got-fetch-http_got-fetch-http_c
patch-libexec_got-read-pack_got-read-pack_c
Log message:
Backport some fixes from upstream got.git into 7.7 -stable
- release ref-file lock when fstat fails in parse_ref_file()
- fix an edge case of tog spinning when 'B' is pressed in log view
- got-fetch-http: improve handling of HTTP chunked responses
- improve redundant pack detection during cleanup
- stop running ssh with -q by default
- fix infinite loop in got_pack_repaint_parent_commits() and got-read-pack